From d780d868e28be22ae8d3ef545307d8be98fc0966 Mon Sep 17 00:00:00 2001 From: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:09:06 -0500 Subject: [PATCH] Upgrade tests --- MANIFEST.in | 2 +- pyproject.toml | 5 + pytest.ini | 4 - setup.py | 2 +- tests/__init__.py | 2 +- ...with_scopes_and_trusted_authenticator.json | 68 -- ...uest__cloudflair_connection_timed_out.json | 209 ------ tests/conftest.py | 231 ++---- tests/integration/__init__.py | 104 ++- .../TestSession.test_request__get.json | 184 +++-- .../TestSession.test_request__not_found.json | 311 +++++--- ...equest__unavailable_for_legal_reasons.json | 252 +++++-- ...estSession.test_request__uri_too_long.json | 130 +++- tests/integration/test_authenticator.py | 39 +- tests/integration/test_authorizer.py | 288 +++----- tests/integration/test_sessions.py | 675 +++++++++--------- tests/integration/utils.py | 168 +++++ tests/unit/__init__.py | 19 +- tests/unit/test_authenticator.py | 63 +- tests/unit/test_authorizer.py | 97 +-- tests/unit/test_rate_limit.py | 141 ++-- tests/unit/test_requestor.py | 35 +- tests/unit/test_sessions.py | 171 ++--- 23 files changed, 1600 insertions(+), 1600 deletions(-) delete mode 100644 pytest.ini delete mode 100644 tests/cassettes/DeviceIDAuthorizer_refresh__with_scopes_and_trusted_authenticator.json delete mode 100644 tests/cassettes/Session_request__cloudflair_connection_timed_out.json create mode 100644 tests/integration/utils.py diff --git a/MANIFEST.in b/MANIFEST.in index 06a5f5a..3c39f53 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include *.md *.rst *.txt +include *.rst *.txt graft tests diff --git a/pyproject.toml b/pyproject.toml index 5152b8b..a710831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,3 +5,8 @@ line-length = 88 [tool.isort] profile = 'black' skip_glob = '.venv*' + +[tool.pytest.ini_options] +asyncio_mode = "auto" +filterwarnings = "ignore::DeprecationWarning" +testpaths = "tests" diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 505a8a0..0000000 --- a/pytest.ini +++ /dev/null @@ -1,4 +0,0 @@ -[pytest] -testpaths = tests -filterwarnings = - ignore::DeprecationWarning diff --git a/setup.py b/setup.py index 6a55c5c..d0e490f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "ci": ["coveralls"], "lint": ["black", "flake8", "isort", "pre-commit", "pydocstyle", "flynt"], "test": [ - "aiofiles", + "aiofiles ==23.*", "mock ==4.*", "pytest ==7.*", "pytest-asyncio ==0.18.*", diff --git a/tests/__init__.py b/tests/__init__.py index c2ba37b..6e597fd 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1 +1 @@ -"""asyncprawcore Test Suite.""" +"""Async prawcore Test Suite.""" diff --git a/tests/cassettes/DeviceIDAuthorizer_refresh__with_scopes_and_trusted_authenticator.json b/tests/cassettes/DeviceIDAuthorizer_refresh__with_scopes_and_trusted_authenticator.json deleted file mode 100644 index 897abe9..0000000 --- a/tests/cassettes/DeviceIDAuthorizer_refresh__with_scopes_and_trusted_authenticator.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "interactions": [ - { - "request": { - "body": [ - [ - "device_id", - "DO_NOT_TRACK_THIS_DEVICE" - ], - [ - "grant_type", - "https://oauth.reddit.com/grants/installed_client" - ], - [ - "scope", - "adsedit adsread creddits history" - ] - ], - "headers": { - "AUTHORIZATION": [ - "Basic UGdwOF91NndWWThFS0E6" - ], - "Connection": [ - "close" - ], - "User-Agent": [ - "asyncprawcore:test (by /u/Lil_SpazJoekp) asyncprawcore/2.2.2.dev0" - ] - }, - "method": "POST", - "uri": "https://www.reddit.com/api/v1/access_token" - }, - "response": { - "body": { - "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"device_id\": \"DO_NOT_TRACK_THIS_DEVICE\", \"expires_in\": 3600, \"scope\": \"adsedit adsread creddits history\"}" - }, - "headers": { - "Accept-Ranges": "bytes", - "Cache-Control": "max-age=0, must-revalidate", - "Connection": "close", - "Content-Length": "181", - "Content-Type": "application/json; charset=UTF-8", - "Date": "Tue, 27 Jul 2021 17:46:26 GMT", - "Server": "snooserv", - "Set-Cookie": "edgebucket=OzV3zDfwVNAWIt1kbn; Domain=reddit.com; Max-Age=63071999; Path=/; secure", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Via": "1.1 varnish", - "X-Clacks-Overhead": "GNU Terry Pratchett", - "X-Moose": "majestic", - "x-content-type-options": "nosniff", - "x-frame-options": "SAMEORIGIN", - "x-ratelimit-remaining": "295", - "x-ratelimit-reset": "214", - "x-ratelimit-used": "5", - "x-reddit-loid": "0000000000dk3rx6vi.2.1627407986872.Z0FBQUFBQmhBRVp5cUNzTnc4d2RxSE1oUUhIcGJTdzl5UmhLak1mQ2djelhoRmtNTGs3Q01tVHFOT2staEhidjJDUzVkWXhTaWVURDltMWkwdFJWbDJLaUppMUVIUEstUlREWnpIOHZWM0pkbi1rdG5tZnY0Qkh2clByaF9YVHNHYTI5b2JkN09qQS0", - "x-xss-protection": "1; mode=block" - }, - "status": { - "code": 200, - "message": "OK" - }, - "url": "https://www.reddit.com/api/v1/access_token" - } - } - ], - "recorded_at": "2021-07-27T12:46:30", - "version": 1 -} diff --git a/tests/cassettes/Session_request__cloudflair_connection_timed_out.json b/tests/cassettes/Session_request__cloudflair_connection_timed_out.json deleted file mode 100644 index 658a5b5..0000000 --- a/tests/cassettes/Session_request__cloudflair_connection_timed_out.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "version": 1, - "interactions": [ - { - "request": { - "method": "POST", - "uri": "https://www.reddit.com/api/v1/access_token", - "body": [ - [ - "grant_type", - "client_credentials" - ] - ], - "headers": { - "User-Agent": [ - "asyncprawcore:test (by /u/bboe) asyncprawcore/1.4.0" - ], - "Connection": [ - "close" - ], - "AUTHORIZATION": [ - "Basic " - ] - } - }, - "response": { - "status": { - "code": 200, - "message": "OK" - }, - "headers": { - "Connection": "close", - "Content-Length": "106", - "Content-Type": "application/json; charset=UTF-8", - "x-reddit-loid": "00000000006wrw7w8p.2.1592041222022.Z0FBQUFBQmU1SjhHRUlOdWdkVGVzQXdZUnJyZFFZMFdsOVliODNWdi1CVVlkSjEtR1dmZmpiNGgzU2pjR251VDZLVG8xNVh4RmNEVjVWcWRQd3BpYWFVeEFUNzg4RGRRM1hfWUQyUGpXTXJIZEpqd1hIODc2a3FILXZVbEZfZ1Z6cW85MXZsM2duanM", - "x-frame-options": "SAMEORIGIN", - "x-content-type-options": "nosniff", - "x-xss-protection": "1; mode=block", - "cache-control": "max-age=0, must-revalidate", - "X-Moose": "majestic", - "Accept-Ranges": "bytes", - "Date": "Sat, 13 Jun 2020 09:40:22 GMT", - "Via": "1.1 varnish", - "X-Served-By": "cache-ams21024-AMS", - "X-Cache": "MISS", - "X-Cache-Hits": "0", - "X-Timer": "S1592041222.961421,VS0,VE125", - "Set-Cookie": "edgebucket=CGDzbl0TO4ItVFOpuU; Domain=reddit.com; Max-Age=63071999; Path=/; secure", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Server": "snooserv" - }, - "body": { - "string": "{\"access_token\": \"fake_access_Token\", \"token_type\": \"bearer\", \"expires_in\": 3600, \"scope\": \"*\"}" - }, - "url": "https://www.reddit.com/api/v1/access_token" - } - }, - { - "request": { - "method": "GET", - "uri": "https://oauth.reddit.com/?raw_json=1", - "body": null, - "headers": { - "User-Agent": [ - "asyncprawcore:test (by /u/bboe) asyncprawcore/1.4.0" - ], - "Authorization": [ - "bearer " - ] - } - }, - "response": { - "status": { - "code": 522, - "message": "CLOUDFLARE TIMEOUT" - }, - "headers": { - "Connection": "keep-alive", - "Content-Length": "49696", - "Content-Type": "application/json; charset=UTF-8", - "x-ua-compatible": "IE=edge", - "x-frame-options": "SAMEORIGIN", - "x-content-type-options": "nosniff", - "x-xss-protection": "1; mode=block", - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Moose", - "Content-Encoding": "gzip", - "cache-control": "max-age=0, must-revalidate", - "X-Moose": "majestic", - "Accept-Ranges": "bytes", - "Date": "Sat, 13 Jun 2020 09:40:23 GMT", - "Via": "1.1 varnish", - "X-Served-By": "cache-ams21035-AMS", - "X-Cache": "MISS", - "X-Cache-Hits": "0", - "X-Timer": "S1592041222.249128,VS0,VE979", - "Vary": "accept-encoding", - "Set-Cookie": "csv=1; Max-Age=63072000; Domain=.reddit.com; Path=/; Secure; SameSite=None", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Server": "snooserv" - }, - "body": { - "string": "" - }, - "url": "https://oauth.reddit.com/?raw_json=1" - } - }, - { - "request": { - "method": "GET", - "uri": "https://oauth.reddit.com/?raw_json=1", - "body": null, - "headers": { - "User-Agent": [ - "asyncprawcore:test (by /u/bboe) asyncprawcore/1.4.0" - ], - "Authorization": [ - "bearer " - ] - } - }, - "response": { - "status": { - "code": 522, - "message": "CLOUDFLARE TIMEOUT" - }, - "headers": { - "Connection": "keep-alive", - "Content-Length": "49710", - "Content-Type": "application/json; charset=UTF-8", - "x-ua-compatible": "IE=edge", - "x-frame-options": "SAMEORIGIN", - "x-content-type-options": "nosniff", - "x-xss-protection": "1; mode=block", - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Moose", - "Content-Encoding": "gzip", - "cache-control": "max-age=0, must-revalidate", - "X-Moose": "majestic", - "Accept-Ranges": "bytes", - "Date": "Sat, 13 Jun 2020 09:40:24 GMT", - "Via": "1.1 varnish", - "X-Served-By": "cache-ams21035-AMS", - "X-Cache": "MISS", - "X-Cache-Hits": "0", - "X-Timer": "S1592041223.350620,VS0,VE1141", - "Vary": "accept-encoding", - "Set-Cookie": "session_tracker=ckirohpqnjrmedgqnn.0.1592041223428.Z0FBQUFBQmU1SjhJeEhlNUZYMHVXOUMzSXRhdXZZbld1Skt6VXhxQ29paGg1bVNhMWJ5US1VRVhKNzN6UTRTTEc3RVpFVldxbXRXQ0p6d0pSeFJmSGNfTlVNVVhqUlhobVZFQzZJbVhvUUlVT2Z2bjNVX05zcHdUeXhCaXZWNUxSaElNV1lQRTdGaVU; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sat, 13-Jun-2020 11:40:24 GMT; secure; SameSite=None; Secure", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Server": "snooserv" - }, - "body": { - "string": "" - }, - "url": "https://oauth.reddit.com/?raw_json=1" - } - }, - { - "request": { - "method": "GET", - "uri": "https://oauth.reddit.com/?raw_json=1", - "body": null, - "headers": { - "User-Agent": [ - "asyncprawcore:test (by /u/bboe) asyncprawcore/1.4.0" - ], - "Authorization": [ - "bearer " - ] - } - }, - "response": { - "status": { - "code": 522, - "message": "CLOUDFLARE TIMEOUT" - }, - "headers": { - "Connection": "keep-alive", - "Content-Length": "49688", - "Content-Type": "application/json; charset=UTF-8", - "x-ua-compatible": "IE=edge", - "x-frame-options": "SAMEORIGIN", - "x-content-type-options": "nosniff", - "x-xss-protection": "1; mode=block", - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Moose", - "Content-Encoding": "gzip", - "cache-control": "max-age=0, must-revalidate", - "X-Moose": "majestic", - "Accept-Ranges": "bytes", - "Date": "Sat, 13 Jun 2020 09:40:25 GMT", - "Via": "1.1 varnish", - "X-Served-By": "cache-ams21035-AMS", - "X-Cache": "MISS", - "X-Cache-Hits": "0", - "X-Timer": "S1592041225.653837,VS0,VE999", - "Vary": "accept-encoding", - "Set-Cookie": "session_tracker=ckirohpqnjrmedgqnn.0.1592041224723.Z0FBQUFBQmU1SjhKbVd6eVV0bTl2T1FSRTlKa1hZVG4zQWl2NWdnMU5hbHB3VDBmcFNKRGpjYzllNXVLRWstcFhrTzY5UDhLQ3pleFd6VXZmdDk2SE85dFJKbGhaazZpbmVaYy1MOTV4UWNPWHVxUEd2SEZ2Zm44QnBxOW02WjhjUmJSTUk5czZ3djk; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sat, 13-Jun-2020 11:40:25 GMT; secure; SameSite=None; Secure", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Server": "snooserv" - }, - "body": { - "string": "" - }, - "url": "https://oauth.reddit.com/?raw_json=1" - } - } - ] -} diff --git a/tests/conftest.py b/tests/conftest.py index b79d0b2..39d4546 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,27 +1,64 @@ -"""Prepare py.test.""" +"""Prepare pytest.""" import asyncio -import json import os from base64 import b64encode -from datetime import datetime +import aiohttp import pytest -from vcr import VCR -from vcr.persisters.filesystem import FilesystemPersister -from vcr.serialize import deserialize, serialize +from asyncprawcore import Requestor, TrustedAuthenticator, UntrustedAuthenticator -# Prevent calls to sleep -async def _sleep(*args): - raise Exception("Call to sleep") +@pytest.fixture(autouse=True) +def patch_sleep(monkeypatch): + """Auto patch sleep to speed up tests.""" -asyncio.sleep = _sleep + async def _sleep(*_, **__): + """Dud sleep function.""" + pass + + monkeypatch.setattr(asyncio, "sleep", value=_sleep) + + +@pytest.fixture +def image_path(): + """Return path to image.""" + + def _get_path(name): + """Return path to image.""" + return os.path.join(os.path.dirname(__file__), "integration", "files", name) + return _get_path -def b64_string(input_string): - """Return a base64 encoded string (not bytes) from input_string.""" - return b64encode(input_string.encode("utf-8")).decode("utf-8") + +@pytest.fixture +async def requestor(event_loop: asyncio.AbstractEventLoop): + """Return path to image.""" + session = aiohttp.ClientSession( + loop=event_loop, + headers={"Accept-Encoding": "identity"}, + timeout=aiohttp.ClientTimeout(total=None), + ) + yield Requestor( + "asyncprawcore:test (by u/Lil_SpazJoekp)", session=session, loop=event_loop + ) + await session.close() + + +@pytest.fixture +def trusted_authenticator(requestor): + """Return a TrustedAuthenticator instance.""" + return TrustedAuthenticator( + requestor, + pytest.placeholders.client_id, + pytest.placeholders.client_secret, + ) + + +@pytest.fixture +def untrusted_authenticator(requestor): + """Return an UntrustedAuthenticator instance.""" + return UntrustedAuthenticator(requestor, pytest.placeholders.client_id) def env_default(key): @@ -32,70 +69,27 @@ def env_default(key): ) -def filter_access_token(response): - """Add VCR callback to filter access token.""" - request_uri = response["url"] - if "api/v1/access_token" not in request_uri or response["status"]["code"] != 200: - return response - body = response["body"]["string"].decode() - try: - token = json.loads(body)["access_token"] - response["body"]["string"] = response["body"]["string"].replace( - token.encode("utf-8"), b"" - ) - placeholders["access_token"] = token - except (KeyError, TypeError, ValueError): - pass - try: - token = json.loads(body)["refresh_token"] - response["body"]["string"] = response["body"]["string"].replace( - token.encode("utf-8"), b"" - ) - placeholders["refresh_token"] = token - except (KeyError, TypeError, ValueError): - pass - return response +def pytest_configure(config): + pytest.placeholders = Placeholders(placeholders) + config.addinivalue_line( + "markers", "add_placeholder: Define an additional placeholder for the cassette." + ) + config.addinivalue_line( + "markers", "cassette_name: Name of cassette to use for test." + ) + config.addinivalue_line( + "markers", "recorder_kwargs: Arguments to pass to the recorder." + ) -def pytest_configure(): - pytest.placeholders = Placeholders(placeholders) +def two_factor_callback(): + """Return an OTP code.""" + return None -def serialize_dict(data: dict): - """This is to filter out buffered readers.""" - new_dict = {} - for key, value in data.items(): - if key == "file": - new_dict[key] = serialize_file(value.name) - elif isinstance(value, dict): - new_dict[key] = serialize_dict(value) - elif isinstance(value, list): - new_dict[key] = serialize_list(value) - else: - new_dict[key] = value - return new_dict - - -def serialize_file(file_name): - with open(file_name, "rb") as f: - return f.read().decode("utf-8", "replace") - - -def serialize_list(data: list): - """List serializer.""" - new_list = [] - for item in data: - if isinstance(item, dict): - new_list.append(serialize_dict(item)) - elif isinstance(item, list): - new_list.append(serialize_list(item)) - elif isinstance(item, tuple): - if item[0] == "file": - item = (item[0], serialize_file(item[1].name)) - new_list.append(item) - else: - new_list.append(item) - return new_list +class Placeholders: + def __init__(self, _dict): + self.__dict__ = _dict placeholders = { @@ -106,91 +100,6 @@ def serialize_list(data: list): ).split() } -placeholders["BASIC_AUTH"] = b64_string( - f"{placeholders['client_id']}:{placeholders['client_secret']}" -) - - -def two_factor_callback(): - """Return an OTP code.""" - return None - - -class AsyncMock: - """Class to assist making asynchronous mocks simpler to write.""" - - def __init__(self, status, response_dict, headers): - """Initialize the class with return status, response-dict and headers.""" - self.status = status - self.response_dict = response_dict - self.headers = headers - - async def json(self): - """Mock the json of ClientSession.request.""" - return self.response_dict - - -vcr = VCR( - before_record_response=filter_access_token, - cassette_library_dir="tests/integration/cassettes", - match_on=["uri", "method"], - path_transformer=VCR.ensure_suffix(".json"), - serializer="custom_serializer", -) -vcr.register_serializer("custom_serializer", CustomSerializer) -vcr.register_persister(CustomPersister) - - -class CustomPersister(FilesystemPersister): - """Custom persiter for VCR.""" - - @staticmethod - def save_cassette(cassette_path, cassette_dict, serializer): - """Save the cassette.""" - data = serialize(cassette_dict, serializer) - for replacement, value in [ - (f"<{k.upper()}>", v) for k, v in placeholders.items() - ]: - data = data.replace(value, replacement) - dirname, filename = os.path.split(cassette_path) - if dirname and not os.path.exists(dirname): - os.makedirs(dirname) - with open(cassette_path, "w") as f: - f.write(data) - - @classmethod - def load_cassette(cls, cassette_path, serializer): - """Load the cassette.""" - try: - with open(cassette_path) as f: - cassette_content = f.read() - except OSError: - raise ValueError("Cassette not found.") - for replacement, value in [ - (v, f"<{k.upper()}>") for k, v in placeholders.items() - ]: - cassette_content = cassette_content.replace(value, replacement) - cassette = deserialize(cassette_content, serializer) - return cassette - - -class CustomSerializer(object): - """Custom serializer for cassettes.""" - - @staticmethod - def deserialize(cassette_string): - """Deserialize cassette string.""" - return json.loads(cassette_string) - - @staticmethod - def serialize(cassette_dict): - """Serialize cassette dict.""" - cassette_dict["recorded_at"] = datetime.now().isoformat()[:-7] - return ( - f"{json.dumps(serialize_dict(cassette_dict), sort_keys=True, indent=2)}\n" - ) - - -class Placeholders: - def __init__(self, _dict): - self.__dict__ = _dict +placeholders["basic_auth"] = b64encode( + f"{placeholders['client_id']}:{placeholders['client_secret']}".encode("utf-8") +).decode("utf-8") diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index e0bc2a8..368908b 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -1,48 +1,76 @@ """asyncprawcore Integration test suite.""" -import inspect -import logging +import os -import asynctest +import pytest +from vcr import VCR -from asyncprawcore import Requestor -from tests.conftest import vcr +from .utils import ( + CustomPersister, + CustomSerializer, + ensure_environment_variables, + ensure_integration_test, + filter_access_token, +) +CASSETTES_PATH = "tests/integration/cassettes" +existing_cassettes = set() +used_cassettes = set() -class IntegrationTest(asynctest.TestCase): - """Base class for asyncprawcore integration tests.""" - logger = logging.getLogger(__name__) +class IntegrationTest: + """Base class for Async PRAW integration tests.""" - def get_cassette_name(self) -> str: - function_name = inspect.currentframe().f_back.f_back.f_code.co_name - return f"{type(self).__name__}.{function_name}" - - async def setUp(self): - """Setup runs before all test cases.""" - self.requestor = Requestor("asyncprawcore:test (by /u/Lil_SpazJoekp)") - self.recorder = vcr - - async def teardown(self) -> None: - await self.requestor.close() + @pytest.fixture(autouse=True, scope="session") + def cassette_tracker(self): + """Track cassettes to ensure unused cassettes are not uploaded.""" + global existing_cassettes + for cassette in os.listdir(CASSETTES_PATH): + existing_cassettes.add(cassette[: cassette.rindex(".")]) + yield + unused_cassettes = existing_cassettes - used_cassettes + if unused_cassettes and os.getenv("ENSURE_NO_UNUSED_CASSETTES", "0") == "1": + raise AssertionError( + f"The following cassettes are unused: {', '.join(unused_cassettes)}." + ) - def use_cassette(self, cassette_name=None, **kwargs): - """Use a cassette. The cassette name is dynamically generated. + @pytest.fixture(autouse=True) + def cassette(self, request, recorder, cassette_name): + """Wrap a test in a VCR cassette.""" + global used_cassettes + kwargs = {} + for marker in request.node.iter_markers("add_placeholder"): + recorder.persister.add_additional_placeholders(marker.kwargs) + for marker in request.node.iter_markers("recorder_kwargs"): + for key, value in marker.kwargs.items(): + # Don't overwrite existing values since function markers are provided + # before class markers. + kwargs.setdefault(key, value) + with recorder.use_cassette(cassette_name, **kwargs) as cassette: + if not cassette.write_protected: + ensure_environment_variables() + yield cassette + ensure_integration_test(cassette) + used_cassettes.add(cassette_name) - :param cassette_name: (Deprecated) The name to use for the cassette. All names - that are not equal to the dynamically generated name will be logged. - :param kwargs: All keyword arguments for the main function - (``VCR.use_cassette``). + @pytest.fixture(autouse=True) + def recorder(self): + """Configure VCR.""" + vcr = VCR() + vcr.before_record_response = filter_access_token + vcr.cassette_library_dir = CASSETTES_PATH + vcr.decode_compressed_response = True + vcr.match_on = ["uri", "method"] + vcr.path_transformer = VCR.ensure_suffix(".json") + vcr.register_persister(CustomPersister) + vcr.register_serializer("custom_serializer", CustomSerializer) + vcr.serializer = "custom_serializer" + yield vcr + CustomPersister.additional_placeholders = {} - """ - dynamic_name = self.get_cassette_name() - if cassette_name: - self.logger.debug( - f"Static cassette name provided by {dynamic_name}. The following name " - f"was provided: {cassette_name}" - ) - if cassette_name != dynamic_name: - self.logger.warning( - f"Dynamic cassette name for function {dynamic_name} does not match" - f" the provided cassette name: {cassette_name}" - ) - return self.recorder.use_cassette(cassette_name or dynamic_name, **kwargs) + @pytest.fixture + def cassette_name(self, request, vcr_cassette_name): + """Return the name of the cassette to use.""" + marker = request.node.get_closest_marker("cassette_name") + if marker is None: + return vcr_cassette_name + return marker.args[0] diff --git a/tests/integration/cassettes/TestSession.test_request__get.json b/tests/integration/cassettes/TestSession.test_request__get.json index 5e59ccb..a704639 100644 --- a/tests/integration/cassettes/TestSession.test_request__get.json +++ b/tests/integration/cassettes/TestSession.test_request__get.json @@ -12,11 +12,14 @@ "AUTHORIZATION": [ "Basic " ], + "Accept-Encoding": [ + "identity" + ], "Connection": [ "close" ], "User-Agent": [ - "asyncprawcore:test (by /u/bboe) asyncprawcore/1.4.0.post2" + "asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/2.3.1.dev0" ] }, "method": "POST", @@ -24,24 +27,63 @@ }, "response": { "body": { - "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"expires_in\": 3600, \"scope\": \"*\"}" + "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"expires_in\": 86400, \"scope\": \"*\"}" }, "headers": { - "Accept-Ranges": "bytes", - "Connection": "close", - "Content-Length": "106", - "Content-Type": "application/json; charset=UTF-8", - "Date": "Tue, 29 Sep 2020 00:30:57 GMT", - "Server": "snooserv", - "Set-Cookie": "edgebucket=IqNR7RGFeYNYE6exCb; Domain=reddit.com; Max-Age=63071999; Path=/; secure", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Via": "1.1 varnish", - "X-Moose": "majestic", - "cache-control": "max-age=0, must-revalidate", - "x-content-type-options": "nosniff", - "x-frame-options": "SAMEORIGIN", - "x-reddit-loid": "000000000089u0885r.2.1601339457511.Z0FBQUFBQmZjb0JCTldOc2xJRUdjb0drY1JDN0tTcTNmalYwN2lRODhycVU2R1E1eE1VUW5yZ3h3WVdBdkl6Q1NSMmlKMGdNT245bjl5S1Z4ZnVDaWdHdlEySnFHWFdCeWJwSEJfdHVtWEFybC1EUnBMVElyRk1MQmd4TjZRa01jVXJCb180WFcxSXA", - "x-xss-protection": "1; mode=block" + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "close" + ], + "Content-Length": [ + "812" + ], + "Content-Type": [ + "application/json; charset=UTF-8" + ], + "Date": [ + "Sun, 06 Aug 2023 18:32:57 GMT" + ], + "NEL": [ + "{\"report_to\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": false, \"success_fraction\": 1.0, \"failure_fraction\": 1.0}" + ], + "Report-To": [ + "{\"group\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-nel.reddit.com/reports\" }]}, {\"group\": \"w3-reporting\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting.reddit.com/reports\" }]}, {\"group\": \"w3-reporting-csp\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-csp.reddit.com/reports\" }]}" + ], + "Server": [ + "snooserv" + ], + "Set-Cookie": [ + "edgebucket=wuvcTXeC2lUAXE1lPM; Domain=reddit.com; Max-Age=63071999; Path=/; secure" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubdomains" + ], + "Vary": [ + "accept-encoding" + ], + "Via": [ + "1.1 varnish" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "X-XSS-Protection": [ + "1; mode=block" + ], + "x-moose": [ + "majestic" + ], + "x-reddit-loid": [ + "000000000h1k649jre.2.1691346776974.Z0FBQUFBQmt6LWRZbHNqZnRiRWotRGtLdEhuYzJyeVdKak54ZVZfcXN0eFhNVmttVDY4WkFsY3NaZVFUOHVHOXAwLUpHUERnWmJQTUxSY1dNX0l6TWRWTVJDMEp4RFpNcUZKQXVUSGY0eU9MVmV0cHZ3eW5kVkkyNndjblpFSHFNSlVYM2o3bkNWSXg" + ] }, "status": { "code": 200, @@ -54,49 +96,107 @@ "request": { "body": null, "headers": { + "Accept-Encoding": [ + "identity" + ], "Authorization": [ - "bearer -Izje8dNdnss1esbipEDbIy5zLlQ" + "bearer " + ], + "Cookie": [ + "edgebucket=wuvcTXeC2lUAXE1lPM" ], "User-Agent": [ - "asyncprawcore:test (by /u/bboe) asyncprawcore/1.4.0.post2" + "asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/2.3.1.dev0" ] }, "method": "GET", - "uri": "https://oauth.reddit.com/?limit=100&bool_param=true&raw_json=1" + "uri": "https://oauth.reddit.com/?limit=100&raw_json=1" }, "response": { "body": { - "string": "{\"kind\": \"Listing\", \"data\": {\"modhash\": \"\", \"dist\": 100, \"children\": [{\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"AskReddit\", \"selftext\": \"\", \"author_fullname\": \"t2_1xp8a24\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"What's the dumbest way you've gotten a scar?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/AskReddit\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": \"INACTIVE\", \"hide_score\": false, \"name\": \"t3_j19mct\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 65466, \"total_awards_received\": 403, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 65466, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601318072.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.AskReddit\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_75f9bc56-eba3-4988-a1af-aec974404a0b\", \"penny_donate\": 0, \"award_sub_type\": \"GROUP\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": {\"0\": {\"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"awardings_required\": 0, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"width\": 512, \"format\": \"PNG\", \"height\": 512}}, \"25\": {\"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_128.png\", \"width\": 128, \"height\": 128}], \"awardings_required\": 25, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2ccd994559b3b8591c5bd21fa15907d15d61227d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=64e9b9677082a4a10f55bb2d38c2fcc7c8e1d3b8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0ead5f0f7e0e98f148a5f2221a47a814e6c78219\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bb662b56b88429a2e423988002daa5de02fb2859\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d84ac9acf50c78197da081f4d70f76d18b8d81b5\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_512.png\", \"width\": 512, \"format\": \"APNG\", \"height\": 512}}, \"10\": {\"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_128.png\", \"width\": 128, \"height\": 128}], \"awardings_required\": 10, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c3f8858599a67e2d58bb0822d0dee9f655f11df0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=dcaf9beed77cb167896f01a60de5b282302bf269\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=09d73c72eb726a9eea9dc663f6355337cb38954f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b24a418d5f8a95f9be7c6041428f7c2084391a71\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fdbc46f299a3386f8f52b2bff2290a50e323f252\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_512.png\", \"width\": 512, \"format\": \"APNG\", \"height\": 512}}, \"5\": {\"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9eaa27fdab300271f08789a98da2d5037adcdd12\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c548c76c14705b96ea23f3efaa13dd28f6bac755\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2c245ce35d7b6764caec6180c0ba115b194860f8\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=12842e1b0ae1050961ee884b7056ab25ff0a0007\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fa157eccaf7ea2cfa53bd14607065f485c0eb851\", \"width\": 128, \"height\": 128}], \"awardings_required\": 5, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9eaa27fdab300271f08789a98da2d5037adcdd12\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c548c76c14705b96ea23f3efaa13dd28f6bac755\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2c245ce35d7b6764caec6180c0ba115b194860f8\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=12842e1b0ae1050961ee884b7056ab25ff0a0007\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fa157eccaf7ea2cfa53bd14607065f485c0eb851\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png\", \"width\": 512, \"format\": \"PNG\", \"height\": 512}}}, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": 5, \"description\": \"All aboard! Every 5 Awards gives the author 100 Coins and 1 week of Premium. Rack up the number of Awards and watch the Train level-up.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 512, \"name\": \"Super Medal Train\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 325, \"id\": \"award_9f928aff-c9f5-4e7e-aa91-8619dce60f1c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When laughter meets percussion\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Table Slap\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=994f9f96e2d6f58953ea691c6ada1cb71915afef\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=fc707b848214f4d6f5ce5ba15ba152f258c8ee5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4928f25293343f16a3878caf267c784276527e3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=77f3d1e6b823a6680ce5941940286b9c9d6c63fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f6f2dabda59c3ce60853beb53575cd1a71723e5d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 81, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 65, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 64, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 53, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 66, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 68, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh1i\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j19mct\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"lilsaddam\", \"discussion_type\": null, \"num_comments\": 41957, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/AskReddit/comments/j19mct/whats_the_dumbest_way_youve_gotten_a_scar/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/AskReddit/comments/j19mct/whats_the_dumbest_way_youve_gotten_a_scar/\", \"subreddit_subscribers\": 29887984, \"created_utc\": 1601289272.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"aww\", \"selftext\": \"\", \"author_fullname\": \"t2_4zx0rvmm\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 4, \"clicked\": false, \"title\": \"For the first time in years, the animal shelter has adopted out ALL 70 dogs and the kennels are EMPTY!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/aww\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": \"INACTIVE\", \"hide_score\": false, \"name\": \"t3_j1kziu\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 71196, \"total_awards_received\": 518, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 71196, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/ovUAaHZ7_EkziG5L6m3csN2277J1HoLvk40oMWWVj9c.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1, \"gid_2\": 4}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601356141.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.imgur.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.imgur.com/QBEe36M.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/aHjvpzfaklL4ZhXQwlQ__Ttqf-PgPfZPbztFRSF-JN4.jpg?auto=webp\\u0026s=effd01950ab87d37e3fdcac8e4f74866abf2505f\", \"width\": 1504, \"height\": 2016}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/aHjvpzfaklL4ZhXQwlQ__Ttqf-PgPfZPbztFRSF-JN4.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=e6eacc9c57d40ed62a0e7204f0b5451bd0831b65\", \"width\": 108, \"height\": 144}, {\"url\": \"https://external-preview.redd.it/aHjvpzfaklL4ZhXQwlQ__Ttqf-PgPfZPbztFRSF-JN4.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=faa81ec9c87de12457fdffef3ebc83bd58bac177\", \"width\": 216, \"height\": 289}, {\"url\": \"https://external-preview.redd.it/aHjvpzfaklL4ZhXQwlQ__Ttqf-PgPfZPbztFRSF-JN4.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=a422766689b1c409c9d57da37d692e195a380f85\", \"width\": 320, \"height\": 428}, {\"url\": \"https://external-preview.redd.it/aHjvpzfaklL4ZhXQwlQ__Ttqf-PgPfZPbztFRSF-JN4.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=aee69ebd36fae25fe1deae0d7f396488acd1b8a0\", \"width\": 640, \"height\": 857}, {\"url\": \"https://external-preview.redd.it/aHjvpzfaklL4ZhXQwlQ__Ttqf-PgPfZPbztFRSF-JN4.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=62531c3f239afb970e4e167903bcf74f710f6e95\", \"width\": 960, \"height\": 1286}, {\"url\": \"https://external-preview.redd.it/aHjvpzfaklL4ZhXQwlQ__Ttqf-PgPfZPbztFRSF-JN4.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=a38537a63aaea34307b04abd87862b44391729a8\", \"width\": 1080, \"height\": 1447}], \"variants\": {}, \"id\": \"E2JBis1cS_5qb0spBDhoRyrrbHbX0kieqCmzUzwqhtM\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"award_1f0462ee-18f5-4f33-89cf-f1f79336a452\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3ca7dc1f4e12ca386a561446e72f772d38ba49d8\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c19d1e661e4aa6a9326a9f0b74b3ebf5d9f7a75e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ed063580825e72b0ae63fe30c807b453b1362694\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=7176b4b72b850e3e052138fe8b3967c4c5b52dae\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f7b307840995777f9ae04699d019740658ba0e77\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing. Gives %{coin_symbol}100 Coins to both the author and the community.\", \"end_date\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome (Pro)\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3ca7dc1f4e12ca386a561446e72f772d38ba49d8\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c19d1e661e4aa6a9326a9f0b74b3ebf5d9f7a75e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ed063580825e72b0ae63fe30c807b453b1362694\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=7176b4b72b850e3e052138fe8b3967c4c5b52dae\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f7b307840995777f9ae04699d019740658ba0e77\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/0o2j782f00e41_WholesomeSuperpro.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 400, \"id\": \"award_84276b1e-cc8f-484f-a19c-be6c09adc1a5\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"An amazing showing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Bravo!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=647cccf78702582f30d23908180da092b135cffe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 350, \"id\": \"award_e55d1889-11f2-4d04-8abb-44b1de7dd53d\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Awwsome_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Awwsome_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Awwsome_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Awwsome_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Awwsome_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Awwsome_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Use the Aww-some Award to highlight comments that are absolutely adorable.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Aww-some\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rrug3umoh7m51_Aww-some.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=f3e9a7b89bfd0407262e09bbee432c4bdd0fba44\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rrug3umoh7m51_Aww-some.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=5d31e527d32c408f69c7c521b3d82045c64cfada\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rrug3umoh7m51_Aww-some.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=6043acd6667737f4bbdeda9b17416be61315547d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rrug3umoh7m51_Aww-some.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=170f317bf14949d5028737ab4f67ebe3173dd3b5\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rrug3umoh7m51_Aww-some.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f17d0acef124c9873a2bf06e1684e018c9424b89\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rrug3umoh7m51_Aww-some.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 325, \"id\": \"award_6220ecfe-4552-4949-aa13-fb1fb7db537c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When the love is out of control.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Super Heart Eyes\", \"resized_static_icons\": [{\"url\": \"https://external-preview.redd.it?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d88c9a453f8ac38850b7a8241cfe5804b7b4905d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://external-preview.redd.it?width=32\\u0026height=32\\u0026auto=webp\\u0026s=96a25019eb75878bdec4f6c012540f3baffbb1b2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://external-preview.redd.it?width=48\\u0026height=48\\u0026auto=webp\\u0026s=1a51d27d75afde3fbde8bba84f9338f511211461\", \"width\": 48, \"height\": 48}, {\"url\": \"https://external-preview.redd.it?width=64\\u0026height=64\\u0026auto=webp\\u0026s=96af5ec460b05669ed60224cb0619bb8884abe27\", \"width\": 64, \"height\": 64}, {\"url\": \"https://external-preview.redd.it?width=128\\u0026height=128\\u0026auto=webp\\u0026s=2d3e648ed2302e6258673051ca5291f57beb29d4\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 66, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 77, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 80, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 111, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_3267ca1c-127a-49e9-9a3d-4ba96224af18\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6ce62fa40de4c6b72859d2cbdf22af5c0e012233\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=26297b024da3e9bd6507e7b8553507493b5e6606\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0763517837b22d5e414dd330d5006c0d89ccb499\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9a2154561daa83678f3f9e6e2a627629ee2a2bcc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=96897549f634fd6324e1338a98b9778733ea4813\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Let's sip to good health and good company\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"I'll Drink to That\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6ce62fa40de4c6b72859d2cbdf22af5c0e012233\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=26297b024da3e9bd6507e7b8553507493b5e6606\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0763517837b22d5e414dd330d5006c0d89ccb499\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9a2154561daa83678f3f9e6e2a627629ee2a2bcc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=96897549f634fd6324e1338a98b9778733ea4813\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_19860e30-3331-4bac-b3d1-bd28de0c7974\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I needed this today\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Heartwarming\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_01178870-6a4f-4172-8f36-9ed5092ee4f9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7ef402e4400dbacd3b319ab18a8c72c97f08fb48\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ef998b93113d1cd3a4b75bdfd7485223b36250d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4d02dbb8dbe1c997fdafa8aa862ce0a5e1d4c25\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3f0f4be23a9ad9da36f3a1cef2f2fd208b09bc55\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=57e80210c6fa095baece3848e1ecd12c6d172a12\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"You look amazing, glowing, incredible!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Glow Up\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7ef402e4400dbacd3b319ab18a8c72c97f08fb48\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ef998b93113d1cd3a4b75bdfd7485223b36250d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4d02dbb8dbe1c997fdafa8aa862ce0a5e1d4c25\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3f0f4be23a9ad9da36f3a1cef2f2fd208b09bc55\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=57e80210c6fa095baece3848e1ecd12c6d172a12\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 74, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 88, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_7becef23-fb0b-4d62-b8a6-01d5759367cb\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When goodness lifts you\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_7149a401-1223-4543-bfd6-4127cb4246da\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"The key is to keep your cool this summer.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Cool Summer\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [\"econ:render:lottie:cutie\"], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh1o\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1kziu\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"CommonSchemeForYou\", \"discussion_type\": null, \"num_comments\": 1422, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/aww/comments/j1kziu/for_the_first_time_in_years_the_animal_shelter/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/QBEe36M.jpg\", \"subreddit_subscribers\": 26737819, \"created_utc\": 1601327341.0, \"num_crossposts\": 4, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"videos\", \"selftext\": \"\", \"author_fullname\": \"t2_3llau7gg\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"QVC hosts argue if the moon is a planet or star\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/videos\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 105, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ajj2\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 33746, \"total_awards_received\": 42, \"media_embed\": {\"content\": \"\\u003Ciframe width=\\\"600\\\" height=\\\"338\\\" src=\\\"https://www.youtube.com/embed/aQKgpm1SJmQ?start=7\\u0026feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen\\u003E\\u003C/iframe\\u003E\", \"width\": 600, \"scrolling\": false, \"height\": 338}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"https://www.youtube.com/\", \"title\": \"Is the Moon a planet or a star?\", \"html\": \"\\u003Ciframe width=\\\"600\\\" height=\\\"338\\\" src=\\\"https://www.youtube.com/embed/aQKgpm1SJmQ?start=7\\u0026feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen\\u003E\\u003C/iframe\\u003E\", \"thumbnail_width\": 480, \"height\": 338, \"width\": 600, \"version\": \"1.0\", \"author_name\": \"Bo Gardiner\", \"provider_name\": \"YouTube\", \"thumbnail_url\": \"https://i.ytimg.com/vi/aQKgpm1SJmQ/hqdefault.jpg\", \"type\": \"video\", \"thumbnail_height\": 360, \"author_url\": \"https://www.youtube.com/user/RememberTheTime99\"}, \"type\": \"youtube.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"\\u003Ciframe width=\\\"600\\\" height=\\\"338\\\" src=\\\"https://www.youtube.com/embed/aQKgpm1SJmQ?start=7\\u0026feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen\\u003E\\u003C/iframe\\u003E\", \"width\": 600, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/j1ajj2\", \"height\": 338}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 33746, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/CCdSPI-jwHm7r07ckUINRX2cmx1WtZ9txJKLXUA7Pvg.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"rich:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601322632.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"youtube.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.youtube.com/watch?v=aQKgpm1SJmQ\\u0026t=7s\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/sRwSqFZq0ZiWpaeoWOEwpDc5o0PpBpn1dKh-U4RPcEU.jpg?auto=webp\\u0026s=d92cb81b2e1a05cb0d80bebadb6fc61f89c2e55b\", \"width\": 480, \"height\": 360}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/sRwSqFZq0ZiWpaeoWOEwpDc5o0PpBpn1dKh-U4RPcEU.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=3582dc72bbc3cd241fd947684ab32c5a13cf3aab\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/sRwSqFZq0ZiWpaeoWOEwpDc5o0PpBpn1dKh-U4RPcEU.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=be8c6b9b88eb0c05b7b868784b776f63c02a07a0\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/sRwSqFZq0ZiWpaeoWOEwpDc5o0PpBpn1dKh-U4RPcEU.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=ab53f5df55d846b6107170d6bb3386093749b24a\", \"width\": 320, \"height\": 240}], \"variants\": {}, \"id\": \"VggFpk8m9wB-XL7YSE_npyr9jdW0FUetzJh5mo-JJAg\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_43f3bf99-92d6-47ab-8205-130d26e7929f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=df5dde46207e5c37f666f88b902a60f52f3692a4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=839938244a8c437c7a25a1f7cc6de28331e7458f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b3e7d60554c89bd09ddea7703eebae6a2264752e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=60bb1be694f7e446147220100109d28133141e32\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f0ac458bc6c30eb60ab672016a2668a6357de8db\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"This hits me right in the feels\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Tearing Up\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=df5dde46207e5c37f666f88b902a60f52f3692a4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=839938244a8c437c7a25a1f7cc6de28331e7458f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b3e7d60554c89bd09ddea7703eebae6a2264752e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=60bb1be694f7e446147220100109d28133141e32\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f0ac458bc6c30eb60ab672016a2668a6357de8db\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_7149a401-1223-4543-bfd6-4127cb4246da\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"The key is to keep your cool this summer.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Cool Summer\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh1e\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ajj2\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"kiba87637\", \"discussion_type\": null, \"num_comments\": 4381, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/videos/comments/j1ajj2/qvc_hosts_argue_if_the_moon_is_a_planet_or_star/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.youtube.com/watch?v=aQKgpm1SJmQ\\u0026t=7s\", \"subreddit_subscribers\": 23988729, \"created_utc\": 1601293832.0, \"num_crossposts\": 13, \"media\": {\"oembed\": {\"provider_url\": \"https://www.youtube.com/\", \"title\": \"Is the Moon a planet or a star?\", \"html\": \"\\u003Ciframe width=\\\"600\\\" height=\\\"338\\\" src=\\\"https://www.youtube.com/embed/aQKgpm1SJmQ?start=7\\u0026feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen\\u003E\\u003C/iframe\\u003E\", \"thumbnail_width\": 480, \"height\": 338, \"width\": 600, \"version\": \"1.0\", \"author_name\": \"Bo Gardiner\", \"provider_name\": \"YouTube\", \"thumbnail_url\": \"https://i.ytimg.com/vi/aQKgpm1SJmQ/hqdefault.jpg\", \"type\": \"video\", \"thumbnail_height\": 360, \"author_url\": \"https://www.youtube.com/user/RememberTheTime99\"}, \"type\": \"youtube.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"space\", \"selftext\": \"\", \"author_fullname\": \"t2_bokiu\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Multiple 'water bodies' found under surface of Mars\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/space\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"error\", \"downs\": 0, \"thumbnail_height\": 105, \"top_awarded_type\": \"INACTIVE\", \"hide_score\": false, \"name\": \"t3_j1dynm\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 72948, \"total_awards_received\": 345, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Lakes under ice cap\", \"can_mod_post\": false, \"score\": 72948, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/6hjSbFM-8JLSZU6nVLj7104KY5HgSDvNJNjhWARXEN4.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601335236.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"independent.co.uk\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.independent.co.uk/life-style/gadgets-and-tech/mars-water-bodies-nasa-alien-life-b673519.html\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?auto=webp\\u0026s=d44652918ffa666eccbc2179584561fb847622cf\", \"width\": 2000, \"height\": 1500}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=917cdbd956dc256a3878fd7d7f62ec786d14ca3b\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=69cff5b7014370cd0163c5c5abda67923af7602a\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=5ea333beb3a65cda18caa325c5d416343dcd0a01\", \"width\": 320, \"height\": 240}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=a3172880992a80c9a77897e42a6c1777b186b3bc\", \"width\": 640, \"height\": 480}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=da53a18b5f74f77e43c80e52d2fb203db8a5fdf4\", \"width\": 960, \"height\": 720}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=2b9fd7ea3c9ca9a09bfe9aeca47f447d739456f2\", \"width\": 1080, \"height\": 810}], \"variants\": {}, \"id\": \"TEOA6DdC6M-8y0LHmTyEKza-0VlR-_SrTSNTwdHXslk\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_c4b2e438-16bb-4568-88e7-7893b7662944\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glittering stamp for a feel-good thing\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome Seal of Approval\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 20, \"id\": \"award_5eac457f-ebac-449b-93a7-eb17b557f03c\", \"penny_donate\": 0, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bc61b528b8d075c26a3d0f2ad3d9e42259c51cbe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d576c9a19ed29ca5624333239dbde289a146930b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=da1e45654f5acfb6be44fa07c168ad6420796f56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=677455ac05c563b5585f76e52ee96354f1430799\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=25a3b6021a92685b01883fb3d947d2959a75d8b3\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you follow your heart, love is the answer\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"LOVE!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bc61b528b8d075c26a3d0f2ad3d9e42259c51cbe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d576c9a19ed29ca5624333239dbde289a146930b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=da1e45654f5acfb6be44fa07c168ad6420796f56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=677455ac05c563b5585f76e52ee96354f1430799\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=25a3b6021a92685b01883fb3d947d2959a75d8b3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": \"t5_2qh87\", \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 1000, \"id\": \"award_0d38c0d4-dcbf-4251-8e76-0afe13912c97\", \"penny_donate\": null, \"award_sub_type\": \"COMMUNITY\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7d2f81cd52af6750093b779139c6bc9fd49c2936\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=5daa8bd6ba872295c2e3080bbd3cec4ad355fb3f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=4b89ff96315730cc9974a154202c19e3011638ff\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=001407c0e5beb84b6480f112ec592a1eafde93ab\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4432c95bd5f8c92282a5fe633372470181dbe4ef\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Mars Award and grants %{coin_symbol}200 Coins to the community. Exclusive to this community.\", \"end_date\": null, \"subreddit_coin_reward\": 200, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Mars\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7d2f81cd52af6750093b779139c6bc9fd49c2936\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=5daa8bd6ba872295c2e3080bbd3cec4ad355fb3f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=4b89ff96315730cc9974a154202c19e3011638ff\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=001407c0e5beb84b6480f112ec592a1eafde93ab\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4432c95bd5f8c92282a5fe633372470181dbe4ef\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"community\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_2qh87/t8f8iaqy3ml31_Mars.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 325, \"id\": \"award_2bc47247-b107-44a8-a78c-613da21869ff\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Boldly go where we haven't been in a long, long time.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"To The Stars\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=83d4d953873a31c0e3e4a0f0b188ff803bb6b92a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=ec9beb8a11f28bbfb3144bd6edac145af0909baa\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=82b887ba042297c5b22a7faecec4721bf2dc354d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=545d53613ea7e025301bfa49f38d1981d86ee001\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=878ea0423f2a9a57a0750e2fbe26bf482be5c8c3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 46, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 75, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 53, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 35, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 91, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 38, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_d33fddd7-a58a-4472-b1a2-3157d8c8b76f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Looking like you're working is hard work.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Looking Busy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=db9e29688c05aeb51dafbcd54ec1dcfab3bb47dc\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=46adbd135d36ba32a7709877e99ff7a126af367b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f3118b3d29ca5d2a3c6e941a0b874c9b66dd7f7b\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=50f2d89d742aa628382b07bea320a4673821cbca\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ebbcf8563d42edc4fd85e52933dafaecb6a849b7\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"dbb68e94-f843-11e4-88fc-0ea18645ab5f\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh87\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1dynm\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"rebelliousmuse\", \"discussion_type\": null, \"num_comments\": 4167, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/space/comments/j1dynm/multiple_water_bodies_found_under_surface_of_mars/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.independent.co.uk/life-style/gadgets-and-tech/mars-water-bodies-nasa-alien-life-b673519.html\", \"subreddit_subscribers\": 17451013, \"created_utc\": 1601306436.0, \"num_crossposts\": 16, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"politics\", \"selftext\": \"\", \"author_fullname\": \"t2_bokiu\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"One million Americans have already cast 2020 vote in \\u2018historic\\u2019 early voting surge\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/politics\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 105, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1hmfc\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 59133, \"total_awards_received\": 114, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"0929415c-8e73-11e6-9075-0e45482b2aab\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 59133, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/fFHBftX1dgK5KCVsslIatHXtDcv39Sr5twYxbX5yg8s.jpg\", \"edited\": false, \"author_flair_css_class\": \"vermont-flag\", \"author_flair_richtext\": [{\"a\": \":flag-vt:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/uswngn5yoxe11_t5_2cneq/flag-vt\"}, {\"e\": \"text\", \"t\": \" Vermont\"}], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601346265.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"independent.co.uk\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.independent.co.uk/news/world/americas/us-election/early-voting-2020-us-presidential-election-trump-biden-b675330.html\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?auto=webp\\u0026s=d44652918ffa666eccbc2179584561fb847622cf\", \"width\": 2000, \"height\": 1500}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=917cdbd956dc256a3878fd7d7f62ec786d14ca3b\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=69cff5b7014370cd0163c5c5abda67923af7602a\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=5ea333beb3a65cda18caa325c5d416343dcd0a01\", \"width\": 320, \"height\": 240}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=a3172880992a80c9a77897e42a6c1777b186b3bc\", \"width\": 640, \"height\": 480}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=da53a18b5f74f77e43c80e52d2fb203db8a5fdf4\", \"width\": 960, \"height\": 720}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=2b9fd7ea3c9ca9a09bfe9aeca47f447d739456f2\", \"width\": 1080, \"height\": 810}], \"variants\": {}, \"id\": \"TEOA6DdC6M-8y0LHmTyEKza-0VlR-_SrTSNTwdHXslk\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 250, \"id\": \"award_31260000-2f4a-4b40-ad20-f5aa46a577bf\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=aac0a2d53109a9fd14342ff5310b3f75dfea0f30\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=937802c6c3c42edba61a7e49f27d2239fecf8057\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a82b7814668f450767162fe13d8eae7683b30757\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fe631cc65f664f9d59ff573dcd7e3852ec7f5c3b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=249883cff08c73518f919093c4205d3e4c4e0ee0\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Beauty that's forever. Gives %{coin_symbol}100 Coins each to the author and the community.\", \"end_date\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Timeless Beauty\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=aac0a2d53109a9fd14342ff5310b3f75dfea0f30\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=937802c6c3c42edba61a7e49f27d2239fecf8057\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a82b7814668f450767162fe13d8eae7683b30757\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fe631cc65f664f9d59ff573dcd7e3852ec7f5c3b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=249883cff08c73518f919093c4205d3e4c4e0ee0\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 325, \"id\": \"award_6220ecfe-4552-4949-aa13-fb1fb7db537c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When the love is out of control.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Super Heart Eyes\", \"resized_static_icons\": [{\"url\": \"https://external-preview.redd.it?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d88c9a453f8ac38850b7a8241cfe5804b7b4905d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://external-preview.redd.it?width=32\\u0026height=32\\u0026auto=webp\\u0026s=96a25019eb75878bdec4f6c012540f3baffbb1b2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://external-preview.redd.it?width=48\\u0026height=48\\u0026auto=webp\\u0026s=1a51d27d75afde3fbde8bba84f9338f511211461\", \"width\": 48, \"height\": 48}, {\"url\": \"https://external-preview.redd.it?width=64\\u0026height=64\\u0026auto=webp\\u0026s=96af5ec460b05669ed60224cb0619bb8884abe27\", \"width\": 64, \"height\": 64}, {\"url\": \"https://external-preview.redd.it?width=128\\u0026height=128\\u0026auto=webp\\u0026s=2d3e648ed2302e6258673051ca5291f57beb29d4\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 21, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 19, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 17, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 13, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 26, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 12, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":flag-vt: Vermont\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2cneq\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1hmfc\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"rebelliousmuse\", \"discussion_type\": null, \"num_comments\": 3914, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/politics/comments/j1hmfc/one_million_americans_have_already_cast_2020_vote/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.independent.co.uk/news/world/americas/us-election/early-voting-2020-us-presidential-election-trump-biden-b675330.html\", \"subreddit_subscribers\": 6621192, \"created_utc\": 1601317465.0, \"num_crossposts\": 7, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"nba\", \"selftext\": \"\", \"author_fullname\": \"t2_1e0mwaro\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"[Wojnarowski] Coach Doc Rivers is out with the Clippers, sources tell ESPN.\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"News\"}], \"subreddit_name_prefixed\": \"r/nba\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"news\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1l4po\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 16267, \"total_awards_received\": 60, \"media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003ECoach Doc Rivers is out with the Clippers, sources tell ESPN.\\u003C/p\\u003E\\u0026mdash; Adrian Wojnarowski (@wojespn) \\u003Ca href=\\\"https://twitter.com/wojespn/status/1310689859191951360?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"height\": 198}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"da0a73ec-3feb-11e8-903c-0e604ebd1cb6\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/wojespn/status/1310689859191951360\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003ECoach Doc Rivers is out with the Clippers, sources tell ESPN.\\u003C/p\\u003E\\u0026mdash; Adrian Wojnarowski (@wojespn) \\u003Ca href=\\\"https://twitter.com/wojespn/status/1310689859191951360?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"Adrian Wojnarowski\", \"height\": 198, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/wojespn\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003ECoach Doc Rivers is out with the Clippers, sources tell ESPN.\\u003C/p\\u003E\\u0026mdash; Adrian Wojnarowski (@wojespn) \\u003Ca href=\\\"https://twitter.com/wojespn/status/1310689859191951360?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/j1l4po\", \"height\": 198}, \"link_flair_text\": \"News\", \"can_mod_post\": false, \"score\": 16267, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": \"76ers2\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"76ers\"}], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601356591.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"twitter.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://twitter.com/wojespn/status/1310689859191951360\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/4aVHdJ2dtz4-ODvwYovFzpAVQn-Uhvw0kSvRataC--I.jpg?auto=webp\\u0026s=eb46c8393dce720992a99e563f3d2316ab16d9fd\", \"width\": 140, \"height\": 140}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/4aVHdJ2dtz4-ODvwYovFzpAVQn-Uhvw0kSvRataC--I.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=639c6c245b3f192c73ef48b5a7631623e8d027ce\", \"width\": 108, \"height\": 108}], \"variants\": {}, \"id\": \"7NmzY2tW7YyjFHkygS7KF3jv6I6Vldz3IPQmHEoT7v0\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 400, \"id\": \"award_84276b1e-cc8f-484f-a19c-be6c09adc1a5\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"An amazing showing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=647cccf78702582f30d23908180da092b135cffe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 13, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_88fdcafc-57a0-48db-99cc-76276bfaf28b\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3481c2a89c2ebe653aae1b8d627c20c10abfc79e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2bd2b8a9417e7cc18752927c11f98b242c133f2f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a34e3d83c5dd9f6c731b1375500e4de8d4fee652\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6525899b9a01d5b0c4deea6c34cd8436ee1ff0c7\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c9e094023649693de991fff551a0c9561d11163a\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"To pay respects.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Press F\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3481c2a89c2ebe653aae1b8d627c20c10abfc79e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2bd2b8a9417e7cc18752927c11f98b242c133f2f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a34e3d83c5dd9f6c731b1375500e4de8d4fee652\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6525899b9a01d5b0c4deea6c34cd8436ee1ff0c7\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c9e094023649693de991fff551a0c9561d11163a\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_483d8e29-bbe5-404e-a09a-c2d7b16c4fff\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6aa7f9c1a296f107705396635063074c89d0ae9f\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=766123ddae43d52fbbe97021ba1040fa6e581e5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e598c03acb479ea319d4d9d6122a3f50f2a7f42e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=87295ee95f6324330cb0db43a8ac6e6bd36d06b5\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=568d15bdc973c613831bc212cf1a2ff264a7135f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Laugh like a supervillain\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Evil Cackle\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6aa7f9c1a296f107705396635063074c89d0ae9f\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=766123ddae43d52fbbe97021ba1040fa6e581e5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e598c03acb479ea319d4d9d6122a3f50f2a7f42e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=87295ee95f6324330cb0db43a8ac6e6bd36d06b5\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=568d15bdc973c613831bc212cf1a2ff264a7135f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_7becef23-fb0b-4d62-b8a6-01d5759367cb\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When goodness lifts you\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_7149a401-1223-4543-bfd6-4127cb4246da\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"The key is to keep your cool this summer.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Cool Summer\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_69c94eb4-d6a3-48e7-9cf2-0f39fed8b87c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Listen, get educated, and get involved.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Ally\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"dbc12ec6-5c53-11e4-93ee-12313b0b3108\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"76ers\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qo4s\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#57b2b2\", \"id\": \"j1l4po\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"-TTP-\", \"discussion_type\": null, \"num_comments\": 2685, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/nba/comments/j1l4po/wojnarowski_coach_doc_rivers_is_out_with_the/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://twitter.com/wojespn/status/1310689859191951360\", \"subreddit_subscribers\": 3580476, \"created_utc\": 1601327791.0, \"num_crossposts\": 2, \"media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/wojespn/status/1310689859191951360\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003ECoach Doc Rivers is out with the Clippers, sources tell ESPN.\\u003C/p\\u003E\\u0026mdash; Adrian Wojnarowski (@wojespn) \\u003Ca href=\\\"https://twitter.com/wojespn/status/1310689859191951360?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"Adrian Wojnarowski\", \"height\": 198, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/wojespn\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"instant_regret\", \"selftext\": \"\", \"author_fullname\": \"t2_jbgyy\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 2, \"clicked\": false, \"title\": \"Reporter reminds Miami Heat fan celebrating their conference championship win to wear his mask\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/instant_regret\", \"hidden\": false, \"pwls\": 0, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1dl2p\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.89, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 86911, \"total_awards_received\": 265, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 86911, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/zBEdLY7NhYkvHj64SOEMsU9cWSr7xlBjXDh4lM_Yr2E.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 2}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601334041.0, \"link_flair_type\": \"text\", \"wls\": 0, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/0dxzdox0lwp51.gif\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?format=png8\\u0026s=e2a26a6d373aef002a82116910d3590abd1b8fa3\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?width=108\\u0026crop=smart\\u0026format=png8\\u0026s=1f1e6b21bfe965167bce107f73ce2aa0e5b3d1eb\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?width=216\\u0026crop=smart\\u0026format=png8\\u0026s=adfa113e7fc300cd0e8061d6b54e896aa08fd6de\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?width=320\\u0026crop=smart\\u0026format=png8\\u0026s=7ef5423ed07940037c0988e74beee766e6196d0c\", \"width\": 320, \"height\": 320}], \"variants\": {\"gif\": {\"source\": {\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?s=c36fb3bec77c123512638afe45b97301f1a584b3\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?width=108\\u0026crop=smart\\u0026s=92282ee57212a5882408dcb54bda7dbf2b2249df\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?width=216\\u0026crop=smart\\u0026s=fd5c24b6c2741e7b5a73fbb19be18b22201f8f97\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?width=320\\u0026crop=smart\\u0026s=d0e5880404a2ee44c1231958768c5ad1b07904f7\", \"width\": 320, \"height\": 320}]}, \"mp4\": {\"source\": {\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?format=mp4\\u0026s=3860e4d17876ce3be3aa696a3e7108c3211c4f22\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?width=108\\u0026format=mp4\\u0026s=ecc571c6acee420fc05c02664af850ce2fe86d4a\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?width=216\\u0026format=mp4\\u0026s=71c525bcce13565d4af0bc8bc06a5c5a13e28c3f\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/0dxzdox0lwp51.gif?width=320\\u0026format=mp4\\u0026s=0d3a5d5345616e1d0c657ff114b07f775cc54b70\", \"width\": 320, \"height\": 320}]}}, \"id\": \"5SJdKmzLA21rV1zUbXu_7_COzhsw-KPZ_AtcnsIQ9_k\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 75, \"id\": \"award_9663243a-e77f-44cf-abc6-850ead2cd18d\", \"penny_donate\": 0, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"For an especially amazing showing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo Grande!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3459bdf1d1777821a831c5bf9834f4365263fcff\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9181d68065ccfccf2b1074e499cd7c1103aa2ce8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=339b368d395219120abc50d54fb3e2cdcad8ca4f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=de4ebbe92f9019de05aaa77f88810d44adbe1e50\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ba6c1add5204ea43e5af010bd9622392a42140e3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 400, \"id\": \"award_84276b1e-cc8f-484f-a19c-be6c09adc1a5\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"An amazing showing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=647cccf78702582f30d23908180da092b135cffe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 325, \"id\": \"award_9f928aff-c9f5-4e7e-aa91-8619dce60f1c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When laughter meets percussion\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Table Slap\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=994f9f96e2d6f58953ea691c6ada1cb71915afef\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=fc707b848214f4d6f5ce5ba15ba152f258c8ee5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4928f25293343f16a3878caf267c784276527e3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=77f3d1e6b823a6680ce5941940286b9c9d6c63fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f6f2dabda59c3ce60853beb53575cd1a71723e5d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 325, \"id\": \"award_6220ecfe-4552-4949-aa13-fb1fb7db537c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When the love is out of control.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Super Heart Eyes\", \"resized_static_icons\": [{\"url\": \"https://external-preview.redd.it?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d88c9a453f8ac38850b7a8241cfe5804b7b4905d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://external-preview.redd.it?width=32\\u0026height=32\\u0026auto=webp\\u0026s=96a25019eb75878bdec4f6c012540f3baffbb1b2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://external-preview.redd.it?width=48\\u0026height=48\\u0026auto=webp\\u0026s=1a51d27d75afde3fbde8bba84f9338f511211461\", \"width\": 48, \"height\": 48}, {\"url\": \"https://external-preview.redd.it?width=64\\u0026height=64\\u0026auto=webp\\u0026s=96af5ec460b05669ed60224cb0619bb8884abe27\", \"width\": 64, \"height\": 64}, {\"url\": \"https://external-preview.redd.it?width=128\\u0026height=128\\u0026auto=webp\\u0026s=2d3e648ed2302e6258673051ca5291f57beb29d4\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 54, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 51, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 32, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 39, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 39, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 38, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_80d4d339-95d0-43ac-b051-bc3fe0a9bab8\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=b1a8234a0a122785991d6e6f8a4e0342525196fb\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d18080390a3a15888b1fb45f6310b0362e97d1c9\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=d19c39d1fcfc71fe7f4eb2ba1a52d18d8f063b6e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d4bdebbc07f33dcb808bcdd14ca3a0095719bb13\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c569e8342e4e2c9c8fb9f4afab3b8e51a9fe3b2a\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Keep the community and yourself healthy and happy.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wearing is Caring\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=b1a8234a0a122785991d6e6f8a4e0342525196fb\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d18080390a3a15888b1fb45f6310b0362e97d1c9\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=d19c39d1fcfc71fe7f4eb2ba1a52d18d8f063b6e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d4bdebbc07f33dcb808bcdd14ca3a0095719bb13\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c569e8342e4e2c9c8fb9f4afab3b8e51a9fe3b2a\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/lcswc5d07hb51_WearingisCaring.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_7149a401-1223-4543-bfd6-4127cb4246da\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"The key is to keep your cool this summer.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Cool Summer\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_32dy0\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1dl2p\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"A_Kind_Shark\", \"discussion_type\": null, \"num_comments\": 2444, \"send_replies\": true, \"whitelist_status\": \"no_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/instant_regret/comments/j1dl2p/reporter_reminds_miami_heat_fan_celebrating_their/\", \"parent_whitelist_status\": \"no_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/0dxzdox0lwp51.gif\", \"subreddit_subscribers\": 2974827, \"created_utc\": 1601305241.0, \"num_crossposts\": 24, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"gifs\", \"selftext\": \"\", \"author_fullname\": \"t2_7p7fo\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Florida PD tackles Trump campaign manager Brad Parscale\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/gifs\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ki2x\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.91, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 14022, \"total_awards_received\": 18, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 14022, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/ItpIJP5S5OLXF7pICfg4J6y1ZZIFg-7nR8uoIAHsPdo.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601354658.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.imgur.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.imgur.com/28xIK6u.gifv\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/M13Y3R3b1fYXU2u4m_Ek_rk13aHJTxF3nvtu0luFbjY.jpg?auto=webp\\u0026s=a1ea6dfcf97157bf8fcc6155e330de850c46a0ef\", \"width\": 960, \"height\": 540}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/M13Y3R3b1fYXU2u4m_Ek_rk13aHJTxF3nvtu0luFbjY.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=a0aafc273d2090072c1b2584dfd079d52a236e18\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/M13Y3R3b1fYXU2u4m_Ek_rk13aHJTxF3nvtu0luFbjY.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=b549a2bf5dc3609b2854a0d55c90318b3c0edad0\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/M13Y3R3b1fYXU2u4m_Ek_rk13aHJTxF3nvtu0luFbjY.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=aa0dc430bc1dc51507a4d12aa237898e7d95d73c\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/M13Y3R3b1fYXU2u4m_Ek_rk13aHJTxF3nvtu0luFbjY.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=ee4efba99030296008714d114d4650927661a6bc\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/M13Y3R3b1fYXU2u4m_Ek_rk13aHJTxF3nvtu0luFbjY.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=4031aabcbb5546e814755f9015e3ea3589e64a9b\", \"width\": 960, \"height\": 540}], \"variants\": {}, \"id\": \"R662dSoAMjHIccI68705QtrGeFEC_c_NuTvrY52ldPE\"}], \"reddit_video_preview\": {\"fallback_url\": \"https://v.redd.it/1tz6syueayp51/DASH_480.mp4\", \"height\": 480, \"width\": 853, \"scrubber_media_url\": \"https://v.redd.it/1tz6syueayp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/1tz6syueayp51/DASHPlaylist.mpd\", \"duration\": 20, \"hls_url\": \"https://v.redd.it/1tz6syueayp51/HLSPlaylist.m3u8\", \"is_gif\": true, \"transcoding_status\": \"completed\"}, \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qt55\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ki2x\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"FortuitousAdroit\", \"discussion_type\": null, \"num_comments\": 2698, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/gifs/comments/j1ki2x/florida_pd_tackles_trump_campaign_manager_brad/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/28xIK6u.gifv\", \"subreddit_subscribers\": 20441876, \"created_utc\": 1601325858.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"nottheonion\", \"selftext\": \"\", \"author_fullname\": \"t2_wthns\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 2, \"clicked\": false, \"title\": \"YouTube celebrates Deaf Awareness Week by killing crowd-sourced captions\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/nottheonion\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 47, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ilo3\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 55454, \"total_awards_received\": 50, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 55454, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/VtI8u4j79Qvci3zsDV64N3gt-_Cu0TR4irtq6jqJK8A.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 2}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601349121.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"arstechnica.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://arstechnica.com/gadgets/2020/09/youtube-celebrates-deaf-awareness-week-by-killing-crowd-sourced-captions/\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ASGZjKsJgzJeK2Btd2UJZDtikAZCg-hiSvJCC4XsgbM.jpg?auto=webp\\u0026s=47d3d366f378b18bf3d844f79d9ad8587c3b92cc\", \"width\": 640, \"height\": 215}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ASGZjKsJgzJeK2Btd2UJZDtikAZCg-hiSvJCC4XsgbM.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=1c7b46d977fd5ea4f4fb6ad0094b1461b65708d3\", \"width\": 108, \"height\": 36}, {\"url\": \"https://external-preview.redd.it/ASGZjKsJgzJeK2Btd2UJZDtikAZCg-hiSvJCC4XsgbM.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=bef3616b07c45c17c25f6e71008abd4193410eb1\", \"width\": 216, \"height\": 72}, {\"url\": \"https://external-preview.redd.it/ASGZjKsJgzJeK2Btd2UJZDtikAZCg-hiSvJCC4XsgbM.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=f4a1d1321a4960025ccfaaf06daaebb84eab292f\", \"width\": 320, \"height\": 107}, {\"url\": \"https://external-preview.redd.it/ASGZjKsJgzJeK2Btd2UJZDtikAZCg-hiSvJCC4XsgbM.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=8b03823f3f4a41e17d91583be2266568936d0e8a\", \"width\": 640, \"height\": 215}], \"variants\": {}, \"id\": \"m69wOyCVWxJJzVr1M1letvcZRgzXuoluzECgg2_2NtM\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_3267ca1c-127a-49e9-9a3d-4ba96224af18\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6ce62fa40de4c6b72859d2cbdf22af5c0e012233\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=26297b024da3e9bd6507e7b8553507493b5e6606\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0763517837b22d5e414dd330d5006c0d89ccb499\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9a2154561daa83678f3f9e6e2a627629ee2a2bcc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=96897549f634fd6324e1338a98b9778733ea4813\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Let's sip to good health and good company\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"I'll Drink to That\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6ce62fa40de4c6b72859d2cbdf22af5c0e012233\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=26297b024da3e9bd6507e7b8553507493b5e6606\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0763517837b22d5e414dd330d5006c0d89ccb499\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9a2154561daa83678f3f9e6e2a627629ee2a2bcc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=96897549f634fd6324e1338a98b9778733ea4813\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_03c4f93d-efc7-463b-98a7-c01814462ab0\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d4d3b4beae7aba2a08cfaa99a3aeb8d874aa0fef\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e43fbd1057c663eacfacd66c44a2d7fb8546b115\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2f60e5e9ab8e3b6ab2c9a79f73bd9335a4d76cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=59ec866f55d0b4ef5c3f2b989134592d3a02618e\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d3f15f6b0f89db016479b434acef98fb6b2064e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm not mad, I'm just disappointed.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"I am disappoint\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d4d3b4beae7aba2a08cfaa99a3aeb8d874aa0fef\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e43fbd1057c663eacfacd66c44a2d7fb8546b115\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2f60e5e9ab8e3b6ab2c9a79f73bd9335a4d76cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=59ec866f55d0b4ef5c3f2b989134592d3a02618e\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d3f15f6b0f89db016479b434acef98fb6b2064e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qnts\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ilo3\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"SaintNiche\", \"discussion_type\": null, \"num_comments\": 1883, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/nottheonion/comments/j1ilo3/youtube_celebrates_deaf_awareness_week_by_killing/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://arstechnica.com/gadgets/2020/09/youtube-celebrates-deaf-awareness-week-by-killing-crowd-sourced-captions/\", \"subreddit_subscribers\": 17843729, \"created_utc\": 1601320321.0, \"num_crossposts\": 7, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"europe\", \"selftext\": \"\", \"author_fullname\": \"t2_iep1s\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Average age at which Europeans leave their parents' home\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Map\"}], \"subreddit_name_prefixed\": \"r/europe\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 97, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j19txa\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 17472, \"total_awards_received\": 26, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Map\", \"can_mod_post\": false, \"score\": 17472, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/g49RMoAuiXwtG5vlbyVgHMJOn46lUyBkKap0_mNr30g.jpg\", \"edited\": false, \"author_flair_css_class\": \"ITAL\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"Italy\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601319179.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/efdx9hvjcvp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/efdx9hvjcvp51.jpg?auto=webp\\u0026s=dab46a9336565fc60b7de30355f3d09005a9d678\", \"width\": 990, \"height\": 688}, \"resolutions\": [{\"url\": \"https://preview.redd.it/efdx9hvjcvp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=5e299768c5d1ac162ab09bba240f5fa3e45c0570\", \"width\": 108, \"height\": 75}, {\"url\": \"https://preview.redd.it/efdx9hvjcvp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=fef484502a6943924551abdfe96fd557a9b9b9ef\", \"width\": 216, \"height\": 150}, {\"url\": \"https://preview.redd.it/efdx9hvjcvp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=3f6d52f07209b512b8fe696b7ff4da9f0ce7b633\", \"width\": 320, \"height\": 222}, {\"url\": \"https://preview.redd.it/efdx9hvjcvp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=86b74d7264fb863fc56bd64740ff41bb1d25cda4\", \"width\": 640, \"height\": 444}, {\"url\": \"https://preview.redd.it/efdx9hvjcvp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=1c7c8c524c20eb71b1c9a5c0f3f1a2cd09996eef\", \"width\": 960, \"height\": 667}], \"variants\": {}, \"id\": \"e2Sf4KlIEBzb-Kb9sA1jdL73put1qR5xwnyCbPEbPP0\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"d8b4e272-9723-11e8-ad72-0e628f38a26c\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Italy\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh4j\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ab912b\", \"id\": \"j19txa\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"reblues\", \"discussion_type\": null, \"num_comments\": 1873, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/europe/comments/j19txa/average_age_at_which_europeans_leave_their/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/efdx9hvjcvp51.jpg\", \"subreddit_subscribers\": 2556358, \"created_utc\": 1601290379.0, \"num_crossposts\": 21, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"news\", \"selftext\": \"\", \"author_fullname\": \"t2_j6ia7\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"'Crying Nazi' Christopher Cantwell found guilty of extortion in rape threat case\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/news\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 73, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1iub0\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 27372, \"total_awards_received\": 14, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 27372, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601349834.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"nbcnews.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.nbcnews.com/news/us-news/crying-nazi-christopher-cantwell-found-guilty-extortion-rape-threat-case-n1241263\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/8Jmge4LQpuF6jNUf44YJub3SqyV_znOFEH64mERJkoY.jpg?auto=webp\\u0026s=ae42277c8fc51caa37745f08a227532cc363d19c\", \"width\": 1200, \"height\": 630}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/8Jmge4LQpuF6jNUf44YJub3SqyV_znOFEH64mERJkoY.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=cd10543e3178de4dc35ec779e63fb79067eb4f37\", \"width\": 108, \"height\": 56}, {\"url\": \"https://external-preview.redd.it/8Jmge4LQpuF6jNUf44YJub3SqyV_znOFEH64mERJkoY.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=66e6254ea1fa9e3aba662b1ebd011241bd0ed489\", \"width\": 216, \"height\": 113}, {\"url\": \"https://external-preview.redd.it/8Jmge4LQpuF6jNUf44YJub3SqyV_znOFEH64mERJkoY.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=4669178c8a2f123c7f31b962db5fdde75cfd33e5\", \"width\": 320, \"height\": 168}, {\"url\": \"https://external-preview.redd.it/8Jmge4LQpuF6jNUf44YJub3SqyV_znOFEH64mERJkoY.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=8008328abcecaca30c6979532d4baa660daefbba\", \"width\": 640, \"height\": 336}, {\"url\": \"https://external-preview.redd.it/8Jmge4LQpuF6jNUf44YJub3SqyV_znOFEH64mERJkoY.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=a383e5807090f5922b938e56c1638bacfd6e8329\", \"width\": 960, \"height\": 504}, {\"url\": \"https://external-preview.redd.it/8Jmge4LQpuF6jNUf44YJub3SqyV_znOFEH64mERJkoY.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=545a3e42ff9bbb3bb1e06cf86565904e4e371b7c\", \"width\": 1080, \"height\": 567}], \"variants\": {}, \"id\": \"004seQ9Y8DDQv81SnSjjszdWYytIEM-RUg7wlIEktb8\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 75, \"id\": \"award_ae89e420-c4a5-47b8-a007-5dacf1c0f0d4\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=ff64bafcfea7a3483d3520608240237ae2cdb7f2\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2b585c0d2a40903b318151cd3fe37d25b4552b25\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=28b8b7b9bea65dcd3292119e1550f8ed6f877473\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1fc29b4148ab63771077616d845b06e8cf077d22\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=08e54ccf99afab03be718f988ed841988f6562c3\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"OBJECTION!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Lawyer Up\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=ff64bafcfea7a3483d3520608240237ae2cdb7f2\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2b585c0d2a40903b318151cd3fe37d25b4552b25\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=28b8b7b9bea65dcd3292119e1550f8ed6f877473\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1fc29b4148ab63771077616d845b06e8cf077d22\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=08e54ccf99afab03be718f988ed841988f6562c3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/iq0sgwn5bzy41_LawyerUp.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh3l\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1iub0\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"PandaMuffin1\", \"discussion_type\": null, \"num_comments\": 1299, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/news/comments/j1iub0/crying_nazi_christopher_cantwell_found_guilty_of/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.nbcnews.com/news/us-news/crying-nazi-christopher-cantwell-found-guilty-extortion-rape-threat-case-n1241263\", \"subreddit_subscribers\": 21883069, \"created_utc\": 1601321034.0, \"num_crossposts\": 7, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"worldnews\", \"selftext\": \"\", \"author_fullname\": \"t2_45f56dg9\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Spain's Supreme Court rules food delivery riders are employees, not freelancers\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/worldnews\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 93, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1bnzk\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 35270, \"total_awards_received\": 9, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 35270, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601327336.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"thestar.com.my\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.thestar.com.my/tech/tech-news/2020/09/24/spain039s-supreme-court-rules-food-delivery-riders-are-employees-not-freelancers\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/teUMWPJbvWy9GkP3PvmhfGGIQa8Q2tGc679uEi5JDLA.jpg?auto=webp\\u0026s=4c20c806ec9c9c72977d6ae2bd581a07f6da776c\", \"width\": 1240, \"height\": 826}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/teUMWPJbvWy9GkP3PvmhfGGIQa8Q2tGc679uEi5JDLA.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=09431bd6c68de2a4eaec723ca879e266c33e9269\", \"width\": 108, \"height\": 71}, {\"url\": \"https://external-preview.redd.it/teUMWPJbvWy9GkP3PvmhfGGIQa8Q2tGc679uEi5JDLA.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=7f39eadc37991ded886cafec9345e64c8c598e52\", \"width\": 216, \"height\": 143}, {\"url\": \"https://external-preview.redd.it/teUMWPJbvWy9GkP3PvmhfGGIQa8Q2tGc679uEi5JDLA.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=920bacdd18ddcd86390a084021cc8d56eb77defd\", \"width\": 320, \"height\": 213}, {\"url\": \"https://external-preview.redd.it/teUMWPJbvWy9GkP3PvmhfGGIQa8Q2tGc679uEi5JDLA.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=694b9272ef8f6b95a0700c2b090d3f6da4ac21e5\", \"width\": 640, \"height\": 426}, {\"url\": \"https://external-preview.redd.it/teUMWPJbvWy9GkP3PvmhfGGIQa8Q2tGc679uEi5JDLA.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=811abe2f7b51a5ae27ee823dea724ae2b0762bf1\", \"width\": 960, \"height\": 639}, {\"url\": \"https://external-preview.redd.it/teUMWPJbvWy9GkP3PvmhfGGIQa8Q2tGc679uEi5JDLA.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=263fd9dd514242ee151075c00a4b07b5d2f57386\", \"width\": 1080, \"height\": 719}], \"variants\": {}, \"id\": \"pLZgjMcDYlW9Aqp18pfkolmt3Q3hHE7bwc3A9bMTXhc\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh13\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1bnzk\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Tremor-Christ\", \"discussion_type\": null, \"num_comments\": 1880, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/worldnews/comments/j1bnzk/spains_supreme_court_rules_food_delivery_riders/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.thestar.com.my/tech/tech-news/2020/09/24/spain039s-supreme-court-rules-food-delivery-riders-are-employees-not-freelancers\", \"subreddit_subscribers\": 25083766, \"created_utc\": 1601298536.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"JusticeServed\", \"selftext\": \"\", \"author_fullname\": \"t2_45bkl4w\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Great lawyer!\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Courtroom Justice\"}], \"subreddit_name_prefixed\": \"r/JusticeServed\", \"hidden\": false, \"pwls\": 0, \"link_flair_css_class\": \"purple\", \"downs\": 0, \"thumbnail_height\": 133, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1izkl\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 33668, \"total_awards_received\": 50, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"0b20f610-6c35-11e9-924d-122677b24742\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Courtroom Justice\", \"can_mod_post\": false, \"score\": 33668, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/PNqGyyPaQ3SpBlKRunEK3LR_HbijeBhLBV9OMMbw-G0.jpg\", \"edited\": false, \"author_flair_css_class\": \"Navy\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"1\"}], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601350250.0, \"link_flair_type\": \"richtext\", \"wls\": 0, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"new\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/zyu31uuaxxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/zyu31uuaxxp51.jpg?auto=webp\\u0026s=38020d2fa6dc7f27d8544d3374db7b9651c9a3f8\", \"width\": 1242, \"height\": 1182}, \"resolutions\": [{\"url\": \"https://preview.redd.it/zyu31uuaxxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=3450ef1411d9ae80eff15c1e74100d5ea29514fd\", \"width\": 108, \"height\": 102}, {\"url\": \"https://preview.redd.it/zyu31uuaxxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=4a48bbcc259611c90b0a8e92e401e66be483dc7d\", \"width\": 216, \"height\": 205}, {\"url\": \"https://preview.redd.it/zyu31uuaxxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=b654d14260e42789fa78ef5a9741d71c7b72c079\", \"width\": 320, \"height\": 304}, {\"url\": \"https://preview.redd.it/zyu31uuaxxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=981d3f3868299bf58855b65cbed199dab598134a\", \"width\": 640, \"height\": 609}, {\"url\": \"https://preview.redd.it/zyu31uuaxxp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=c8a83f805dff27deb225732e4efe0126f7f4e529\", \"width\": 960, \"height\": 913}, {\"url\": \"https://preview.redd.it/zyu31uuaxxp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=a96d566737dbc0e54b23c7554a43105747a83b59\", \"width\": 1080, \"height\": 1027}], \"variants\": {}, \"id\": \"4lymcn6AxUOzzNOL1FfBGptxPFeY8_NfMoukcvSzCnA\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 16, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_7becef23-fb0b-4d62-b8a6-01d5759367cb\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When goodness lifts you\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_7149a401-1223-4543-bfd6-4127cb4246da\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"The key is to keep your cool this summer.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Cool Summer\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"346ea1fc-e3b8-11e4-85df-22000b39c2d4\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"1\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2vxxc\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1izkl\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"zBlackouttz\", \"discussion_type\": null, \"num_comments\": 986, \"send_replies\": true, \"whitelist_status\": \"no_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/JusticeServed/comments/j1izkl/great_lawyer/\", \"parent_whitelist_status\": \"no_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/zyu31uuaxxp51.jpg\", \"subreddit_subscribers\": 1672885, \"created_utc\": 1601321450.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"pics\", \"selftext\": \"\", \"author_fullname\": \"t2_3qo6zvfi\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Donald Trump wrote off more than $70,000 on his taxes FOR HAIR STYLING\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/pics\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"2\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1igwj\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.86, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 34892, \"total_awards_received\": 27, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Politics\", \"can_mod_post\": false, \"score\": 34892, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/jELu4vGuILeaiVFWdOgPoWJDo9hLK33JkbYKAQ5kZj0.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": [\"photography\"], \"is_self\": false, \"mod_note\": null, \"created\": 1601348731.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/2e6fb5cpsxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/2e6fb5cpsxp51.jpg?auto=webp\\u0026s=63a898e796a8b7e7d2f5443d46496cf31145098d\", \"width\": 1024, \"height\": 576}, \"resolutions\": [{\"url\": \"https://preview.redd.it/2e6fb5cpsxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=59b9263176fa90724878b499a7c1ee10353102c2\", \"width\": 108, \"height\": 60}, {\"url\": \"https://preview.redd.it/2e6fb5cpsxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=e89f19e2eaaad0f5fd8d9a70848c43ed18d76d6e\", \"width\": 216, \"height\": 121}, {\"url\": \"https://preview.redd.it/2e6fb5cpsxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=71ca62ea266218237c29e2d6852d8dbce2c063a1\", \"width\": 320, \"height\": 180}, {\"url\": \"https://preview.redd.it/2e6fb5cpsxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=36f1febf1a51985d5b7aa880ed2968e3ba0a86c1\", \"width\": 640, \"height\": 360}, {\"url\": \"https://preview.redd.it/2e6fb5cpsxp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=70c10d1b4845e221ccbbbcca24488076c7b9d784\", \"width\": 960, \"height\": 540}], \"variants\": {}, \"id\": \"7WzXGMDOXl1MFrgKbtKhKzgNlBZd6NzyxxbaNdhZwoY\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_3e000ecb-c1a4-49dc-af14-c8ac2029ca97\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3580dc2a3e7fbc57a18c6305f80378a0d9ac9a5a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1cedcdcac344c8ecacb05ecfffa82dbf9c83a302\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=980829d9fab5d2684c719d332321f00e0774ee58\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=a7c8f34bcb80ffa4ba37eb14494a6e83f528255c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f93579029005b0d9daa3e556d5a13755b25cff3d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"ARGH!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Table Flip\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3580dc2a3e7fbc57a18c6305f80378a0d9ac9a5a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1cedcdcac344c8ecacb05ecfffa82dbf9c83a302\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=980829d9fab5d2684c719d332321f00e0774ee58\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=a7c8f34bcb80ffa4ba37eb14494a6e83f528255c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f93579029005b0d9daa3e556d5a13755b25cff3d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_483d8e29-bbe5-404e-a09a-c2d7b16c4fff\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6aa7f9c1a296f107705396635063074c89d0ae9f\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=766123ddae43d52fbbe97021ba1040fa6e581e5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e598c03acb479ea319d4d9d6122a3f50f2a7f42e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=87295ee95f6324330cb0db43a8ac6e6bd36d06b5\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=568d15bdc973c613831bc212cf1a2ff264a7135f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Laugh like a supervillain\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Evil Cackle\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6aa7f9c1a296f107705396635063074c89d0ae9f\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=766123ddae43d52fbbe97021ba1040fa6e581e5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e598c03acb479ea319d4d9d6122a3f50f2a7f42e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=87295ee95f6324330cb0db43a8ac6e6bd36d06b5\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=568d15bdc973c613831bc212cf1a2ff264a7135f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_869d4135-8738-41e5-8630-de593b4f049f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Did somebody say 'Murica?\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"'MURICA\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"260873e0-c9b8-11e5-be06-0ecbb6f4dd8d\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh0u\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#0079d3\", \"id\": \"j1igwj\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ohnoh18\", \"discussion_type\": null, \"num_comments\": 2057, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/pics/comments/j1igwj/donald_trump_wrote_off_more_than_70000_on_his/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/2e6fb5cpsxp51.jpg\", \"subreddit_subscribers\": 25927030, \"created_utc\": 1601319931.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"worldnews\", \"selftext\": \"\", \"author_fullname\": \"t2_bmebv\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Multiple 'water bodies' found under surface of Mars\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/worldnews\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 105, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1hmo2\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 33008, \"total_awards_received\": 66, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 33008, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601346282.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"independent.co.uk\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.independent.co.uk/life-style/gadgets-and-tech/mars-water-bodies-nasa-alien-life-b673519.html\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?auto=webp\\u0026s=d44652918ffa666eccbc2179584561fb847622cf\", \"width\": 2000, \"height\": 1500}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=917cdbd956dc256a3878fd7d7f62ec786d14ca3b\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=69cff5b7014370cd0163c5c5abda67923af7602a\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=5ea333beb3a65cda18caa325c5d416343dcd0a01\", \"width\": 320, \"height\": 240}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=a3172880992a80c9a77897e42a6c1777b186b3bc\", \"width\": 640, \"height\": 480}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=da53a18b5f74f77e43c80e52d2fb203db8a5fdf4\", \"width\": 960, \"height\": 720}, {\"url\": \"https://external-preview.redd.it/bJNJ0QaSsjmrCEfeMuxV3gntb5NnJcuz4g__zct7MlU.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=2b9fd7ea3c9ca9a09bfe9aeca47f447d739456f2\", \"width\": 1080, \"height\": 810}], \"variants\": {}, \"id\": \"TEOA6DdC6M-8y0LHmTyEKza-0VlR-_SrTSNTwdHXslk\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_75f9bc56-eba3-4988-a1af-aec974404a0b\", \"penny_donate\": 0, \"award_sub_type\": \"GROUP\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": {\"0\": {\"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"awardings_required\": 0, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"width\": 512, \"format\": \"PNG\", \"height\": 512}}, \"25\": {\"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_128.png\", \"width\": 128, \"height\": 128}], \"awardings_required\": 25, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2ccd994559b3b8591c5bd21fa15907d15d61227d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=64e9b9677082a4a10f55bb2d38c2fcc7c8e1d3b8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0ead5f0f7e0e98f148a5f2221a47a814e6c78219\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bb662b56b88429a2e423988002daa5de02fb2859\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d84ac9acf50c78197da081f4d70f76d18b8d81b5\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_512.png\", \"width\": 512, \"format\": \"APNG\", \"height\": 512}}, \"10\": {\"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_128.png\", \"width\": 128, \"height\": 128}], \"awardings_required\": 10, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c3f8858599a67e2d58bb0822d0dee9f655f11df0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=dcaf9beed77cb167896f01a60de5b282302bf269\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=09d73c72eb726a9eea9dc663f6355337cb38954f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b24a418d5f8a95f9be7c6041428f7c2084391a71\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fdbc46f299a3386f8f52b2bff2290a50e323f252\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_512.png\", \"width\": 512, \"format\": \"APNG\", \"height\": 512}}, \"5\": {\"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9eaa27fdab300271f08789a98da2d5037adcdd12\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c548c76c14705b96ea23f3efaa13dd28f6bac755\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2c245ce35d7b6764caec6180c0ba115b194860f8\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=12842e1b0ae1050961ee884b7056ab25ff0a0007\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fa157eccaf7ea2cfa53bd14607065f485c0eb851\", \"width\": 128, \"height\": 128}], \"awardings_required\": 5, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9eaa27fdab300271f08789a98da2d5037adcdd12\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c548c76c14705b96ea23f3efaa13dd28f6bac755\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2c245ce35d7b6764caec6180c0ba115b194860f8\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=12842e1b0ae1050961ee884b7056ab25ff0a0007\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fa157eccaf7ea2cfa53bd14607065f485c0eb851\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png\", \"width\": 512, \"format\": \"PNG\", \"height\": 512}}}, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": 5, \"description\": \"All aboard! Every 5 Awards gives the author 100 Coins and 1 week of Premium. Rack up the number of Awards and watch the Train level-up.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Super Medal Train\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 19, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh13\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1hmo2\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"BrennanBr\", \"discussion_type\": null, \"num_comments\": 1435, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/worldnews/comments/j1hmo2/multiple_water_bodies_found_under_surface_of_mars/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.independent.co.uk/life-style/gadgets-and-tech/mars-water-bodies-nasa-alien-life-b673519.html\", \"subreddit_subscribers\": 25083766, \"created_utc\": 1601317482.0, \"num_crossposts\": 12, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"specializedtools\", \"selftext\": \"\", \"author_fullname\": \"t2_sh05o\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Old Twinplex Stropper for double edge Carbon Steel blades. R/wicked_edge seemed to enjoy it.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/specializedtools\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1hmhe\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 23792, \"total_awards_received\": 18, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/niwh2jk6lxp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 405, \"scrubber_media_url\": \"https://v.redd.it/niwh2jk6lxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/niwh2jk6lxp51/DASHPlaylist.mpd?a=1603931458%2CYzY0MjVmYWNmMDZmZjM4OGU5NDJkZGRlMzg0ZmU5OGE3NWUwY2M5YTlmZmY4NWRiZDY1MTE2NDEyYWZkZDM1OA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 44, \"hls_url\": \"https://v.redd.it/niwh2jk6lxp51/HLSPlaylist.m3u8?a=1603931458%2CMDY2MDZkMzUwYzg5OGM0OWUyZmI0NDdjZWRiMzVjNjMwM2RmY2VmNTgzOWM3NDA4ZWM2MGY5MmU0NTM4M2Q0Yw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 23792, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/-Z1efya-OkG19wZFe1r2Pn9RiV-aF6bhcTyVD7sjDcg.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601346269.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/niwh2jk6lxp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/iB-uSAm0awsU7MZTKEg82lpK3_nixT5jviHf8hyu3g0.png?format=pjpg\\u0026auto=webp\\u0026s=ec4ba833f14ac2cbd98380f0a333fbd2f0cc3d06\", \"width\": 720, \"height\": 1280}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/iB-uSAm0awsU7MZTKEg82lpK3_nixT5jviHf8hyu3g0.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=a0e76629ff846396f20aabd068a11b5ae78587f3\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/iB-uSAm0awsU7MZTKEg82lpK3_nixT5jviHf8hyu3g0.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=a3c772ccfa3f042cef94a5fb742dd76cc5ccecf7\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/iB-uSAm0awsU7MZTKEg82lpK3_nixT5jviHf8hyu3g0.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=76dea3b5b73ebc9f2b8367163dded9220b58993c\", \"width\": 320, \"height\": 568}, {\"url\": \"https://external-preview.redd.it/iB-uSAm0awsU7MZTKEg82lpK3_nixT5jviHf8hyu3g0.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=de9e467487456c8bdf2ec95b2a0b287eee831b7f\", \"width\": 640, \"height\": 1137}], \"variants\": {}, \"id\": \"PlkFtr42GVaHn6-xqlgtG9zLM1BXf7wctCNRTd1bvFM\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_3267ca1c-127a-49e9-9a3d-4ba96224af18\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6ce62fa40de4c6b72859d2cbdf22af5c0e012233\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=26297b024da3e9bd6507e7b8553507493b5e6606\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0763517837b22d5e414dd330d5006c0d89ccb499\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9a2154561daa83678f3f9e6e2a627629ee2a2bcc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=96897549f634fd6324e1338a98b9778733ea4813\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Let's sip to good health and good company\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"I'll Drink to That\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6ce62fa40de4c6b72859d2cbdf22af5c0e012233\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=26297b024da3e9bd6507e7b8553507493b5e6606\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0763517837b22d5e414dd330d5006c0d89ccb499\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9a2154561daa83678f3f9e6e2a627629ee2a2bcc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=96897549f634fd6324e1338a98b9778733ea4813\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_36ybr\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1hmhe\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Brex1010\", \"discussion_type\": null, \"num_comments\": 807, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/specializedtools/comments/j1hmhe/old_twinplex_stropper_for_double_edge_carbon/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/niwh2jk6lxp51\", \"subreddit_subscribers\": 998555, \"created_utc\": 1601317469.0, \"num_crossposts\": 7, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/niwh2jk6lxp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 405, \"scrubber_media_url\": \"https://v.redd.it/niwh2jk6lxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/niwh2jk6lxp51/DASHPlaylist.mpd?a=1603931458%2CYzY0MjVmYWNmMDZmZjM4OGU5NDJkZGRlMzg0ZmU5OGE3NWUwY2M5YTlmZmY4NWRiZDY1MTE2NDEyYWZkZDM1OA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 44, \"hls_url\": \"https://v.redd.it/niwh2jk6lxp51/HLSPlaylist.m3u8?a=1603931458%2CMDY2MDZkMzUwYzg5OGM0OWUyZmI0NDdjZWRiMzVjNjMwM2RmY2VmNTgzOWM3NDA4ZWM2MGY5MmU0NTM4M2Q0Yw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"relationship_advice\", \"selftext\": \"i typed this all out and Reddit ate it so I'm going to give the short version this time. My wife and I started dating in 2015 and dated for 3 years. in early 2018, I started feeling like we were drifting apart and that the relationship was reaching its natural conclusion and I ended the relationship. less than a month later, she told me she found out she was pregnant. at the time it was presented like it was an accidental pregnancy and that was the story I believed. \\n\\nOur son was born in September of 2018 and we got married in May of last year. We have a pretty happy marriage overall. I will say right now that I am the more hands on parent and more involved, but I've never had any reason to doubt that my wife loves our son. I just always wanted to be a dad and have kids and she never saw it in her life plan (another part of the reason why I felt like things weren't going to work, because I really prioritized having a family). The dynamic does work for us and like I said I never had any reason to suspect that she didn't love our son or enjoy being a mom.\\n\\nBasically, this came to pass because I was talking about having a second child. I'm one of 8 (3 full siblings, 4 much younger half siblings) and I always wanted to have at least 2/3 kids, which my wife knows. so I brought up having more kids because we're getting older, and our son is old enough now that it seems like a possibility.\\n\\nafter dismissing me for several days, tonight my wife admitted that she actually planned her pregnancy with our son but that she didn't really want the baby at all, she just wanted to keep me around/knew that if she was pregnant I wouldn't break up with her/knew that I would get back together with her, but she planned it just so I would stay with her and she doesn't actually enjoy having him, she just wanted to be with me. \\n\\nthis hurt and upset me a lot, and I honestly don't know how to feel. on one hand I feel like, well, everyone got what they wanted so it's fine, right? but at the same time, I feel like I've been lied to for years AND the fact that my wife admitted to not enjoying our son is weighing on my heart. \\n\\nis it unreasonable for me to feel this way? what would you do if you were in my shoes? i wish I could go back to before I knew this and just continue living my life the way it was... but I don't know if I can now.\\n\\nEDIT: I'm trying to go through and reply to comments, answer questions and so on now. when I posted last night I really wasn't sure what the response would be. \\n\\nI feel like I need to be absolutely, 100% clear on one thing in terms of the content of some of these comments: I don't believe this is a characteristic of \\\"women\\\" and I don't believe that all women are naturally manipulative or evil or that men hold some inherent value over and above women. I think people, period, can be manipulative and can do things to hurt others in their relationships and my wife happened to do that.\\n\\n\\nEDIT2: I intend to have a further conversation with my wife about this and gain some clarity on certain things from her perspective including her thought processes at the time and now. while right now I'm leaning in a certain direction I'm not making any choices without knowing as many details as I can get. some people have questions about things I don't know the answers to with regard to her intentions and thought processes and maybe I can answer them after we talk tonight.\", \"author_fullname\": \"t2_89i3bvdy\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"my (39m) wife (38f) admitted that she planned our supposed surprise pregnancy and I don't know how I feel\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/relationship_advice\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j18nx4\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 19642, \"total_awards_received\": 53, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"/r/all\", \"can_mod_post\": false, \"score\": 19642, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1601335634.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601312797.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.relationship_advice\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei typed this all out and Reddit ate it so I\\u0026#39;m going to give the short version this time. My wife and I started dating in 2015 and dated for 3 years. in early 2018, I started feeling like we were drifting apart and that the relationship was reaching its natural conclusion and I ended the relationship. less than a month later, she told me she found out she was pregnant. at the time it was presented like it was an accidental pregnancy and that was the story I believed. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EOur son was born in September of 2018 and we got married in May of last year. We have a pretty happy marriage overall. I will say right now that I am the more hands on parent and more involved, but I\\u0026#39;ve never had any reason to doubt that my wife loves our son. I just always wanted to be a dad and have kids and she never saw it in her life plan (another part of the reason why I felt like things weren\\u0026#39;t going to work, because I really prioritized having a family). The dynamic does work for us and like I said I never had any reason to suspect that she didn\\u0026#39;t love our son or enjoy being a mom.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EBasically, this came to pass because I was talking about having a second child. I\\u0026#39;m one of 8 (3 full siblings, 4 much younger half siblings) and I always wanted to have at least 2/3 kids, which my wife knows. so I brought up having more kids because we\\u0026#39;re getting older, and our son is old enough now that it seems like a possibility.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003Eafter dismissing me for several days, tonight my wife admitted that she actually planned her pregnancy with our son but that she didn\\u0026#39;t really want the baby at all, she just wanted to keep me around/knew that if she was pregnant I wouldn\\u0026#39;t break up with her/knew that I would get back together with her, but she planned it just so I would stay with her and she doesn\\u0026#39;t actually enjoy having him, she just wanted to be with me. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003Ethis hurt and upset me a lot, and I honestly don\\u0026#39;t know how to feel. on one hand I feel like, well, everyone got what they wanted so it\\u0026#39;s fine, right? but at the same time, I feel like I\\u0026#39;ve been lied to for years AND the fact that my wife admitted to not enjoying our son is weighing on my heart. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003Eis it unreasonable for me to feel this way? what would you do if you were in my shoes? i wish I could go back to before I knew this and just continue living my life the way it was... but I don\\u0026#39;t know if I can now.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEDIT: I\\u0026#39;m trying to go through and reply to comments, answer questions and so on now. when I posted last night I really wasn\\u0026#39;t sure what the response would be. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EI feel like I need to be absolutely, 100% clear on one thing in terms of the content of some of these comments: I don\\u0026#39;t believe this is a characteristic of \\u0026quot;women\\u0026quot; and I don\\u0026#39;t believe that all women are naturally manipulative or evil or that men hold some inherent value over and above women. I think people, period, can be manipulative and can do things to hurt others in their relationships and my wife happened to do that.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEDIT2: I intend to have a further conversation with my wife about this and gain some clarity on certain things from her perspective including her thought processes at the time and now. while right now I\\u0026#39;m leaning in a certain direction I\\u0026#39;m not making any choices without knowing as many details as I can get. some people have questions about things I don\\u0026#39;t know the answers to with regard to her intentions and thought processes and maybe I can answer them after we talk tonight.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_3e000ecb-c1a4-49dc-af14-c8ac2029ca97\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3580dc2a3e7fbc57a18c6305f80378a0d9ac9a5a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1cedcdcac344c8ecacb05ecfffa82dbf9c83a302\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=980829d9fab5d2684c719d332321f00e0774ee58\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=a7c8f34bcb80ffa4ba37eb14494a6e83f528255c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f93579029005b0d9daa3e556d5a13755b25cff3d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"ARGH!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Table Flip\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3580dc2a3e7fbc57a18c6305f80378a0d9ac9a5a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1cedcdcac344c8ecacb05ecfffa82dbf9c83a302\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=980829d9fab5d2684c719d332321f00e0774ee58\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=a7c8f34bcb80ffa4ba37eb14494a6e83f528255c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f93579029005b0d9daa3e556d5a13755b25cff3d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/a05z7bb9v7i51_TableFlip.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 28, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r0cn\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j18nx4\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"throwRA-lifeisalie\", \"discussion_type\": null, \"num_comments\": 1671, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/relationship_advice/comments/j18nx4/my_39m_wife_38f_admitted_that_she_planned_our/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/relationship_advice/comments/j18nx4/my_39m_wife_38f_admitted_that_she_planned_our/\", \"subreddit_subscribers\": 4106175, \"created_utc\": 1601283997.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Damnthatsinteresting\", \"selftext\": \"\", \"author_fullname\": \"t2_1nyg7qub\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Following several injuries Brazilian pianist Jo\\u00e3o Carlos Martins lost the ability to move his fingers. But after more than 20-years of being unable to play \\u2014 a pair of \\u201cbionic\\u201d gloves are bringing him back.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Damnthatsinteresting\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"video\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1hto7\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 36061, \"total_awards_received\": 241, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/jc96bxromxp51/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/jc96bxromxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/jc96bxromxp51/DASHPlaylist.mpd?a=1603931458%2CZTFkMmQzYzIyZjg4MmVjNGNjMTU1NDY5NzM0ZWJmOGY5YWRjMmIxYjRkNzYyZWJiMzRkNjFjOTM4MGY4MjFhOQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 59, \"hls_url\": \"https://v.redd.it/jc96bxromxp51/HLSPlaylist.m3u8?a=1603931458%2CZmQ5NWFlNGI4MzIzZDI5ZmNmM2QxYWJmMDU0ZTY4N2YxMzQyZWUxNWI1OWZlYzc5MzA2OTNiMGI2Y2M4NjUyMg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Video\", \"can_mod_post\": false, \"score\": 36061, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/U4jZVGGUPrLUbrAUov1GUOgOXSX_xZuT7y9AWv1ooxc.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601346856.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/jc96bxromxp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/wcaXyHGq_il1uLU9jtv0lgFfElCPFoX0xS7eyTiwlXU.png?format=pjpg\\u0026auto=webp\\u0026s=3e48b9d951a03a27aa6c299cf88c57d5ffee2757\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/wcaXyHGq_il1uLU9jtv0lgFfElCPFoX0xS7eyTiwlXU.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=9fc6eea3e0845da5816e08ecf7be313aba9bbde0\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/wcaXyHGq_il1uLU9jtv0lgFfElCPFoX0xS7eyTiwlXU.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=c864e3e0d55cd7b05aaed711678f1e77d5e3614c\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/wcaXyHGq_il1uLU9jtv0lgFfElCPFoX0xS7eyTiwlXU.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=a55fb4ae4c49f24149eb524760526d4ba6634cb2\", \"width\": 320, \"height\": 320}], \"variants\": {}, \"id\": \"CznlXpxVkiSZEygCiIIlyIQhjSIEiuzPobFYMAYh3Vg\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_c4b2e438-16bb-4568-88e7-7893b7662944\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glittering stamp for a feel-good thing\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome Seal of Approval\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 400, \"id\": \"award_84276b1e-cc8f-484f-a19c-be6c09adc1a5\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"An amazing showing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=647cccf78702582f30d23908180da092b135cffe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 32, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 35, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 40, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 50, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_43f3bf99-92d6-47ab-8205-130d26e7929f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=df5dde46207e5c37f666f88b902a60f52f3692a4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=839938244a8c437c7a25a1f7cc6de28331e7458f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b3e7d60554c89bd09ddea7703eebae6a2264752e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=60bb1be694f7e446147220100109d28133141e32\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f0ac458bc6c30eb60ab672016a2668a6357de8db\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"This hits me right in the feels\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Tearing Up\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=df5dde46207e5c37f666f88b902a60f52f3692a4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=839938244a8c437c7a25a1f7cc6de28331e7458f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b3e7d60554c89bd09ddea7703eebae6a2264752e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=60bb1be694f7e446147220100109d28133141e32\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f0ac458bc6c30eb60ab672016a2668a6357de8db\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_19860e30-3331-4bac-b3d1-bd28de0c7974\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I needed this today\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Heartwarming\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 34, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 40, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_7becef23-fb0b-4d62-b8a6-01d5759367cb\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When goodness lifts you\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2xxyj\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1hto7\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"shaka_sulu\", \"discussion_type\": null, \"num_comments\": 384, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Damnthatsinteresting/comments/j1hto7/following_several_injuries_brazilian_pianist_jo\\u00e3o/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/jc96bxromxp51\", \"subreddit_subscribers\": 2717424, \"created_utc\": 1601318056.0, \"num_crossposts\": 12, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/jc96bxromxp51/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/jc96bxromxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/jc96bxromxp51/DASHPlaylist.mpd?a=1603931458%2CZTFkMmQzYzIyZjg4MmVjNGNjMTU1NDY5NzM0ZWJmOGY5YWRjMmIxYjRkNzYyZWJiMzRkNjFjOTM4MGY4MjFhOQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 59, \"hls_url\": \"https://v.redd.it/jc96bxromxp51/HLSPlaylist.m3u8?a=1603931458%2CZmQ5NWFlNGI4MzIzZDI5ZmNmM2QxYWJmMDU0ZTY4N2YxMzQyZWUxNWI1OWZlYzc5MzA2OTNiMGI2Y2M4NjUyMg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Bad_Cop_No_Donut\", \"selftext\": \"\", \"author_fullname\": \"t2_11ctdi\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"When a black woman can get murdered in her own home and the police are only indicted for the shots they missed, that is why the world is saying \\\"Black Lives Matter.\\\"\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Bad_Cop_No_Donut\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1aioj\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.8, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 28086, \"total_awards_received\": 15, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 28086, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/93Uj6_fLfDGJ91k6_CGsZBn2JnWqJ1yCnDuzcJwLFdo.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_3\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601322516.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/84o6p7mtmvp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/84o6p7mtmvp51.jpg?auto=webp\\u0026s=14f8c842dea0286cbf284f3daf0d3e368084df11\", \"width\": 720, \"height\": 735}, \"resolutions\": [{\"url\": \"https://preview.redd.it/84o6p7mtmvp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=2c3e739f46a89870cc7021aa506221b3eaf8a999\", \"width\": 108, \"height\": 110}, {\"url\": \"https://preview.redd.it/84o6p7mtmvp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=dab997d5b8425d71925ff6500e77e6786fc3ee92\", \"width\": 216, \"height\": 220}, {\"url\": \"https://preview.redd.it/84o6p7mtmvp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=fc3846e2558ac6a6112000256d889db63ae3a5e1\", \"width\": 320, \"height\": 326}, {\"url\": \"https://preview.redd.it/84o6p7mtmvp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e0e5e79bd4bcbcd2dd6108ddc9143e5586acdde6\", \"width\": 640, \"height\": 653}], \"variants\": {}, \"id\": \"O2HbA4LP8Jg0bSsPd6hAQrUvIJNiqBeEVIV0lHY2az4\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 31, \"coin_price\": 1800, \"id\": \"gid_3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\", \"days_of_premium\": 31, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a month of Reddit Premium, which includes %{coin_symbol}700 Coins for that month, and shows a Platinum Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Platinum\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qqdb\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1aioj\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Romano16\", \"discussion_type\": null, \"num_comments\": 1715, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Bad_Cop_No_Donut/comments/j1aioj/when_a_black_woman_can_get_murdered_in_her_own/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/84o6p7mtmvp51.jpg\", \"subreddit_subscribers\": 463542, \"created_utc\": 1601293716.0, \"num_crossposts\": 8, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"leagueoflegends\", \"selftext\": \"###WORLDS 2020 PLAY-IN \\n[Official page](https://watch.lolesports.com/) | [Leaguepedia](https://lol.gamepedia.com/2020_Season_World_Championship) | [Liquipedia](https://liquipedia.net/leagueoflegends/World_Championship/2020) | [Eventvods.com](https://eventvods.com/featured/lol?utm_source=reddit\\u0026utm_medium=subreddit\\u0026utm_campaign=post_match_threads) | [New to LoL](http://lol.gamepedia.com/New_To_League/Welcome) \\n\\n---\\n\\n###Team Liquid 1-0 Legacy Esports \\n**Team Liquid advance to the Group Stage! Legacy Esports will have to face the winner of the Group B third/fourth playoff in order to advance** \\n \\n**TL** | [Leaguepedia](https://lol.gamepedia.com/Team_Liquid) | [Liquipedia](http://liquipedia.net/leagueoflegends/Team_Liquid) | [Discord](https://discordapp.com/invite/MGHH3uB) | [Website](https://www.teamliquid.com/) | [Twitter](https://twitter.com/teamliquidlol) | [Facebook](https://www.facebook.com/teamliquidLoL) | [YouTube](https://www.youtube.com/user/teamliquidnet) | [Subreddit](https://www.reddit.com/r/teamliquid) \\n**LGC** | [Leaguepedia](https://lol.gamepedia.com/Legacy_eSports) | [Liquipedia](https://liquipedia.net/leagueoflegends/Legacy_Esports) | [Website](http://legacyesports.com.au/) | [Twitter](http://www.twitter.com/LegacyOCE) | [Facebook](https://www.facebook.com/LegacyEsportsLoL) \\n\\n---\\n\\n###MATCH 1: TL vs. LGC \\n[**Winner: Team Liquid** in 20m](https://i.imgur.com/T08n2lP.jpg) \\n \\n\\n||Bans 1|Bans 2|[G](#mt-gold)|[K](#mt-kills)|[T](#mt-towers)|D/B|\\n|:--|:--:|:--:|:--:|:--:|:--:|:--:|\\n|**TL**|[nidalee](#c-nidalee) [lillia](#c-lillia) [sett](#c-sett)|[senna](#c-senna) [ezreal](#c-ezreal)|42.4k|19|7|[C](#mt-cloud)^1 [O](#mt-ocean)^3 [I](#mt-infernal)^4 [H](#mt-herald)^5 |\\n|**LGC**|[orianna](#c-orianna) [twitch](#c-twitch) [azir](#c-azir)|[bard](#c-bard) [kalista](#c-kalista)|29.2k|3|0|[H](#mt-herald)^2 |\\n\\n|**TL**|19-3-43|[vs](#mt-kills)|3-19-7|**LGC**|\\n|--:|--:|:--:|:--|:--|\\n|Impact [shen](#c-shen) ^2|1-2-7|TOP|1-2-1|^1 [ornn](#c-ornn) Topoon|\\n|Broxah [graves](#c-graves) ^1|8-0-9|JNG|2-4-1|^1 [kindred](#c-kindred) Babip|\\n|Jensen [syndra](#c-syndra) ^2|5-0-7|MID|0-5-1|^2 [galio](#c-galio) Tally|\\n|Tactical [caitlyn](#c-caitlyn) ^3|5-1-8|BOT|0-5-2|^3 [jhin](#c-jhin) Raes|\\n|CoreJJ [braum](#c-braum) ^3|0-0-12|SUP|0-3-2|^4 [rakan](#c-rakan) Isles|\\n\\n---\\n\\n[This thread was created by the Post-Match Team](https://postmatch.team).\", \"author_fullname\": \"t2_n6n2y\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Tiebreaker 2 / 2020 World Championship Play-In - Group A / Post-Match Discussion\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/leagueoflegends\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"pmt-thread\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1cdgp\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 4547, \"total_awards_received\": 32, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": \"dc8cf3b6-fd7c-11e8-8cec-0e8eb0af8716\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 4547, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"spoiler\", \"edited\": 1601301464.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"a\": \":illaoi:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/pf17s85qczg21_t5_2rfxx/illaoi\"}, {\"e\": \"text\", \"t\": \" /r/LoL Post-Match Team\"}], \"gildings\": {}, \"post_hint\": \"self\", \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601329921.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"self.leagueoflegends\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch3\\u003EWORLDS 2020 PLAY-IN\\u003C/h3\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://watch.lolesports.com/\\\"\\u003EOfficial page\\u003C/a\\u003E | \\u003Ca href=\\\"https://lol.gamepedia.com/2020_Season_World_Championship\\\"\\u003ELeaguepedia\\u003C/a\\u003E | \\u003Ca href=\\\"https://liquipedia.net/leagueoflegends/World_Championship/2020\\\"\\u003ELiquipedia\\u003C/a\\u003E | \\u003Ca href=\\\"https://eventvods.com/featured/lol?utm_source=reddit\\u0026amp;utm_medium=subreddit\\u0026amp;utm_campaign=post_match_threads\\\"\\u003EEventvods.com\\u003C/a\\u003E | \\u003Ca href=\\\"http://lol.gamepedia.com/New_To_League/Welcome\\\"\\u003ENew to LoL\\u003C/a\\u003E \\u003C/p\\u003E\\n\\n\\u003Chr/\\u003E\\n\\n\\u003Ch3\\u003ETeam Liquid 1-0 Legacy Esports\\u003C/h3\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003ETeam Liquid advance to the Group Stage! Legacy Esports will have to face the winner of the Group B third/fourth playoff in order to advance\\u003C/strong\\u003E \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003ETL\\u003C/strong\\u003E | \\u003Ca href=\\\"https://lol.gamepedia.com/Team_Liquid\\\"\\u003ELeaguepedia\\u003C/a\\u003E | \\u003Ca href=\\\"http://liquipedia.net/leagueoflegends/Team_Liquid\\\"\\u003ELiquipedia\\u003C/a\\u003E | \\u003Ca href=\\\"https://discordapp.com/invite/MGHH3uB\\\"\\u003EDiscord\\u003C/a\\u003E | \\u003Ca href=\\\"https://www.teamliquid.com/\\\"\\u003EWebsite\\u003C/a\\u003E | \\u003Ca href=\\\"https://twitter.com/teamliquidlol\\\"\\u003ETwitter\\u003C/a\\u003E | \\u003Ca href=\\\"https://www.facebook.com/teamliquidLoL\\\"\\u003EFacebook\\u003C/a\\u003E | \\u003Ca href=\\\"https://www.youtube.com/user/teamliquidnet\\\"\\u003EYouTube\\u003C/a\\u003E | \\u003Ca href=\\\"https://www.reddit.com/r/teamliquid\\\"\\u003ESubreddit\\u003C/a\\u003E\\u003Cbr/\\u003E\\n\\u003Cstrong\\u003ELGC\\u003C/strong\\u003E | \\u003Ca href=\\\"https://lol.gamepedia.com/Legacy_eSports\\\"\\u003ELeaguepedia\\u003C/a\\u003E | \\u003Ca href=\\\"https://liquipedia.net/leagueoflegends/Legacy_Esports\\\"\\u003ELiquipedia\\u003C/a\\u003E | \\u003Ca href=\\\"http://legacyesports.com.au/\\\"\\u003EWebsite\\u003C/a\\u003E | \\u003Ca href=\\\"http://www.twitter.com/LegacyOCE\\\"\\u003ETwitter\\u003C/a\\u003E | \\u003Ca href=\\\"https://www.facebook.com/LegacyEsportsLoL\\\"\\u003EFacebook\\u003C/a\\u003E \\u003C/p\\u003E\\n\\n\\u003Chr/\\u003E\\n\\n\\u003Ch3\\u003EMATCH 1: TL vs. LGC\\u003C/h3\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://i.imgur.com/T08n2lP.jpg\\\"\\u003E\\u003Cstrong\\u003EWinner: Team Liquid\\u003C/strong\\u003E in 20m\\u003C/a\\u003E \\u003C/p\\u003E\\n\\n\\u003Ctable\\u003E\\u003Cthead\\u003E\\n\\u003Ctr\\u003E\\n\\u003Cth align=\\\"left\\\"\\u003E\\u003C/th\\u003E\\n\\u003Cth align=\\\"center\\\"\\u003EBans 1\\u003C/th\\u003E\\n\\u003Cth align=\\\"center\\\"\\u003EBans 2\\u003C/th\\u003E\\n\\u003Cth align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#mt-gold\\\"\\u003EG\\u003C/a\\u003E\\u003C/th\\u003E\\n\\u003Cth align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#mt-kills\\\"\\u003EK\\u003C/a\\u003E\\u003C/th\\u003E\\n\\u003Cth align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#mt-towers\\\"\\u003ET\\u003C/a\\u003E\\u003C/th\\u003E\\n\\u003Cth align=\\\"center\\\"\\u003ED/B\\u003C/th\\u003E\\n\\u003C/tr\\u003E\\n\\u003C/thead\\u003E\\u003Ctbody\\u003E\\n\\u003Ctr\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Cstrong\\u003ETL\\u003C/strong\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#c-nidalee\\\"\\u003Enidalee\\u003C/a\\u003E \\u003Ca href=\\\"#c-lillia\\\"\\u003Elillia\\u003C/a\\u003E \\u003Ca href=\\\"#c-sett\\\"\\u003Esett\\u003C/a\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#c-senna\\\"\\u003Esenna\\u003C/a\\u003E \\u003Ca href=\\\"#c-ezreal\\\"\\u003Eezreal\\u003C/a\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E42.4k\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E19\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E7\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#mt-cloud\\\"\\u003EC\\u003C/a\\u003E\\u003Csup\\u003E1\\u003C/sup\\u003E \\u003Ca href=\\\"#mt-ocean\\\"\\u003EO\\u003C/a\\u003E\\u003Csup\\u003E3\\u003C/sup\\u003E \\u003Ca href=\\\"#mt-infernal\\\"\\u003EI\\u003C/a\\u003E\\u003Csup\\u003E4\\u003C/sup\\u003E \\u003Ca href=\\\"#mt-herald\\\"\\u003EH\\u003C/a\\u003E\\u003Csup\\u003E5\\u003C/sup\\u003E\\u003C/td\\u003E\\n\\u003C/tr\\u003E\\n\\u003Ctr\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Cstrong\\u003ELGC\\u003C/strong\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#c-orianna\\\"\\u003Eorianna\\u003C/a\\u003E \\u003Ca href=\\\"#c-twitch\\\"\\u003Etwitch\\u003C/a\\u003E \\u003Ca href=\\\"#c-azir\\\"\\u003Eazir\\u003C/a\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#c-bard\\\"\\u003Ebard\\u003C/a\\u003E \\u003Ca href=\\\"#c-kalista\\\"\\u003Ekalista\\u003C/a\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E29.2k\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E3\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E0\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#mt-herald\\\"\\u003EH\\u003C/a\\u003E\\u003Csup\\u003E2\\u003C/sup\\u003E\\u003C/td\\u003E\\n\\u003C/tr\\u003E\\n\\u003C/tbody\\u003E\\u003C/table\\u003E\\n\\n\\u003Ctable\\u003E\\u003Cthead\\u003E\\n\\u003Ctr\\u003E\\n\\u003Cth align=\\\"right\\\"\\u003E\\u003Cstrong\\u003ETL\\u003C/strong\\u003E\\u003C/th\\u003E\\n\\u003Cth align=\\\"right\\\"\\u003E19-3-43\\u003C/th\\u003E\\n\\u003Cth align=\\\"center\\\"\\u003E\\u003Ca href=\\\"#mt-kills\\\"\\u003Evs\\u003C/a\\u003E\\u003C/th\\u003E\\n\\u003Cth align=\\\"left\\\"\\u003E3-19-7\\u003C/th\\u003E\\n\\u003Cth align=\\\"left\\\"\\u003E\\u003Cstrong\\u003ELGC\\u003C/strong\\u003E\\u003C/th\\u003E\\n\\u003C/tr\\u003E\\n\\u003C/thead\\u003E\\u003Ctbody\\u003E\\n\\u003Ctr\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003EImpact \\u003Ca href=\\\"#c-shen\\\"\\u003Eshen\\u003C/a\\u003E \\u003Csup\\u003E2\\u003C/sup\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003E1-2-7\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003ETOP\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E1-2-1\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Csup\\u003E1\\u003C/sup\\u003E \\u003Ca href=\\\"#c-ornn\\\"\\u003Eornn\\u003C/a\\u003E Topoon\\u003C/td\\u003E\\n\\u003C/tr\\u003E\\n\\u003Ctr\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003EBroxah \\u003Ca href=\\\"#c-graves\\\"\\u003Egraves\\u003C/a\\u003E \\u003Csup\\u003E1\\u003C/sup\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003E8-0-9\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003EJNG\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E2-4-1\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Csup\\u003E1\\u003C/sup\\u003E \\u003Ca href=\\\"#c-kindred\\\"\\u003Ekindred\\u003C/a\\u003E Babip\\u003C/td\\u003E\\n\\u003C/tr\\u003E\\n\\u003Ctr\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003EJensen \\u003Ca href=\\\"#c-syndra\\\"\\u003Esyndra\\u003C/a\\u003E \\u003Csup\\u003E2\\u003C/sup\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003E5-0-7\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003EMID\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E0-5-1\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Csup\\u003E2\\u003C/sup\\u003E \\u003Ca href=\\\"#c-galio\\\"\\u003Egalio\\u003C/a\\u003E Tally\\u003C/td\\u003E\\n\\u003C/tr\\u003E\\n\\u003Ctr\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003ETactical \\u003Ca href=\\\"#c-caitlyn\\\"\\u003Ecaitlyn\\u003C/a\\u003E \\u003Csup\\u003E3\\u003C/sup\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003E5-1-8\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003EBOT\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E0-5-2\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Csup\\u003E3\\u003C/sup\\u003E \\u003Ca href=\\\"#c-jhin\\\"\\u003Ejhin\\u003C/a\\u003E Raes\\u003C/td\\u003E\\n\\u003C/tr\\u003E\\n\\u003Ctr\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003ECoreJJ \\u003Ca href=\\\"#c-braum\\\"\\u003Ebraum\\u003C/a\\u003E \\u003Csup\\u003E3\\u003C/sup\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"right\\\"\\u003E0-0-12\\u003C/td\\u003E\\n\\u003Ctd align=\\\"center\\\"\\u003ESUP\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E0-3-2\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Csup\\u003E4\\u003C/sup\\u003E \\u003Ca href=\\\"#c-rakan\\\"\\u003Erakan\\u003C/a\\u003E Isles\\u003C/td\\u003E\\n\\u003C/tr\\u003E\\n\\u003C/tbody\\u003E\\u003C/table\\u003E\\n\\n\\u003Chr/\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://postmatch.team\\\"\\u003EThis thread was created by the Post-Match Team\\u003C/a\\u003E.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?auto=webp\\u0026s=5eba746550cb389eaed7bb19a6018fa1e132c8db\", \"width\": 1366, \"height\": 768}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=66afcff83a06f99e750c377bba045a61609d38e1\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=acfd7128811b0f124f094e9c88c926291a26dd69\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=94fe7c87b0cb529d7cddde2a0d79b894cdeb3b86\", \"width\": 320, \"height\": 179}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=058b9fa753aec31b8298ebe6dd0927830ddc1a6f\", \"width\": 640, \"height\": 359}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=eaec2e4e88f9e255f0a23a714d6dbb3980f84f9a\", \"width\": 960, \"height\": 539}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=7f22d845f10718f3ea95113cfaff83d71940d4a8\", \"width\": 1080, \"height\": 607}], \"variants\": {\"obfuscated\": {\"source\": {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=ad30a6002a907c7779e0318a09984ee0355d6b91\", \"width\": 1366, \"height\": 768}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=108\\u0026crop=smart\\u0026blur=10\\u0026format=pjpg\\u0026auto=webp\\u0026s=60f78ce7f787f0bd718df721f0ce8f74372af693\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=216\\u0026crop=smart\\u0026blur=21\\u0026format=pjpg\\u0026auto=webp\\u0026s=a38fb7b1ed242fcff9f314f62b042adc0632f914\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=320\\u0026crop=smart\\u0026blur=32\\u0026format=pjpg\\u0026auto=webp\\u0026s=98e92f9ba6f9ad90cefcd830f3ba0a3fb3ecf2d0\", \"width\": 320, \"height\": 179}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=640\\u0026crop=smart\\u0026blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=f94362d3971287fbe7c79a94325f8e7e3dd8de0b\", \"width\": 640, \"height\": 359}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=960\\u0026crop=smart\\u0026blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=1486445e54f91ec9e3afe1be8061ba03107bf357\", \"width\": 960, \"height\": 539}, {\"url\": \"https://external-preview.redd.it/KS3utIRmg4x2YRTlQEdln2F5ICHKTKTJ0-2lHXetFFk.jpg?width=1080\\u0026crop=smart\\u0026blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=9ff66f347a8f41f03aecb40b1eca049dd43863bf\", \"width\": 1080, \"height\": 607}]}}, \"id\": \"iA9JMsjfcuBrb-q5RpftCprjstnIH3VCjJTwR1qzAoI\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": true, \"locked\": false, \"author_flair_text\": \":illaoi: /r/LoL Post-Match Team\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2rfxx\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1cdgp\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Alexicon1\", \"discussion_type\": null, \"num_comments\": 1463, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/leagueoflegends/comments/j1cdgp/tiebreaker_2_2020_world_championship_playin_group/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/leagueoflegends/comments/j1cdgp/tiebreaker_2_2020_world_championship_playin_group/\", \"subreddit_subscribers\": 4629184, \"created_utc\": 1601301121.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"ScottishPeopleTwitter\", \"selftext\": \"\", \"author_fullname\": \"t2_glcl1\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Vegan Scottish Cuisine\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/ScottishPeopleTwitter\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 124, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1b9vj\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 43286, \"total_awards_received\": 13, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 43286, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/1rJPNGLadh1Gcfo3esoyp7g7_6aKhnCK2r0mBzesqRw.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601325794.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/x2x1cwnfwvp51.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/x2x1cwnfwvp51.png?auto=webp\\u0026s=526dc49c3989271f97807190f2fdced882dbd97e\", \"width\": 1080, \"height\": 960}, \"resolutions\": [{\"url\": \"https://preview.redd.it/x2x1cwnfwvp51.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=231938959e2ac9f4d8b98210f84e9ed3e838198b\", \"width\": 108, \"height\": 96}, {\"url\": \"https://preview.redd.it/x2x1cwnfwvp51.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=1e4c91662d3ca01f3e9e9377f278a9a4d49ce712\", \"width\": 216, \"height\": 192}, {\"url\": \"https://preview.redd.it/x2x1cwnfwvp51.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=4874dbc0da0d3b6c2b33f5c24db956b7cbcbdeba\", \"width\": 320, \"height\": 284}, {\"url\": \"https://preview.redd.it/x2x1cwnfwvp51.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=3a2a0071470047435d1d1371ffeaba54918d6746\", \"width\": 640, \"height\": 568}, {\"url\": \"https://preview.redd.it/x2x1cwnfwvp51.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=a55706aa2e95447ecff265bdc461b21055df4e36\", \"width\": 960, \"height\": 853}, {\"url\": \"https://preview.redd.it/x2x1cwnfwvp51.png?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=1586d2be27584b8e77d88027a06c3e52ebf59477\", \"width\": 1080, \"height\": 960}], \"variants\": {}, \"id\": \"zxc28vN3dK5pMRkOLZyzD_KtF5BcBJGBjTYd7YhRUpU\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 325, \"id\": \"award_9f928aff-c9f5-4e7e-aa91-8619dce60f1c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When laughter meets percussion\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Table Slap\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=994f9f96e2d6f58953ea691c6ada1cb71915afef\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=fc707b848214f4d6f5ce5ba15ba152f258c8ee5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4928f25293343f16a3878caf267c784276527e3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=77f3d1e6b823a6680ce5941940286b9c9d6c63fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f6f2dabda59c3ce60853beb53575cd1a71723e5d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3abi4\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1b9vj\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"lemonreciever\", \"discussion_type\": null, \"num_comments\": 1602, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/ScottishPeopleTwitter/comments/j1b9vj/vegan_scottish_cuisine/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/x2x1cwnfwvp51.png\", \"subreddit_subscribers\": 694289, \"created_utc\": 1601296994.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TIHI\", \"selftext\": \"\", \"author_fullname\": \"t2_2rpxm7qt\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"thanks i hate these dice\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/TIHI\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"shame\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ilvn\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 23149, \"total_awards_received\": 14, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"SHAME\", \"can_mod_post\": false, \"score\": 23149, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/j6YqEBjgYsMcXXKqjMqk0qkcKfjjuEb5wXmVav5Ppys.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601349140.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/yv6jvqyztxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/yv6jvqyztxp51.jpg?auto=webp\\u0026s=85b76c11da47e67861de835a4df30f8782f44b72\", \"width\": 900, \"height\": 900}, \"resolutions\": [{\"url\": \"https://preview.redd.it/yv6jvqyztxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=2bb09879016b87b1735e3c33f3a637daa7c5c33b\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/yv6jvqyztxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=ecd867f59d909b41cd20aa63064316bb06725f2e\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/yv6jvqyztxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=136eefdb7d04e58495931030a8a6d20930b1b36b\", \"width\": 320, \"height\": 320}, {\"url\": \"https://preview.redd.it/yv6jvqyztxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e194aa7f43940c0b586bb70b6dec8d1a00bcbba2\", \"width\": 640, \"height\": 640}], \"variants\": {}, \"id\": \"LMAuMiBAI8kK2p8ZhI64byON5lICPVqD_TaMD8SPnOk\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 250, \"id\": \"award_31260000-2f4a-4b40-ad20-f5aa46a577bf\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=aac0a2d53109a9fd14342ff5310b3f75dfea0f30\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=937802c6c3c42edba61a7e49f27d2239fecf8057\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a82b7814668f450767162fe13d8eae7683b30757\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fe631cc65f664f9d59ff573dcd7e3852ec7f5c3b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=249883cff08c73518f919093c4205d3e4c4e0ee0\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Beauty that's forever. Gives %{coin_symbol}100 Coins each to the author and the community.\", \"end_date\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Timeless Beauty\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=aac0a2d53109a9fd14342ff5310b3f75dfea0f30\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=937802c6c3c42edba61a7e49f27d2239fecf8057\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a82b7814668f450767162fe13d8eae7683b30757\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fe631cc65f664f9d59ff573dcd7e3852ec7f5c3b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=249883cff08c73518f919093c4205d3e4c4e0ee0\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_r1l2z\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ilvn\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"animehentaikanker\", \"discussion_type\": null, \"num_comments\": 262, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/TIHI/comments/j1ilvn/thanks_i_hate_these_dice/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/yv6jvqyztxp51.jpg\", \"subreddit_subscribers\": 1105836, \"created_utc\": 1601320340.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"interestingasfuck\", \"selftext\": \"\", \"author_fullname\": \"t2_67lwoao3\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Jewish Prisoners After Being Liberated From A Death Train, 1945\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/interestingasfuck\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"approve\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1hg9w\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.91, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 67546, \"total_awards_received\": 106, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"/r/ALL\", \"can_mod_post\": false, \"score\": 67546, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/DYcLCd_zPmPXjMPGj5ckS-Qb7BRYpIC8ORLNrgf1Vvw.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1, \"gid_3\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601345767.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/7uo3c7xyjxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/7uo3c7xyjxp51.jpg?auto=webp\\u0026s=2e6638e2c72b3097a1ea072c102e19f8b9e8e55d\", \"width\": 720, \"height\": 777}, \"resolutions\": [{\"url\": \"https://preview.redd.it/7uo3c7xyjxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=d26b86e0875ba8ddd5558b21dea9d272e4fd51ec\", \"width\": 108, \"height\": 116}, {\"url\": \"https://preview.redd.it/7uo3c7xyjxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=697f44a05fe40123386bb7d0b295714bfabda54a\", \"width\": 216, \"height\": 233}, {\"url\": \"https://preview.redd.it/7uo3c7xyjxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=fd0c08b9ac5c8026b19a5ce25637ee529743f9ec\", \"width\": 320, \"height\": 345}, {\"url\": \"https://preview.redd.it/7uo3c7xyjxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=9c086af11dc4642be6ceac7dcaf1adcf2ecde08c\", \"width\": 640, \"height\": 690}], \"variants\": {}, \"id\": \"s4cJqNsR44bS-fn3dyvuDisVbj4JwZq2TIguTGPjpcg\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 31, \"coin_price\": 1800, \"id\": \"gid_3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\", \"days_of_premium\": 31, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a month of Reddit Premium, which includes %{coin_symbol}700 Coins for that month, and shows a Platinum Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Platinum\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 17, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 20, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 17, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_77ba55a2-c33c-4351-ac49-807455a80148\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7a2f2b927be72d2b46ebd95bab8c072c3be0fbab\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6e42b7095bcc331e53202438613aa827addf70c3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c740f7ef642fd2042d62c2bcba98734d08dfae6c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=74e630f1072bb2423034ae48aefa241d834d7186\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=0a89cd8011c8210315ee60441eefd77b973a0c82\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Prayers up for the blessed.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Bless Up\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7a2f2b927be72d2b46ebd95bab8c072c3be0fbab\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6e42b7095bcc331e53202438613aa827addf70c3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c740f7ef642fd2042d62c2bcba98734d08dfae6c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=74e630f1072bb2423034ae48aefa241d834d7186\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=0a89cd8011c8210315ee60441eefd77b973a0c82\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/trfv6ems1md41_BlessUp.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 19, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 20, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qhsa\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1hg9w\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ankurnaidu\", \"discussion_type\": null, \"num_comments\": 1543, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/interestingasfuck/comments/j1hg9w/jewish_prisoners_after_being_liberated_from_a/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/7uo3c7xyjxp51.jpg\", \"subreddit_subscribers\": 6674659, \"created_utc\": 1601316967.0, \"num_crossposts\": 6, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"nextfuckinglevel\", \"selftext\": \"\", \"author_fullname\": \"t2_2kr4ito6\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Women knits life sized Thanos standing at 8\\u20193\\u201d\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/nextfuckinglevel\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1icts\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 40604, \"total_awards_received\": 58, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/cb8yrdpmrxp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 405, \"scrubber_media_url\": \"https://v.redd.it/cb8yrdpmrxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/cb8yrdpmrxp51/DASHPlaylist.mpd?a=1603931458%2CZDU0ZjgzZmIwZjg1MDA4NTY5OTk5NWUyMWUxNWNmMDU3MmE1YmVhZjE4MWNkNWQxY2IwZjYyNTBhOTViOGQ4OA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 37, \"hls_url\": \"https://v.redd.it/cb8yrdpmrxp51/HLSPlaylist.m3u8?a=1603931458%2CNzBhNGI2ZTU5YzA2YzI3Nzg1MDQ1NTIxZjExNjU1Y2Q1ZTZiNGY1NTZmZDkxNDAwMWFhNmQyMWUxYjBjZjAxYw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 40604, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/ptSDXjJWmP_AGrzeTowCkvrJ5mHiZPHjJEn7CVARMLU.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601348406.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/cb8yrdpmrxp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/5Tl_IDdEvc7CgyJdAK81Nj1izNTaVXgLx1TNz97Kygk.png?format=pjpg\\u0026auto=webp\\u0026s=e0988fbaf5efb5793581095d51df2aabbfe60bcc\", \"width\": 576, \"height\": 1024}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/5Tl_IDdEvc7CgyJdAK81Nj1izNTaVXgLx1TNz97Kygk.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=e7d6bb211a6512e5dfe2f973e9cf89f71cc3e806\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/5Tl_IDdEvc7CgyJdAK81Nj1izNTaVXgLx1TNz97Kygk.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=df92c7367c63a8e1a5e74ee9c419e9ec25279dc0\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/5Tl_IDdEvc7CgyJdAK81Nj1izNTaVXgLx1TNz97Kygk.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=8165261ea05809b9e78aa6ebf175c211da34cd70\", \"width\": 320, \"height\": 568}], \"variants\": {}, \"id\": \"9xL9Xk2-U2ChavZk2oj2wSc6G86JOX6Wm0vTqqxEE9M\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 12, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_b4072731-c0fb-4440-adc7-1063d6a5e6a0\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8e644eb9ffccee5f11d72e759883a6c825f7d89e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c49ad07c88610c7efe98a54453d9ce5ddf887a1d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=80eb767a877a78c181af1385c2ed98f067b38092\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b2b65ceeff9933f5e70387893e661b7e9f1f1556\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=aec3cf53a1aeabe4c2ecc4ad83b2d0f2993d1afd\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"C'est magnifique\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Masterpiece\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8e644eb9ffccee5f11d72e759883a6c825f7d89e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c49ad07c88610c7efe98a54453d9ce5ddf887a1d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=80eb767a877a78c181af1385c2ed98f067b38092\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b2b65ceeff9933f5e70387893e661b7e9f1f1556\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=aec3cf53a1aeabe4c2ecc4ad83b2d0f2993d1afd\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2juh333m40n51_Masterpiece.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_m0bnr\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1icts\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"autistic_spaghetti\", \"discussion_type\": null, \"num_comments\": 669, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/nextfuckinglevel/comments/j1icts/women_knits_life_sized_thanos_standing_at_83/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/cb8yrdpmrxp51\", \"subreddit_subscribers\": 3040291, \"created_utc\": 1601319606.0, \"num_crossposts\": 22, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/cb8yrdpmrxp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 405, \"scrubber_media_url\": \"https://v.redd.it/cb8yrdpmrxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/cb8yrdpmrxp51/DASHPlaylist.mpd?a=1603931458%2CZDU0ZjgzZmIwZjg1MDA4NTY5OTk5NWUyMWUxNWNmMDU3MmE1YmVhZjE4MWNkNWQxY2IwZjYyNTBhOTViOGQ4OA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 37, \"hls_url\": \"https://v.redd.it/cb8yrdpmrxp51/HLSPlaylist.m3u8?a=1603931458%2CNzBhNGI2ZTU5YzA2YzI3Nzg1MDQ1NTIxZjExNjU1Y2Q1ZTZiNGY1NTZmZDkxNDAwMWFhNmQyMWUxYjBjZjAxYw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"books\", \"selftext\": \"Stephen King has a long history of poor adaptions, but The Shining might be the worst offender.(And yes, I've seen all of King's movies, even Dark Tower)\\n\\nThe Book has such warmth, such love for family, and Jack's struggle. Danny is a complex character, as is Wendy. None of the actual scary spooky monster stuff happens until near the end...and that's brilliant. \\n\\nI know this book was near and dear to King due to his own drinking problems. I also know authors sometimes tend to get a little heated about adaptions and it's overblown sometimes. Not in this case.\\n\\nKubrics movie, while an enjoyable watch, has lost all flavor to me after reading the book. It's liked someone ready a summary and bullet point presentation, but missed the entire point.\\n\\nI finally decided to read it after watching Doctor Sleep and loving it. Decided to read them both. I know Kings books are often pretty different than their TV or Movie Adaptions, but this one...wow. It feels so shallow now. Jack in the movie feels crazy from the start, ready to murder his own family at the drop of a hat.\\n\\nIn the book, his struggle is so heartwrenching. His desire to be a better man. To resist the hotel. Seeing him ultimately lose in the end, knowing it was coming because of the movie and Dr.Sleep of course, I still was like \\\"Please don't do it Jack, resist!\\\", I couldn't help myself.\\n\\nIt really touched me on an emotional level, Jacks internal monologues. I don't drink or have kids, but it resonated with me so strongly, the feeling put into those.\\n\\nInstead Kubrick made it a generic horror movie.\", \"author_fullname\": \"t2_4l4a9\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"I just finished reading The Shining. Wow, no wonder Stephen King hated Kubricks movie.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/books\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1a18t\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.84, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 14880, \"total_awards_received\": 14, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 14880, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"spoiler\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601320175.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.books\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EStephen King has a long history of poor adaptions, but The Shining might be the worst offender.(And yes, I\\u0026#39;ve seen all of King\\u0026#39;s movies, even Dark Tower)\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EThe Book has such warmth, such love for family, and Jack\\u0026#39;s struggle. Danny is a complex character, as is Wendy. None of the actual scary spooky monster stuff happens until near the end...and that\\u0026#39;s brilliant. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EI know this book was near and dear to King due to his own drinking problems. I also know authors sometimes tend to get a little heated about adaptions and it\\u0026#39;s overblown sometimes. Not in this case.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EKubrics movie, while an enjoyable watch, has lost all flavor to me after reading the book. It\\u0026#39;s liked someone ready a summary and bullet point presentation, but missed the entire point.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EI finally decided to read it after watching Doctor Sleep and loving it. Decided to read them both. I know Kings books are often pretty different than their TV or Movie Adaptions, but this one...wow. It feels so shallow now. Jack in the movie feels crazy from the start, ready to murder his own family at the drop of a hat.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EIn the book, his struggle is so heartwrenching. His desire to be a better man. To resist the hotel. Seeing him ultimately lose in the end, knowing it was coming because of the movie and Dr.Sleep of course, I still was like \\u0026quot;Please don\\u0026#39;t do it Jack, resist!\\u0026quot;, I couldn\\u0026#39;t help myself.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EIt really touched me on an emotional level, Jacks internal monologues. I don\\u0026#39;t drink or have kids, but it resonated with me so strongly, the feeling put into those.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EInstead Kubrick made it a generic horror movie.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": true, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh4i\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1a18t\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Mkilbride\", \"discussion_type\": null, \"num_comments\": 1467, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/books/comments/j1a18t/i_just_finished_reading_the_shining_wow_no_wonder/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/books/comments/j1a18t/i_just_finished_reading_the_shining_wow_no_wonder/\", \"subreddit_subscribers\": 18527646, \"created_utc\": 1601291375.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"WhitePeopleTwitter\", \"selftext\": \"\", \"author_fullname\": \"t2_4bxi11t9\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Dumbest criminal ever?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/WhitePeopleTwitter\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1j49r\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 14397, \"total_awards_received\": 8, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 14397, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/BXZiiMkCJvXE0iZC4vpgnGI5tKDG0yjwTDjrXPoM1R0.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601350623.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/d0vezdkcyxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/d0vezdkcyxp51.jpg?auto=webp\\u0026s=79dd8fc3d174f5a6f6696b8169239e977bd532fc\", \"width\": 640, \"height\": 768}, \"resolutions\": [{\"url\": \"https://preview.redd.it/d0vezdkcyxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=6feb41292848e56f8df8f0ac217b5d0fc801af40\", \"width\": 108, \"height\": 129}, {\"url\": \"https://preview.redd.it/d0vezdkcyxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=e67500336e65f5c6b2168b6ffc524ef36cf1e9fe\", \"width\": 216, \"height\": 259}, {\"url\": \"https://preview.redd.it/d0vezdkcyxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=3253c7de4d69dcc764a352c5418765e6d9672ea6\", \"width\": 320, \"height\": 384}, {\"url\": \"https://preview.redd.it/d0vezdkcyxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=1ebc8aa8faea70ddbd0180a89b5e78a68ec2dbe3\", \"width\": 640, \"height\": 768}], \"variants\": {}, \"id\": \"RolFwc-huI46nf8K4uqyhNHEvf8JmIXHe33xaN3qejU\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_35n7t\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1j49r\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"DaFunkJunkie\", \"discussion_type\": null, \"num_comments\": 331, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/WhitePeopleTwitter/comments/j1j49r/dumbest_criminal_ever/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/d0vezdkcyxp51.jpg\", \"subreddit_subscribers\": 1830751, \"created_utc\": 1601321823.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Justfuckmyshitup\", \"selftext\": \"\", \"author_fullname\": \"t2_opdc9\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"70k per year? You\\u2019re fired!!!!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Justfuckmyshitup\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1f8q1\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.89, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 32311, \"total_awards_received\": 23, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/v98uwgkf0xp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1920, \"scrubber_media_url\": \"https://v.redd.it/v98uwgkf0xp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/v98uwgkf0xp51/DASHPlaylist.mpd?a=1603931458%2CZWU5OGM5MTU4ZGIzZjgzZTlmNjFkZWE5YWRjNTJhMTYyM2FkODJiOTIzZGMxOWE0M2M4NzYxOTBiNzNjMTNmNw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 15, \"hls_url\": \"https://v.redd.it/v98uwgkf0xp51/HLSPlaylist.m3u8?a=1603931458%2CY2Y1ODlkMWJiYzY0M2U3YTFjMTRlYWFiMjBkOTIzZjZmYzFiMzBhYjA3MDYxMjc4MDkzZDU1MjcyMGIwNTdmZA%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 32311, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Rb3e3G0REsdTBN3-31lhSDNL9pvx9dbwLt8q2xLOa-M.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601339242.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/v98uwgkf0xp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/LDq4mr0EzScwg3eHI7k1yHqf7qQULJMFzmGa0_ar8RQ.png?format=pjpg\\u0026auto=webp\\u0026s=3d233ee7f73e275df800b4a74750b17d37de60f8\", \"width\": 1920, \"height\": 1080}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/LDq4mr0EzScwg3eHI7k1yHqf7qQULJMFzmGa0_ar8RQ.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=b48b4bda0f57b588c0b743458e8dc49190b1b0bb\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/LDq4mr0EzScwg3eHI7k1yHqf7qQULJMFzmGa0_ar8RQ.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=2bc00eb7b56cc1bd138d524e97149cfdfaeda664\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/LDq4mr0EzScwg3eHI7k1yHqf7qQULJMFzmGa0_ar8RQ.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=6514b6c2145c492b8317aaf7b12f78efafe7d2fa\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/LDq4mr0EzScwg3eHI7k1yHqf7qQULJMFzmGa0_ar8RQ.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=0912651c15cff1422ad932bb8a55607d8ef33951\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/LDq4mr0EzScwg3eHI7k1yHqf7qQULJMFzmGa0_ar8RQ.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=39457b1900ec640c812da190752ef88e2e7417aa\", \"width\": 960, \"height\": 540}, {\"url\": \"https://external-preview.redd.it/LDq4mr0EzScwg3eHI7k1yHqf7qQULJMFzmGa0_ar8RQ.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=9d01aadc8d1c1ff3b6b845e725f9b60245aaf404\", \"width\": 1080, \"height\": 607}], \"variants\": {}, \"id\": \"TesR3EorXIvp76ZXPL7CNpQ9huXSbeqdGq_DNo5qqn0\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 400, \"id\": \"award_f7a4fd5e-7cd1-4c11-a1c9-c18d05902e81\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/CrabRave_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/CrabRave_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/CrabRave_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/CrabRave_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/CrabRave_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/CrabRave_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"[Happy crab noises]\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Crab Rave\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/g699g8hvzmc51_CrabRave.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=911d4a8feccec39a14013ae8e09592c5175eb684\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/g699g8hvzmc51_CrabRave.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=283097bb480eb969eeb78a74a4fa5ddf0426fa27\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/g699g8hvzmc51_CrabRave.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=fd0ded4faff1d3e8ff3700bb5fb86d6c8e9b3b72\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/g699g8hvzmc51_CrabRave.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=44615c8e4249230c0f30a2e3fb1ec6cff6477d1e\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/g699g8hvzmc51_CrabRave.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=05e86a663694895598143087a39da2f12aebb8f4\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/g699g8hvzmc51_CrabRave.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 200, \"id\": \"award_9ee30a8f-463e-4ef7-9da9-a09f270ec026\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=295f139b77addd2b2728f21d55c4b047138478ec\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=ceb666a09bfec10e5c901ff94e5260d9b19ec1db\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=bc4bcb18bc259699d9bdef9d6315699e4e82b65a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ead607549b0811e0a7f26effdbb4ffdb87a00577\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=727fc8016de6f90c57d1442dad9a6f92193dbe3a\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Losing value fast.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Stonks Falling\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=295f139b77addd2b2728f21d55c4b047138478ec\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=ceb666a09bfec10e5c901ff94e5260d9b19ec1db\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=bc4bcb18bc259699d9bdef9d6315699e4e82b65a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ead607549b0811e0a7f26effdbb4ffdb87a00577\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=727fc8016de6f90c57d1442dad9a6f92193dbe3a\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_35g2j\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1f8q1\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"bunnieollie\", \"discussion_type\": null, \"num_comments\": 1474, \"send_replies\": false, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Justfuckmyshitup/comments/j1f8q1/70k_per_year_youre_fired/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/v98uwgkf0xp51\", \"subreddit_subscribers\": 743542, \"created_utc\": 1601310442.0, \"num_crossposts\": 4, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/v98uwgkf0xp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1920, \"scrubber_media_url\": \"https://v.redd.it/v98uwgkf0xp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/v98uwgkf0xp51/DASHPlaylist.mpd?a=1603931458%2CZWU5OGM5MTU4ZGIzZjgzZTlmNjFkZWE5YWRjNTJhMTYyM2FkODJiOTIzZGMxOWE0M2M4NzYxOTBiNzNjMTNmNw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 15, \"hls_url\": \"https://v.redd.it/v98uwgkf0xp51/HLSPlaylist.m3u8?a=1603931458%2CY2Y1ODlkMWJiYzY0M2U3YTFjMTRlYWFiMjBkOTIzZjZmYzFiMzBhYjA3MDYxMjc4MDkzZDU1MjcyMGIwNTdmZA%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"brooklynninenine\", \"selftext\": \"\", \"author_fullname\": \"t2_nv9nn\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"He did give it a try.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/brooklynninenine\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"meme\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1hmll\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": \"#373c3f\", \"subreddit_type\": \"public\", \"ups\": 16515, \"total_awards_received\": 16, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"84dbb8ba-adf3-11e8-80e8-0e7b02e81dce\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Humour\", \"can_mod_post\": false, \"score\": 16515, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/c0oj0USbAni5T9qX8RG2TGq5o3pSL8TTHwyuouT4e3Q.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601346277.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.imgur.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.imgur.com/BXB81fJ.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/Z9TATFrzOMchPtc2BBBy2zMyOcFI5L7WG98ns7juFzI.jpg?auto=webp\\u0026s=4183f95fb09e49b8461dc4143be0508466090f9c\", \"width\": 4000, \"height\": 4000}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/Z9TATFrzOMchPtc2BBBy2zMyOcFI5L7WG98ns7juFzI.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=e2b976556bc8468648fbc5ab99bbf52678725593\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/Z9TATFrzOMchPtc2BBBy2zMyOcFI5L7WG98ns7juFzI.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=b2f6c2ca290a5ffe68d4ebbaba666c70476a6ee9\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/Z9TATFrzOMchPtc2BBBy2zMyOcFI5L7WG98ns7juFzI.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=cbebd8797d6bee9152815ec66c248417cacd8322\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/Z9TATFrzOMchPtc2BBBy2zMyOcFI5L7WG98ns7juFzI.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=82c4a0fa5cd482e38f3b2d7a858f90722999b29c\", \"width\": 640, \"height\": 640}, {\"url\": \"https://external-preview.redd.it/Z9TATFrzOMchPtc2BBBy2zMyOcFI5L7WG98ns7juFzI.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=78efdf7ac6ec7035f638446a0bc3751608d61695\", \"width\": 960, \"height\": 960}, {\"url\": \"https://external-preview.redd.it/Z9TATFrzOMchPtc2BBBy2zMyOcFI5L7WG98ns7juFzI.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=773abfb21647e1a0adaeed27f53aafbcf115f538\", \"width\": 1080, \"height\": 1080}], \"variants\": {}, \"id\": \"Lf5tOrJdd0W7LPNdeKi9F2bQVPkDtfTXjCRSuj9qjKU\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"d806ab06-7063-11ea-ae43-0e57fde1badb\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Pontiac Bandit\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2x7x1\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ffb000\", \"id\": \"j1hmll\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"moonlam\", \"discussion_type\": null, \"num_comments\": 95, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"light\", \"permalink\": \"/r/brooklynninenine/comments/j1hmll/he_did_give_it_a_try/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/BXB81fJ.jpg\", \"subreddit_subscribers\": 581035, \"created_utc\": 1601317477.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"IdiotsInCars\", \"selftext\": \"\", \"author_fullname\": \"t2_39hgv30l\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Smart idiot\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/IdiotsInCars\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1bw3e\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 55949, \"total_awards_received\": 68, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/dmv00h1j3wp51/DASH_360.mp4?source=fallback\", \"height\": 360, \"width\": 360, \"scrubber_media_url\": \"https://v.redd.it/dmv00h1j3wp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/dmv00h1j3wp51/DASHPlaylist.mpd?a=1603931458%2CMjlmYWVlOTIyNzhkZTg1N2IzZGIxNzRiMmRiM2JmZjI2M2M1OGNiMzkyYzM1NTY3YTgxMTc1ZTBjMjA1YWNkZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 23, \"hls_url\": \"https://v.redd.it/dmv00h1j3wp51/HLSPlaylist.m3u8?a=1603931458%2CNzhkOWI3NDM5OGM3YzdlOTMyOWViOWNlZTQ1MGRhMGZjMTZiNjkyMWQzY2EyNTZkNTE1ZDU4YjI4YjcwYzBmNw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 55949, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/rUTpyOtujpPnrkQZXNZB34SxYeR5oUMZuDUCHFgf0vU.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601328149.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/dmv00h1j3wp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/yugNlSab0GrHMoQpdIVA9QdwgdusocRvNhZnfUUCSas.png?format=pjpg\\u0026auto=webp\\u0026s=7118d4cb4861deb4339522d1610ecacef817ec48\", \"width\": 360, \"height\": 360}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/yugNlSab0GrHMoQpdIVA9QdwgdusocRvNhZnfUUCSas.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=c2c2f087d1f352557d9654a672580780528c2efe\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/yugNlSab0GrHMoQpdIVA9QdwgdusocRvNhZnfUUCSas.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=b4b71df7b45fecb95151be158e59b1e862c51001\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/yugNlSab0GrHMoQpdIVA9QdwgdusocRvNhZnfUUCSas.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=03b627eb5cfc7e0564409a0ba45bccadd0e461a4\", \"width\": 320, \"height\": 320}], \"variants\": {}, \"id\": \"kYZWR-10s5V_2fc9YO_ocxt8ZrKfO383tRxmC9vF2KM\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 17, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 13, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3aimx\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1bw3e\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"_ThePaperball\", \"discussion_type\": null, \"num_comments\": 1446, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/IdiotsInCars/comments/j1bw3e/smart_idiot/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/dmv00h1j3wp51\", \"subreddit_subscribers\": 2133280, \"created_utc\": 1601299349.0, \"num_crossposts\": 16, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/dmv00h1j3wp51/DASH_360.mp4?source=fallback\", \"height\": 360, \"width\": 360, \"scrubber_media_url\": \"https://v.redd.it/dmv00h1j3wp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/dmv00h1j3wp51/DASHPlaylist.mpd?a=1603931458%2CMjlmYWVlOTIyNzhkZTg1N2IzZGIxNzRiMmRiM2JmZjI2M2M1OGNiMzkyYzM1NTY3YTgxMTc1ZTBjMjA1YWNkZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 23, \"hls_url\": \"https://v.redd.it/dmv00h1j3wp51/HLSPlaylist.m3u8?a=1603931458%2CNzhkOWI3NDM5OGM3YzdlOTMyOWViOWNlZTQ1MGRhMGZjMTZiNjkyMWQzY2EyNTZkNTE1ZDU4YjI4YjcwYzBmNw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"tifu\", \"selftext\": \"This happened today during dinner time. And I still have all that adrenaline in me so I decided to share it here to help myself calm down.\\n\\nSome background context before the fucked up. Me (25yrs), my wife (24yrs) and my son (6mths) are staying with my parents. My son has recently started on solid foods(pur\\u00e9ed) and he enjoys it. Also, his motor skills has been developing much faster than most babies his age. So, many time we just let him be, thinking he'll be fine.\\n\\nMoving on to the fuck up. During dinners my son would usually join us in his high chair eating his baby bites (biscuit for baby). It was the same tonight just that he was asking for more this time. So we decided giving him apples might be a good idea since he likes the pur\\u00e9ed version. My mom then proceeds to cut a slice of apple (normal adult sized slice). We then feed him the apple, letting him suck on it. Then my wife asked my mom to cut smaller so that he can eat it. My mom replied saying that she's worried that if it's too small he might end up breaking it with his gum and choke himself. But in the end we somehow got my mom to cut it into smaller bite size.\\n\\nSo, we just continued our dinner while talking about what to do if a baby does get choke, heimlich maneuver, CPR... Basically topic around those area. Then we hear a tiny apple crunch. He was still happily eating, so we continue chatting and eating. But shortly after my wife shouted for me saying he's really choking. I turned and saw my son's face turing red-purple-ish, no sound was coming out of him. I instantly shot up from my chair removed him from his high chair and tried to perform the heimlich maneuver for babies, basically mimicking from a vague memory of what I saw on YouTube years ago. And then he cough and started crying. This was the first time that I'm glad to hear my son's cry. \\n\\nNow I'm having a slight headache from all that adrenaline rush. But I'm glad my son is alive and kicking. Thanks to that random YouTube video I watch years ago.\\n\\nEdit 1: my wife saw this post and she corrected 1 of my mistake. It was actually my sister who suggested to cut the apple into smaller slices. We just didn't disagree with the idea.\\n\\nEdit 2: OMG... This really blew up I posted this before going to work (I work night shift), it was only about 100+ up votes before I left for work and I could still keep up with all the comments. While I was at work, I kept receiving notifications... Then I saw 2k up votes... And now 20k... I never thought my first post on r/TIFU would get 20k up votes and thousand over comments and all those awards. Really want to thank everyone for your concern. My son is fine, actively crawling around\\n\\nEdit 3: I saw some comments about CPR certification. I served the military for 2 years. So I was trained to do CPR. But on adults. Not babies. I only knew about it cos I spend way too much time on YouTube.\\n\\nEdit 4: just saw many comments about led weaning. We are doing this. Usually we would mesh bananas, sweet potatoes, saute apples, It's just this one time that we decided it's fine to let him suck on the apple and some how ending up letting him eat it... Horrible mistake which we will never forget.\\n\\nTL;DR we fed my 6 months old son some apple causing him to choke. I performed the heimlich maneuver for babies base on a vague memory of a YouTube video to save him.\", \"author_fullname\": \"t2_56pr1r8u\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"TIFU almost choking my 6months old son to death.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/tifu\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"M\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1azbc\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.9, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 23028, \"total_awards_received\": 57, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"M\", \"can_mod_post\": false, \"score\": 23028, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1601338613.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601324559.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.tifu\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThis happened today during dinner time. And I still have all that adrenaline in me so I decided to share it here to help myself calm down.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003ESome background context before the fucked up. Me (25yrs), my wife (24yrs) and my son (6mths) are staying with my parents. My son has recently started on solid foods(pur\\u00e9ed) and he enjoys it. Also, his motor skills has been developing much faster than most babies his age. So, many time we just let him be, thinking he\\u0026#39;ll be fine.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EMoving on to the fuck up. During dinners my son would usually join us in his high chair eating his baby bites (biscuit for baby). It was the same tonight just that he was asking for more this time. So we decided giving him apples might be a good idea since he likes the pur\\u00e9ed version. My mom then proceeds to cut a slice of apple (normal adult sized slice). We then feed him the apple, letting him suck on it. Then my wife asked my mom to cut smaller so that he can eat it. My mom replied saying that she\\u0026#39;s worried that if it\\u0026#39;s too small he might end up breaking it with his gum and choke himself. But in the end we somehow got my mom to cut it into smaller bite size.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003ESo, we just continued our dinner while talking about what to do if a baby does get choke, heimlich maneuver, CPR... Basically topic around those area. Then we hear a tiny apple crunch. He was still happily eating, so we continue chatting and eating. But shortly after my wife shouted for me saying he\\u0026#39;s really choking. I turned and saw my son\\u0026#39;s face turing red-purple-ish, no sound was coming out of him. I instantly shot up from my chair removed him from his high chair and tried to perform the heimlich maneuver for babies, basically mimicking from a vague memory of what I saw on YouTube years ago. And then he cough and started crying. This was the first time that I\\u0026#39;m glad to hear my son\\u0026#39;s cry. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003ENow I\\u0026#39;m having a slight headache from all that adrenaline rush. But I\\u0026#39;m glad my son is alive and kicking. Thanks to that random YouTube video I watch years ago.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEdit 1: my wife saw this post and she corrected 1 of my mistake. It was actually my sister who suggested to cut the apple into smaller slices. We just didn\\u0026#39;t disagree with the idea.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEdit 2: OMG... This really blew up I posted this before going to work (I work night shift), it was only about 100+ up votes before I left for work and I could still keep up with all the comments. While I was at work, I kept receiving notifications... Then I saw 2k up votes... And now 20k... I never thought my first post on \\u003Ca href=\\\"/r/TIFU\\\"\\u003Er/TIFU\\u003C/a\\u003E would get 20k up votes and thousand over comments and all those awards. Really want to thank everyone for your concern. My son is fine, actively crawling around\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEdit 3: I saw some comments about CPR certification. I served the military for 2 years. So I was trained to do CPR. But on adults. Not babies. I only knew about it cos I spend way too much time on YouTube.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEdit 4: just saw many comments about led weaning. We are doing this. Usually we would mesh bananas, sweet potatoes, saute apples, It\\u0026#39;s just this one time that we decided it\\u0026#39;s fine to let him suck on the apple and some how ending up letting him eat it... Horrible mistake which we will never forget.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003ETL;DR we fed my 6 months old son some apple causing him to choke. I performed the heimlich maneuver for babies base on a vague memory of a YouTube video to save him.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"44faa2b8-fe53-11e4-b1d8-0ee4f232cc71\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2to41\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ffbc00\", \"id\": \"j1azbc\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"RogerCUY\", \"discussion_type\": null, \"num_comments\": 1321, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/tifu/comments/j1azbc/tifu_almost_choking_my_6months_old_son_to_death/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/tifu/comments/j1azbc/tifu_almost_choking_my_6months_old_son_to_death/\", \"subreddit_subscribers\": 16350262, \"created_utc\": 1601295759.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TheMonkeysPaw\", \"selftext\": \"Edit: Holy shit this post blew up like my sanity. Thank you so much, guys! I would also like to leave here a reminder that this post is completely satire and its also used to raise awareness for Schizophrenia and DID (Dissociative Identity Disorder). Bless you, folks!\", \"author_fullname\": \"t2_xm7xg\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 3, \"clicked\": false, \"title\": \"I wish I could have temporary schizophrenia.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/TheMonkeysPaw\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1b4em\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.9, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 7553, \"total_awards_received\": 126, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 7553, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"self\", \"edited\": 1601334273.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 7, \"gid_2\": 3}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601325173.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.TheMonkeysPaw\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EEdit: Holy shit this post blew up like my sanity. Thank you so much, guys! I would also like to leave here a reminder that this post is completely satire and its also used to raise awareness for Schizophrenia and DID (Dissociative Identity Disorder). Bless you, folks!\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 20, \"id\": \"award_abb865cf-620b-4219-8777-3658cf9091fb\", \"penny_donate\": 0, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Can't stop seeing stars\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Starstruck\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=800ea0775a3f25602bfab03058d64d25352c04d2\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1d4be9117f8e389c54e0a7e23918355d7d2df185\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=45443e65acd1cf76585f7c9d904e1484f89db521\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=f4164f96ab1df25de2024b8b65e9ce91d3424c86\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=b09819f49e26e5ad518dbdf1aa69f0916d514c6e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 400, \"id\": \"award_5b39e8fd-7a58-4cbe-8ca0-bdedd5ed1f5a\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Sometimes you just got to dance with the doots.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Doot \\ud83c\\udfb5 Doot\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=790a066f2bd24add161dca86c7c1fbbebf87a605\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=de906d7cfdc09762efc46150f56a394c0306e4ed\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=029f4975f1becca00c76f68ad420788ddcec63b0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=365d0d7e3d5cd1a14ad9ec5e984a8b34d3403dbc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f6b482b790f34037b1a2e6676dcb506693857ec5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 400, \"id\": \"award_84276b1e-cc8f-484f-a19c-be6c09adc1a5\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"An amazing showing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=647cccf78702582f30d23908180da092b135cffe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 23, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 200, \"id\": \"award_dc391ef9-0df8-468f-bd3c-7b177092de35\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=39283aebf9b1ed333e5a1b340debca1310eecb84\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d0a3daa3c285d4a3a458d27a43dc2ee56448c5e9\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=922dde301a5aeda0df62196d4a2e82661e662678\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9d90a193a44229bb26b4edbe4b805da40f87e27a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d7b6dea8b71c2c30caafd5a566a9d938732af560\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Every reason to be alarmed\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This is 2020\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=39283aebf9b1ed333e5a1b340debca1310eecb84\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d0a3daa3c285d4a3a458d27a43dc2ee56448c5e9\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=922dde301a5aeda0df62196d4a2e82661e662678\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9d90a193a44229bb26b4edbe4b805da40f87e27a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d7b6dea8b71c2c30caafd5a566a9d938732af560\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ncon692ev7i51_Thisis2020.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 19, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 15, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_3267ca1c-127a-49e9-9a3d-4ba96224af18\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6ce62fa40de4c6b72859d2cbdf22af5c0e012233\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=26297b024da3e9bd6507e7b8553507493b5e6606\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0763517837b22d5e414dd330d5006c0d89ccb499\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9a2154561daa83678f3f9e6e2a627629ee2a2bcc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=96897549f634fd6324e1338a98b9778733ea4813\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Let's sip to good health and good company\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"I'll Drink to That\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6ce62fa40de4c6b72859d2cbdf22af5c0e012233\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=26297b024da3e9bd6507e7b8553507493b5e6606\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0763517837b22d5e414dd330d5006c0d89ccb499\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9a2154561daa83678f3f9e6e2a627629ee2a2bcc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=96897549f634fd6324e1338a98b9778733ea4813\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/45aeu8mzvsj51_IllDrinktoThat.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 19, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 15, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_7becef23-fb0b-4d62-b8a6-01d5759367cb\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When goodness lifts you\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_d33fddd7-a58a-4472-b1a2-3157d8c8b76f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Looking like you're working is hard work.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Looking Busy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=db9e29688c05aeb51dafbcd54ec1dcfab3bb47dc\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=46adbd135d36ba32a7709877e99ff7a126af367b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f3118b3d29ca5d2a3c6e941a0b874c9b66dd7f7b\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=50f2d89d742aa628382b07bea320a4673821cbca\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ebbcf8563d42edc4fd85e52933dafaecb6a849b7\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3ovsj\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1b4em\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"LOLZCataclysm\", \"discussion_type\": null, \"num_comments\": 594, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/TheMonkeysPaw/comments/j1b4em/i_wish_i_could_have_temporary_schizophrenia/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/TheMonkeysPaw/comments/j1b4em/i_wish_i_could_have_temporary_schizophrenia/\", \"subreddit_subscribers\": 458754, \"created_utc\": 1601296373.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"funny\", \"selftext\": \"\", \"author_fullname\": \"t2_66mz6bp0\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Pitter-Patter\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/funny\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1gwh9\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 36308, \"total_awards_received\": 78, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/fu2jxxg8exp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1920, \"scrubber_media_url\": \"https://v.redd.it/fu2jxxg8exp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/fu2jxxg8exp51/DASHPlaylist.mpd?a=1603931458%2CM2ZkNDk5MDcyOWYxOTk2NjU1ZDMyNDQxNTcyOTRhNDQ3ZThjYmU3N2Y3ZDhmYmMyMjM0MTI4N2EwZmE0OGU3Mg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 77, \"hls_url\": \"https://v.redd.it/fu2jxxg8exp51/HLSPlaylist.m3u8?a=1603931458%2CNGU2MDcwMWE2Y2YwZmRlMzhlYTQxMzZmMzQ5OGVjMjA4MTc2MWQ3M2I0MjIzMDhjMjRlMTJmMmQwMTI1ZjdmYg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 36308, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/uOO03jj1Lnjo3uAGgXkbwbXCVh-xGa1eUJMsk_vht7Q.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601344168.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/fu2jxxg8exp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/yh95EZiFkKWmbq9w6wesevucqKjrh-2EKD5M0OVPjlk.png?format=pjpg\\u0026auto=webp\\u0026s=1b51e1aa62030c313bc735e838ed88776685ce04\", \"width\": 1920, \"height\": 1080}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/yh95EZiFkKWmbq9w6wesevucqKjrh-2EKD5M0OVPjlk.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=1845f7e4e95bbb3cbeea3472e097b85c5d752e91\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/yh95EZiFkKWmbq9w6wesevucqKjrh-2EKD5M0OVPjlk.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=c5df39d984131ea6771f34bb6e3a1e70730b0445\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/yh95EZiFkKWmbq9w6wesevucqKjrh-2EKD5M0OVPjlk.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=68ecff1aa0c3d7555ebdbb6d317ab3beff163b3b\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/yh95EZiFkKWmbq9w6wesevucqKjrh-2EKD5M0OVPjlk.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=10092f2b5e783b6ba77e40b2c0e70b7c10d7072d\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/yh95EZiFkKWmbq9w6wesevucqKjrh-2EKD5M0OVPjlk.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=7c679d9d35d291ac3d7b4bce3d434475b17f2296\", \"width\": 960, \"height\": 540}, {\"url\": \"https://external-preview.redd.it/yh95EZiFkKWmbq9w6wesevucqKjrh-2EKD5M0OVPjlk.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=210ffbe605e3aca786be74de1fb32545cd11fa01\", \"width\": 1080, \"height\": 607}], \"variants\": {}, \"id\": \"Q8VFU7iUBM0HYnI_lF_nAcmZjaApRbmIS2gMkei5Ui4\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 13, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 15, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh33\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1gwh9\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"SSGGambit\", \"discussion_type\": null, \"num_comments\": 387, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/funny/comments/j1gwh9/pitterpatter/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/fu2jxxg8exp51\", \"subreddit_subscribers\": 33340514, \"created_utc\": 1601315368.0, \"num_crossposts\": 13, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/fu2jxxg8exp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1920, \"scrubber_media_url\": \"https://v.redd.it/fu2jxxg8exp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/fu2jxxg8exp51/DASHPlaylist.mpd?a=1603931458%2CM2ZkNDk5MDcyOWYxOTk2NjU1ZDMyNDQxNTcyOTRhNDQ3ZThjYmU3N2Y3ZDhmYmMyMjM0MTI4N2EwZmE0OGU3Mg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 77, \"hls_url\": \"https://v.redd.it/fu2jxxg8exp51/HLSPlaylist.m3u8?a=1603931458%2CNGU2MDcwMWE2Y2YwZmRlMzhlYTQxMzZmMzQ5OGVjMjA4MTc2MWQ3M2I0MjIzMDhjMjRlMTJmMmQwMTI1ZjdmYg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"JoeRogan\", \"selftext\": \"\", \"author_fullname\": \"t2_176y0y\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Joey Diaz: \\u201cYou can be a man, or you can act like an employee of spotify.... How soft have we became?\\u201d\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Link\"}], \"subreddit_name_prefixed\": \"r/JoeRogan\", \"hidden\": false, \"pwls\": 0, \"link_flair_css_class\": \"link\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1arjd\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.81, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 5973, \"total_awards_received\": 18, \"media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EIts Monday, you can be a man or you can act like an employee of Spotify........how soft have we become?\\u003C/p\\u003E\\u0026mdash; Joey CoCo Diaz (@madflavor) \\u003Ca href=\\\"https://twitter.com/madflavor/status/1310550570164531206?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"height\": 223}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/madflavor/status/1310550570164531206\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EIts Monday, you can be a man or you can act like an employee of Spotify........how soft have we become?\\u003C/p\\u003E\\u0026mdash; Joey CoCo Diaz (@madflavor) \\u003Ca href=\\\"https://twitter.com/madflavor/status/1310550570164531206?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"Joey CoCo Diaz\", \"height\": 223, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/madflavor\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EIts Monday, you can be a man or you can act like an employee of Spotify........how soft have we become?\\u003C/p\\u003E\\u0026mdash; Joey CoCo Diaz (@madflavor) \\u003Ca href=\\\"https://twitter.com/madflavor/status/1310550570164531206?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/j1arjd\", \"height\": 223}, \"link_flair_text\": \"Link\", \"can_mod_post\": false, \"score\": 5973, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/LjKDZBmy0W_ZP7cT0E1IZ5ZNtsFLkPsp5Q4JdCNwwc8.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601323621.0, \"link_flair_type\": \"richtext\", \"wls\": 0, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"twitter.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://twitter.com/madflavor/status/1310550570164531206?s=21\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/X8Omh8c_7_TjZ-IYw21gEGiP7AsX_FTiFMW6xkaVNIo.jpg?auto=webp\\u0026s=9c8621f37d89b3a82ed9b59feb684ee5a9fe0c90\", \"width\": 140, \"height\": 140}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/X8Omh8c_7_TjZ-IYw21gEGiP7AsX_FTiFMW6xkaVNIo.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=93a3f998ae4f85dc5397945e22d4d65635822c8c\", \"width\": 108, \"height\": 108}], \"variants\": {}, \"id\": \"DpmjGdFAzVWMAuJM1rUBiHYO-5IF1lkNI4hJg6PjHxY\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_75f9bc56-eba3-4988-a1af-aec974404a0b\", \"penny_donate\": 0, \"award_sub_type\": \"GROUP\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": {\"0\": {\"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"awardings_required\": 0, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"width\": 512, \"format\": \"PNG\", \"height\": 512}}, \"25\": {\"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_128.png\", \"width\": 128, \"height\": 128}], \"awardings_required\": 25, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2ccd994559b3b8591c5bd21fa15907d15d61227d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=64e9b9677082a4a10f55bb2d38c2fcc7c8e1d3b8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0ead5f0f7e0e98f148a5f2221a47a814e6c78219\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bb662b56b88429a2e423988002daa5de02fb2859\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d84ac9acf50c78197da081f4d70f76d18b8d81b5\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_512.png\", \"width\": 512, \"format\": \"APNG\", \"height\": 512}}, \"10\": {\"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_128.png\", \"width\": 128, \"height\": 128}], \"awardings_required\": 10, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c3f8858599a67e2d58bb0822d0dee9f655f11df0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=dcaf9beed77cb167896f01a60de5b282302bf269\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=09d73c72eb726a9eea9dc663f6355337cb38954f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b24a418d5f8a95f9be7c6041428f7c2084391a71\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fdbc46f299a3386f8f52b2bff2290a50e323f252\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_512.png\", \"width\": 512, \"format\": \"APNG\", \"height\": 512}}, \"5\": {\"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9eaa27fdab300271f08789a98da2d5037adcdd12\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c548c76c14705b96ea23f3efaa13dd28f6bac755\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2c245ce35d7b6764caec6180c0ba115b194860f8\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=12842e1b0ae1050961ee884b7056ab25ff0a0007\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fa157eccaf7ea2cfa53bd14607065f485c0eb851\", \"width\": 128, \"height\": 128}], \"awardings_required\": 5, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9eaa27fdab300271f08789a98da2d5037adcdd12\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c548c76c14705b96ea23f3efaa13dd28f6bac755\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2c245ce35d7b6764caec6180c0ba115b194860f8\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=12842e1b0ae1050961ee884b7056ab25ff0a0007\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fa157eccaf7ea2cfa53bd14607065f485c0eb851\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png\", \"width\": 512, \"format\": \"PNG\", \"height\": 512}}}, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": 5, \"description\": \"All aboard! Every 5 Awards gives the author 100 Coins and 1 week of Premium. Rack up the number of Awards and watch the Train level-up.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Super Medal Train\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_69c94eb4-d6a3-48e7-9cf2-0f39fed8b87c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Listen, get educated, and get involved.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Ally\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"9c5036e2-01bb-11eb-b6e9-0ed3aa1c55c7\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2s4tv\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#014980\", \"id\": \"j1arjd\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Yeezus_aint_jesus\", \"discussion_type\": null, \"num_comments\": 1285, \"send_replies\": true, \"whitelist_status\": \"no_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/JoeRogan/comments/j1arjd/joey_diaz_you_can_be_a_man_or_you_can_act_like_an/\", \"parent_whitelist_status\": \"no_ads\", \"stickied\": false, \"url\": \"https://twitter.com/madflavor/status/1310550570164531206?s=21\", \"subreddit_subscribers\": 616962, \"created_utc\": 1601294821.0, \"num_crossposts\": 1, \"media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/madflavor/status/1310550570164531206\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EIts Monday, you can be a man or you can act like an employee of Spotify........how soft have we become?\\u003C/p\\u003E\\u0026mdash; Joey CoCo Diaz (@madflavor) \\u003Ca href=\\\"https://twitter.com/madflavor/status/1310550570164531206?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"Joey CoCo Diaz\", \"height\": 223, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/madflavor\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Justrolledintotheshop\", \"selftext\": \"\", \"author_fullname\": \"t2_16ovub\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Customer kept adding air because the TPMS light would not turn off...\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Justrolledintotheshop\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1e8ji\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 15814, \"total_awards_received\": 8, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 15814, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Zk9-zOs4BqBIvcIgLOKF2uThYcVdcMKltM2BEzayVCM.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601336102.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/9lr6s2z7rwp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/9lr6s2z7rwp51.jpg?auto=webp\\u0026s=27b4b7454fe77909d5df7cbfd541aa3e0ffaf007\", \"width\": 3024, \"height\": 4032}, \"resolutions\": [{\"url\": \"https://preview.redd.it/9lr6s2z7rwp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=76e8795b81bdd1c6782860f241a04cb04417b97f\", \"width\": 108, \"height\": 144}, {\"url\": \"https://preview.redd.it/9lr6s2z7rwp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=a1c59e4e1d649171e1a11b899b19ea4d18dd9f15\", \"width\": 216, \"height\": 288}, {\"url\": \"https://preview.redd.it/9lr6s2z7rwp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=a09bea2f46b99b2ef5a9b1402a4e2a48f2f6787a\", \"width\": 320, \"height\": 426}, {\"url\": \"https://preview.redd.it/9lr6s2z7rwp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=889b09af1e5f02e11317a80ff54d4295949e9e31\", \"width\": 640, \"height\": 853}, {\"url\": \"https://preview.redd.it/9lr6s2z7rwp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=901f33b4f647317e7eb34218e6c47185f97eed3f\", \"width\": 960, \"height\": 1280}, {\"url\": \"https://preview.redd.it/9lr6s2z7rwp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=aeb788fbcd0919d8583a1af1505000f6a94a8735\", \"width\": 1080, \"height\": 1440}], \"variants\": {}, \"id\": \"2ri_rm2k5c81wyQvtYJH5e5jznXuPcINzxOzl9bkD58\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2tteh\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1e8ji\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Vaultboy4111\", \"discussion_type\": null, \"num_comments\": 1250, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Justrolledintotheshop/comments/j1e8ji/customer_kept_adding_air_because_the_tpms_light/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/9lr6s2z7rwp51.jpg\", \"subreddit_subscribers\": 1034755, \"created_utc\": 1601307302.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"CasualUK\", \"selftext\": \"\", \"author_fullname\": \"t2_3bnp91qb\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"That things first match will always be a treasured memory.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/CasualUK\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1gz3m\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 22204, \"total_awards_received\": 44, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 22204, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/yli16U9CyqceAD0CpJ-FwmENxYlW7rXpVRY-G3pGGS0.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601344383.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/fpyeu24ufxp51.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/fpyeu24ufxp51.png?auto=webp\\u0026s=ed2f29573ddb183937a23ae251f7b3490d254253\", \"width\": 527, \"height\": 800}, \"resolutions\": [{\"url\": \"https://preview.redd.it/fpyeu24ufxp51.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=42bc1195a95351a125dd3519b3e6587507a167ac\", \"width\": 108, \"height\": 163}, {\"url\": \"https://preview.redd.it/fpyeu24ufxp51.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=8cabb39121645dcc2b3e51c3f00b49bf7fb71d1c\", \"width\": 216, \"height\": 327}, {\"url\": \"https://preview.redd.it/fpyeu24ufxp51.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=2b31bd5e52b497946df58515278b86ab59fb04eb\", \"width\": 320, \"height\": 485}], \"variants\": {}, \"id\": \"QA6ESAPBb0mzzVfUQLGUwmInNAxxSHadLqae8_kOIvI\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 325, \"id\": \"award_9f928aff-c9f5-4e7e-aa91-8619dce60f1c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When laughter meets percussion\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Table Slap\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=994f9f96e2d6f58953ea691c6ada1cb71915afef\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=fc707b848214f4d6f5ce5ba15ba152f258c8ee5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4928f25293343f16a3878caf267c784276527e3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=77f3d1e6b823a6680ce5941940286b9c9d6c63fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f6f2dabda59c3ce60853beb53575cd1a71723e5d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_7becef23-fb0b-4d62-b8a6-01d5759367cb\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When goodness lifts you\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3j2jr\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1gz3m\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Murderhands\", \"discussion_type\": null, \"num_comments\": 1044, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/CasualUK/comments/j1gz3m/that_things_first_match_will_always_be_a/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/fpyeu24ufxp51.png\", \"subreddit_subscribers\": 613255, \"created_utc\": 1601315583.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"awfuleverything\", \"selftext\": \"\", \"author_fullname\": \"t2_21g4w0aj\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Only twats mess with the homeless\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/awfuleverything\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ckdx\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 45904, \"total_awards_received\": 17, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 45904, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/V1L4LX0HS9YAuaYC8bydaNIZPKTKzf8RIy4z-uSwzk8.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601330596.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/hxzzigyuawp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/hxzzigyuawp51.jpg?auto=webp\\u0026s=642ece32200b68bed26b932e68c766c49f8642d7\", \"width\": 708, \"height\": 960}, \"resolutions\": [{\"url\": \"https://preview.redd.it/hxzzigyuawp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=b7d9ad41bb0e7c706a6cc55b638c6fcea8e6ef5b\", \"width\": 108, \"height\": 146}, {\"url\": \"https://preview.redd.it/hxzzigyuawp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=6f308d89a2bd5c3fd6bb7f156f4cbdbe71eae46d\", \"width\": 216, \"height\": 292}, {\"url\": \"https://preview.redd.it/hxzzigyuawp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=77838c85f478d6c4be2c0436d3c5e96ae819b253\", \"width\": 320, \"height\": 433}, {\"url\": \"https://preview.redd.it/hxzzigyuawp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=459062ce3df3cb11540b7032f8c7923f2193a17f\", \"width\": 640, \"height\": 867}], \"variants\": {}, \"id\": \"8oId_p1uqh3ebUVSPKUmW2EJQ3UpYBJgu7i9GK5W7QI\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_b1b44fa1-8179-4d84-a9ed-f25bb81f1c5f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d06b7de23ce8b8ea0f3e7cfd15033ac4893b72f0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9c08ea897b5caa9a70e315e13df5b4a3ba33246e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=3971718e2c95e4869756cbdbe9e996719ed2dcc2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=37daf6131baa13b786daeb564ef67963874bdce0\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=696adda035a7fd96e7688edeea93ad1b16d4ab1a\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"*Lowers face into palm*\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Facepalm\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d06b7de23ce8b8ea0f3e7cfd15033ac4893b72f0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9c08ea897b5caa9a70e315e13df5b4a3ba33246e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=3971718e2c95e4869756cbdbe9e996719ed2dcc2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=37daf6131baa13b786daeb564ef67963874bdce0\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=696adda035a7fd96e7688edeea93ad1b16d4ab1a\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_346d4\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ckdx\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"lovesdemise\", \"discussion_type\": null, \"num_comments\": 1259, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/awfuleverything/comments/j1ckdx/only_twats_mess_with_the_homeless/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/hxzzigyuawp51.jpg\", \"subreddit_subscribers\": 1024150, \"created_utc\": 1601301796.0, \"num_crossposts\": 9, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"WatchPeopleDieInside\", \"selftext\": \"\", \"author_fullname\": \"t2_8ankogs\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Husky gets hit : (\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/WatchPeopleDieInside\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1gu1q\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 48186, \"total_awards_received\": 112, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/41brqx6mexp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 576, \"scrubber_media_url\": \"https://v.redd.it/41brqx6mexp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/41brqx6mexp51/DASHPlaylist.mpd?a=1603931458%2CMjIyNGZiNjY1MDRkMmQ3NTY2NmE2N2I1NjNiNzI4NTE4YTg0Zjc3Y2JhMTgyYzdkMjI3ZTZiZGI5ZjFmNzU5NA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 10, \"hls_url\": \"https://v.redd.it/41brqx6mexp51/HLSPlaylist.m3u8?a=1603931458%2CYThlNTQ0MDgyZDRlMzE5MTY2OTliZmYxMmQxODdlZjJhZTcyYTUxYTMyYjYwM2U3Nzk2MmFhMDU2NzYyYzQ5MQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 48186, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/xvVB7bWJLezAZKY94xpc_6n9J8P4wOlGuC9SquiVx_4.jpg\", \"author_cakeday\": true, \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601343977.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/41brqx6mexp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/vUEomH2--Zdv8cpZRMPkHV4Urgei0lHoZz_U3tBl8Wo.png?format=pjpg\\u0026auto=webp\\u0026s=5e7805fdef92356e07ae47b5ef1a707779ae3997\", \"width\": 640, \"height\": 800}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/vUEomH2--Zdv8cpZRMPkHV4Urgei0lHoZz_U3tBl8Wo.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=586890e4d000af93b0144cf629542d6895157205\", \"width\": 108, \"height\": 135}, {\"url\": \"https://external-preview.redd.it/vUEomH2--Zdv8cpZRMPkHV4Urgei0lHoZz_U3tBl8Wo.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=c1984ff8b35a51623c862bd8beca37d850a0ddd4\", \"width\": 216, \"height\": 270}, {\"url\": \"https://external-preview.redd.it/vUEomH2--Zdv8cpZRMPkHV4Urgei0lHoZz_U3tBl8Wo.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=56f3c0de4f91a2d8411860a9b927fa75b55c09c5\", \"width\": 320, \"height\": 400}, {\"url\": \"https://external-preview.redd.it/vUEomH2--Zdv8cpZRMPkHV4Urgei0lHoZz_U3tBl8Wo.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=433cddde43c0132b25412baa0dfc8562e7425006\", \"width\": 640, \"height\": 800}], \"variants\": {}, \"id\": \"sSm28XgziudbZ9zD-iWwGWM2mtxOydAuBK_qTCIpkiM\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 15, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 200, \"id\": \"award_b28d9565-4137-433d-bb65-5d4aa82ade4c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3f6534cdb236717698fb32fdac05a0cb8a9d9b80\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=90affa57f358a1bcfb77226ef3ae13e5ae909cd1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8edd0f4ef9ade0afbf0432c8e94a7dcd3cd1ccf2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=07c9216b7e1e2c6949431e7fe7a552bb4684201b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=36a96b04aad18511ecdaf474e4edf7271bad6b07\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Call an ambulance, I'm laughing too hard.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"I'm Deceased\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3f6534cdb236717698fb32fdac05a0cb8a9d9b80\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=90affa57f358a1bcfb77226ef3ae13e5ae909cd1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8edd0f4ef9ade0afbf0432c8e94a7dcd3cd1ccf2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=07c9216b7e1e2c6949431e7fe7a552bb4684201b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=36a96b04aad18511ecdaf474e4edf7271bad6b07\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 16, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 25, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 13, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 28, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3h4zq\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1gu1q\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Maocry\", \"discussion_type\": null, \"num_comments\": 744, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/WatchPeopleDieInside/comments/j1gu1q/husky_gets_hit/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/41brqx6mexp51\", \"subreddit_subscribers\": 2911950, \"created_utc\": 1601315177.0, \"num_crossposts\": 23, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/41brqx6mexp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 576, \"scrubber_media_url\": \"https://v.redd.it/41brqx6mexp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/41brqx6mexp51/DASHPlaylist.mpd?a=1603931458%2CMjIyNGZiNjY1MDRkMmQ3NTY2NmE2N2I1NjNiNzI4NTE4YTg0Zjc3Y2JhMTgyYzdkMjI3ZTZiZGI5ZjFmNzU5NA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 10, \"hls_url\": \"https://v.redd.it/41brqx6mexp51/HLSPlaylist.m3u8?a=1603931458%2CYThlNTQ0MDgyZDRlMzE5MTY2OTliZmYxMmQxODdlZjJhZTcyYTUxYTMyYjYwM2U3Nzk2MmFhMDU2NzYyYzQ5MQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"mildlyinteresting\", \"selftext\": \"\", \"author_fullname\": \"t2_lep6d\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"A lizard fell from the ceiling and left this dusty imprint on my wireless charger.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/mildlyinteresting\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": \"INACTIVE\", \"hide_score\": false, \"name\": \"t3_j1b3to\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 84726, \"total_awards_received\": 127, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": true, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 84726, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/wY6GPJHPXQc4jV-F8L8-EqI7PYy_45tE040v7NRQK2g.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601325103.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/ccvphz6buvp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/ccvphz6buvp51.jpg?auto=webp\\u0026s=ad505e3caf4f86646332f857feddb4907153460e\", \"width\": 2268, \"height\": 4032}, \"resolutions\": [{\"url\": \"https://preview.redd.it/ccvphz6buvp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=be47df7b8f18f8a487a0c49e4526dab4c432e06b\", \"width\": 108, \"height\": 192}, {\"url\": \"https://preview.redd.it/ccvphz6buvp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=c84a0d54ac46f2672fe4b8b99f44cf8d21a2918b\", \"width\": 216, \"height\": 384}, {\"url\": \"https://preview.redd.it/ccvphz6buvp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=216ac7bc128ca27e883b47dd0bb8c67f19d50775\", \"width\": 320, \"height\": 568}, {\"url\": \"https://preview.redd.it/ccvphz6buvp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=db90b16c8149b9cba6edee259c00b1da95d8d37e\", \"width\": 640, \"height\": 1137}, {\"url\": \"https://preview.redd.it/ccvphz6buvp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=5caea93aac9b90489d15e492da1f736e6b6a01e1\", \"width\": 960, \"height\": 1706}, {\"url\": \"https://preview.redd.it/ccvphz6buvp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=c8959d368ff1cde78fdc3b6921b12f085131efff\", \"width\": 1080, \"height\": 1920}], \"variants\": {}, \"id\": \"99lUn50YwOp81enSOJoZcqcInVxoVH4kJ0Lev7zkto8\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 22, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 26, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 27, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 17, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 23, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_99d95969-6100-45b2-b00c-0ec45ae19596\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=ff94d9e3eb38878a038b2568c06b58e809d7f0f5\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2dcdf8ac6a205b6e93b0fb31012044b66f3f4186\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=3d8d317fd0e68c3f2696425efb7a5bc85b6f7603\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=a54e710bdf1bc88eb1bb2da67d1ecf813f1707be\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=b564b07d31245f583542d97aa99f58e9dadaed2f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A smol, delicate danger noodle.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Snek\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=ff94d9e3eb38878a038b2568c06b58e809d7f0f5\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2dcdf8ac6a205b6e93b0fb31012044b66f3f4186\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=3d8d317fd0e68c3f2696425efb7a5bc85b6f7603\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=a54e710bdf1bc88eb1bb2da67d1ecf813f1707be\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=b564b07d31245f583542d97aa99f58e9dadaed2f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rc5iesz2z8t41_Snek.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2ti4h\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1b3to\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Njvdwesth\", \"discussion_type\": null, \"num_comments\": 1341, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/mildlyinteresting/comments/j1b3to/a_lizard_fell_from_the_ceiling_and_left_this/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/ccvphz6buvp51.jpg\", \"subreddit_subscribers\": 18107259, \"created_utc\": 1601296303.0, \"num_crossposts\": 9, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Eyebleach\", \"selftext\": \"\", \"author_fullname\": \"t2_t8094\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Purrranosaurus Rex\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Eyebleach\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1i6kn\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 16101, \"total_awards_received\": 51, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"/r/all\", \"can_mod_post\": false, \"score\": 16101, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/xZZ6vdhgmns3t6h_4rMwx6AadwyFJqV5qvlmHXIjqIs.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1, \"gid_2\": 1}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601347888.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.imgur.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.imgur.com/t3n8jlF.gifv\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/dFHzkD-K3rx_JmV7vO8vgjzecQSSewI6vVudqVoL6y8.jpg?auto=webp\\u0026s=61c2094b8a0d7d199fdc3d1b791d4cd2607ffc98\", \"width\": 576, \"height\": 720}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/dFHzkD-K3rx_JmV7vO8vgjzecQSSewI6vVudqVoL6y8.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=bf12a366a368eef2eb7db31aa22fec6e0de75aca\", \"width\": 108, \"height\": 135}, {\"url\": \"https://external-preview.redd.it/dFHzkD-K3rx_JmV7vO8vgjzecQSSewI6vVudqVoL6y8.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=2335308c4dbadcd6171eed9da94b663045001019\", \"width\": 216, \"height\": 270}, {\"url\": \"https://external-preview.redd.it/dFHzkD-K3rx_JmV7vO8vgjzecQSSewI6vVudqVoL6y8.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=0d2d89b8ae8ab29913a17f3ff5c089a969dcbe86\", \"width\": 320, \"height\": 400}], \"variants\": {}, \"id\": \"nX1deUbwGW67utSyDgCbWyYrJQniUTFhoGcRQfegtfM\"}], \"reddit_video_preview\": {\"fallback_url\": \"https://v.redd.it/36sdo35aqxp51/DASH_720.mp4\", \"height\": 720, \"width\": 576, \"scrubber_media_url\": \"https://v.redd.it/36sdo35aqxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/36sdo35aqxp51/DASHPlaylist.mpd\", \"duration\": 17, \"hls_url\": \"https://v.redd.it/36sdo35aqxp51/HLSPlaylist.m3u8\", \"is_gif\": true, \"transcoding_status\": \"completed\"}, \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_19860e30-3331-4bac-b3d1-bd28de0c7974\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I needed this today\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Heartwarming\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2s427\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1i6kn\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"cyan1618\", \"discussion_type\": null, \"num_comments\": 167, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Eyebleach/comments/j1i6kn/purrranosaurus_rex/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/t3n8jlF.gifv\", \"subreddit_subscribers\": 2241315, \"created_utc\": 1601319088.0, \"num_crossposts\": 9, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"memes\", \"selftext\": \"\", \"author_fullname\": \"t2_63kqt0be\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"what was this movie\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/memes\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": \"INACTIVE\", \"hide_score\": false, \"name\": \"t3_j1h777\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 89367, \"total_awards_received\": 328, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 89367, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/KO1NbT9jYjtHRAUfwS2JyJFLIF0tem0ioiRq6zm5WBY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 2}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601345033.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/j5haueashxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/j5haueashxp51.jpg?auto=webp\\u0026s=0ef37e1e4aa84471d742b37368772f9b566d50b1\", \"width\": 1076, \"height\": 1112}, \"resolutions\": [{\"url\": \"https://preview.redd.it/j5haueashxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=0f3e4a5127918e36099a82d7970d028099dade9c\", \"width\": 108, \"height\": 111}, {\"url\": \"https://preview.redd.it/j5haueashxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=13d67271edddcb0e93ab80d4400c01e88c124151\", \"width\": 216, \"height\": 223}, {\"url\": \"https://preview.redd.it/j5haueashxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=f34daf5af89d7c14fef80dafddb3294d4bdef342\", \"width\": 320, \"height\": 330}, {\"url\": \"https://preview.redd.it/j5haueashxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=c233519af8d59d4aac6e44e12c94d5f643224c88\", \"width\": 640, \"height\": 661}, {\"url\": \"https://preview.redd.it/j5haueashxp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=10a71b1d9c60496ba64f2416a84a0f527fb80f18\", \"width\": 960, \"height\": 992}], \"variants\": {}, \"id\": \"37OEmj-a7c4jtohZiPfj7kcu2imH0NCK-mrj0Iczj6E\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 400, \"id\": \"award_5b39e8fd-7a58-4cbe-8ca0-bdedd5ed1f5a\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Sometimes you just got to dance with the doots.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Doot \\ud83c\\udfb5 Doot\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=790a066f2bd24add161dca86c7c1fbbebf87a605\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=de906d7cfdc09762efc46150f56a394c0306e4ed\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=029f4975f1becca00c76f68ad420788ddcec63b0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=365d0d7e3d5cd1a14ad9ec5e984a8b34d3403dbc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f6b482b790f34037b1a2e6676dcb506693857ec5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 60, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 66, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 47, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 50, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 58, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 44, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qjpg\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1h777\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"atastelesspleb\", \"discussion_type\": null, \"num_comments\": 399, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/memes/comments/j1h777/what_was_this_movie/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/j5haueashxp51.jpg\", \"subreddit_subscribers\": 12765177, \"created_utc\": 1601316233.0, \"num_crossposts\": 4, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"gaming\", \"selftext\": \"\", \"author_fullname\": \"t2_6x6bg3d2\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Iq level 1000\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/gaming\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 119, \"top_awarded_type\": \"INACTIVE\", \"hide_score\": false, \"name\": \"t3_j1ezi6\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.88, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 86041, \"total_awards_received\": 178, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 86041, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/9MLy5yTBAIyATp49sQcaIOGCO1z4jOx5lTFov9pwHwc.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601338427.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/f59v6f35ywp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/f59v6f35ywp51.jpg?auto=webp\\u0026s=129f153491c5b9e8238b33454be556ece148223c\", \"width\": 982, \"height\": 840}, \"resolutions\": [{\"url\": \"https://preview.redd.it/f59v6f35ywp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=be07d676aaab8fe3030bf058730d596429bc07ee\", \"width\": 108, \"height\": 92}, {\"url\": \"https://preview.redd.it/f59v6f35ywp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=8d1e51f5f4252c9c35bea52d07df01399ae22f5c\", \"width\": 216, \"height\": 184}, {\"url\": \"https://preview.redd.it/f59v6f35ywp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=2a65b1d67c92a7191143642874c2e5341f616c12\", \"width\": 320, \"height\": 273}, {\"url\": \"https://preview.redd.it/f59v6f35ywp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=ffc892e0fb7a113b96c22f759f306e4e8393e569\", \"width\": 640, \"height\": 547}, {\"url\": \"https://preview.redd.it/f59v6f35ywp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=631c7bef1d805e192199cc0663769c670d9ec462\", \"width\": 960, \"height\": 821}], \"variants\": {}, \"id\": \"q7DuD2i29N-uUf9p67TICq5ZpJCmuVMN91I3X9Rdryw\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 400, \"id\": \"award_84276b1e-cc8f-484f-a19c-be6c09adc1a5\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"An amazing showing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=647cccf78702582f30d23908180da092b135cffe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 42, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 30, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 37, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 26, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 22, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 20, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh03\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ezi6\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"neybel\", \"discussion_type\": null, \"num_comments\": 1172, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/gaming/comments/j1ezi6/iq_level_1000/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/f59v6f35ywp51.jpg\", \"subreddit_subscribers\": 28068882, \"created_utc\": 1601309627.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"gatekeeping\", \"selftext\": \"\", \"author_fullname\": \"t2_39pkq725\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Gatekeeping parenthood !\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/gatekeeping\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 126, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1b3u5\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 41829, \"total_awards_received\": 8, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 41829, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/VcgmXWj_5k_DsJ3Wx_2xwesYN7CeuqKSHXv3ohvWBSg.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601325105.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/0du5jcgduvp51.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/0du5jcgduvp51.png?auto=webp\\u0026s=730800dd329ec4036bb5343364f2149ad82217b0\", \"width\": 534, \"height\": 484}, \"resolutions\": [{\"url\": \"https://preview.redd.it/0du5jcgduvp51.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=005d8409253dee3aa1182af5bfa4a03796e5d4e3\", \"width\": 108, \"height\": 97}, {\"url\": \"https://preview.redd.it/0du5jcgduvp51.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=6a644e7614d6aaa86f2665ddc743448b89ae74d0\", \"width\": 216, \"height\": 195}, {\"url\": \"https://preview.redd.it/0du5jcgduvp51.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=9c9a457f7e426b9b3bb0d1e6086eb00b970b8022\", \"width\": 320, \"height\": 290}], \"variants\": {}, \"id\": \"RkISECGyw3-t__C2eIt2n5-QjceNVvioh7JTcUkFYbU\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3fkyp\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1b3u5\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"OkLetterhead9\", \"discussion_type\": null, \"num_comments\": 1135, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/gatekeeping/comments/j1b3u5/gatekeeping_parenthood/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/0du5jcgduvp51.png\", \"subreddit_subscribers\": 777929, \"created_utc\": 1601296305.0, \"num_crossposts\": 6, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TwoXChromosomes\", \"selftext\": \"\", \"author_fullname\": \"t2_cjyon\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"It is EXTREMELY likely that the new supreme court will overturn federal abortion rights. What does that mean? It means that you need to pay as much attention to LOCAL races as you do to federal races. Your state rep. \\u0026 state senator will be deciding whether your rights are protected in your state.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/TwoXChromosomes\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"allstatus\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ct21\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.84, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 26180, \"total_awards_received\": 9, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"/r/all\", \"can_mod_post\": false, \"score\": 26180, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": \"user-purple\", \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601331416.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"openstates.org\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://openstates.org/\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/NRycc3n6Z3EnKMgyhsB1N6L-TQ2STHHojF0m9E7A3U0.jpg?auto=webp\\u0026s=d0455eb924af68c3237300824fda5c5afd8bb801\", \"width\": 500, \"height\": 500}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/NRycc3n6Z3EnKMgyhsB1N6L-TQ2STHHojF0m9E7A3U0.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=748825f169e1a372d729e8befc978bf78f1dbe50\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/NRycc3n6Z3EnKMgyhsB1N6L-TQ2STHHojF0m9E7A3U0.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=0435e05607eed83775419fe040fb3daf6f749534\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/NRycc3n6Z3EnKMgyhsB1N6L-TQ2STHHojF0m9E7A3U0.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=777ae25ca7ee4ba32daf4d0e8202b43b87a57c6a\", \"width\": 320, \"height\": 320}], \"variants\": {}, \"id\": \"jlKmcv4Pw9wJHM4RX8MbQsMyTDpGldOfYZeTGf2n82g\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"All Hail Notorious RBG\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r2jt\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ct21\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"relevantlife\", \"discussion_type\": null, \"num_comments\": 1085, \"send_replies\": false, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/TwoXChromosomes/comments/j1ct21/it_is_extremely_likely_that_the_new_supreme_court/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://openstates.org/\", \"subreddit_subscribers\": 12885201, \"created_utc\": 1601302616.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"AskMen\", \"selftext\": \"\", \"author_fullname\": \"t2_94manb\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Men of Reddit, seriously, how do you (spoon) hug your significant other the whole night without your hand getting numb after 5 minutes?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/AskMen\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j190an\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 8910, \"total_awards_received\": 22, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 8910, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601314777.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.AskMen\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_19860e30-3331-4bac-b3d1-bd28de0c7974\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I needed this today\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Heartwarming\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2s30g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j190an\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"SassyScript\", \"discussion_type\": null, \"num_comments\": 1148, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/AskMen/comments/j190an/men_of_reddit_seriously_how_do_you_spoon_hug_your/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/AskMen/comments/j190an/men_of_reddit_seriously_how_do_you_spoon_hug_your/\", \"subreddit_subscribers\": 2189452, \"created_utc\": 1601285977.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"chloe\", \"selftext\": \"\", \"author_fullname\": \"t2_816cd\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Chloe #197\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/chloe\", \"collections\": [{\"permalink\": \"https://www.reddit.com/r/chloe/collection/13fd202a-2397-44f2-886b-9ceae7ee9af4\", \"link_ids\": [\"t3_hek8le\", \"t3_hf768g\", \"t3_hfruxw\", \"t3_hgdf7s\", \"t3_hgysbq\", \"t3_hhjl7p\", \"t3_hi6q7k\", \"t3_hitte0\", \"t3_hjgkjq\", \"t3_hk2v4m\", \"t3_hkp5i4\", \"t3_hl8trj\", \"t3_hlrx5u\", \"t3_hmeg7g\", \"t3_hn17h5\", \"t3_hnmjtg\", \"t3_ho9eff\", \"t3_hovj05\", \"t3_hpfkti\", \"t3_hpzrag\", \"t3_hqm40m\", \"t3_hr7tk3\", \"t3_hruu83\", \"t3_hsgpjs\", \"t3_ht2xem\", \"t3_htmpye\", \"t3_hu668u\", \"t3_hus8os\", \"t3_hveo2c\", \"t3_hw0ip3\", \"t3_hwmls3\", \"t3_hx8qcn\", \"t3_hxsygh\", \"t3_hydbot\", \"t3_hyz51i\", \"t3_hzlnrb\", \"t3_i072cy\", \"t3_i0s7hg\", \"t3_i1dtrm\", \"t3_i1zs16\", \"t3_i2itzg\", \"t3_i33piy\", \"t3_i3re59\", \"t3_i4cr5s\", \"t3_i4yoht\", \"t3_i5kdll\", \"t3_i65zpl\", \"t3_i6q4tx\", \"t3_i7cgyv\", \"t3_i7yamc\", \"t3_i8k3qq\", \"t3_i97qjr\", \"t3_i9t5v1\", \"t3_iah3cn\", \"t3_iaxrgu\", \"t3_ibjzbw\", \"t3_ic6erb\", \"t3_ictdh2\", \"t3_idgzfy\", \"t3_ie8ctj\", \"t3_ieqpyw\", \"t3_if8z7s\", \"t3_ify0m9\", \"t3_igi1iu\", \"t3_ih3d3t\", \"t3_ihqmrp\", \"t3_iicoqs\", \"t3_iixkjo\", \"t3_iji1o0\", \"t3_ik3d7n\", \"t3_ikppmt\", \"t3_ilcg2f\", \"t3_ilzglo\", \"t3_iml1ke\", \"t3_in6kp2\", \"t3_inrimo\", \"t3_iod7aw\", \"t3_ioz5yt\", \"t3_ipoedd\", \"t3_iq9afe\", \"t3_iqwjqb\", \"t3_irkz14\", \"t3_is3xcu\", \"t3_ispbct\", \"t3_itcn4n\", \"t3_iu1vyv\", \"t3_iuq1hj\", \"t3_ivc1bv\", \"t3_ivyfsp\", \"t3_iwkd1g\", \"t3_ix6ce8\", \"t3_ixt2fz\", \"t3_iyfmgo\", \"t3_iz2pch\", \"t3_izpfok\", \"t3_j0c9xw\", \"t3_j0x2u4\", \"t3_j1j2v7\"], \"description\": \"\", \"title\": \"Season 2\", \"created_at_utc\": 1592937520.068, \"subreddit_id\": \"t5_2qpoa\", \"author_name\": \"SrGrafo\", \"collection_id\": \"13fd202a-2397-44f2-886b-9ceae7ee9af4\", \"author_id\": \"t2_816cd\", \"last_update_utc\": 1601321715.758, \"display_layout\": \"GALLERY\"}], \"hidden\": false, \"pwls\": 0, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1j2v7\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.89, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 8476, \"total_awards_received\": 52, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": true, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"by SrGrafo\", \"can_mod_post\": false, \"score\": 8476, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"nsfw\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601350515.0, \"link_flair_type\": \"text\", \"wls\": 0, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/lttawo61yxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": true, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?auto=webp\\u0026s=81e78957ea102b59a7be9c001cc663b888ed8ffc\", \"width\": 800, \"height\": 800}, \"resolutions\": [{\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=e993fb543e2da29cdbc82cb2f083d0e00ad6fc0f\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=8e6dc95e2c2b0b053137ef701c4f206aadcc63ad\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=64d1e1be6fa9f2a765e47e5a7d2554f73c725bbb\", \"width\": 320, \"height\": 320}, {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=128fb077431b66aa6107395c7eba9f7ab9f2650b\", \"width\": 640, \"height\": 640}], \"variants\": {\"obfuscated\": {\"source\": {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=a39a9e4ed25009062510ffed4812a7f1835be95d\", \"width\": 800, \"height\": 800}, \"resolutions\": [{\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=108\\u0026crop=smart\\u0026blur=10\\u0026format=pjpg\\u0026auto=webp\\u0026s=77b969cc7dc1fbfbfc86dbd66298493653d7e06e\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=216\\u0026crop=smart\\u0026blur=21\\u0026format=pjpg\\u0026auto=webp\\u0026s=b816702cb168d9b7dadc5f474880a9d155705265\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=320\\u0026crop=smart\\u0026blur=32\\u0026format=pjpg\\u0026auto=webp\\u0026s=1c2644f2cf911133706198bd96827f9a9dafab31\", \"width\": 320, \"height\": 320}, {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=640\\u0026crop=smart\\u0026blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=891409566ec5eeba1f71b011b739c204a3aad439\", \"width\": 640, \"height\": 640}]}, \"nsfw\": {\"source\": {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=a39a9e4ed25009062510ffed4812a7f1835be95d\", \"width\": 800, \"height\": 800}, \"resolutions\": [{\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=108\\u0026crop=smart\\u0026blur=10\\u0026format=pjpg\\u0026auto=webp\\u0026s=77b969cc7dc1fbfbfc86dbd66298493653d7e06e\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=216\\u0026crop=smart\\u0026blur=21\\u0026format=pjpg\\u0026auto=webp\\u0026s=b816702cb168d9b7dadc5f474880a9d155705265\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=320\\u0026crop=smart\\u0026blur=32\\u0026format=pjpg\\u0026auto=webp\\u0026s=1c2644f2cf911133706198bd96827f9a9dafab31\", \"width\": 320, \"height\": 320}, {\"url\": \"https://preview.redd.it/lttawo61yxp51.jpg?width=640\\u0026crop=smart\\u0026blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=891409566ec5eeba1f71b011b739c204a3aad439\", \"width\": 640, \"height\": 640}]}}, \"id\": \"KkeRqmSe1ciQmHLw10He01KMQC_Go8wX0rGMCkJ1uTg\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 200, \"id\": \"award_d125d124-5c03-490d-af3d-d07c462003da\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3bdbd7660aa0164072a243b6df9100da769e8278\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=30aa8ad7b30c73defb1b1b49dc055f42c8c39fcc\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a5109b271dbe4f27927ee8bac7f23d1962a44936\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6d6ca632d8c63e6d4e41ff8dbe4600528a4445b2\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1f2ed12b4e132e68d553c702d6639a3dc065821c\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"To the MOON.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Stonks Rising\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3bdbd7660aa0164072a243b6df9100da769e8278\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=30aa8ad7b30c73defb1b1b49dc055f42c8c39fcc\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a5109b271dbe4f27927ee8bac7f23d1962a44936\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6d6ca632d8c63e6d4e41ff8dbe4600528a4445b2\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1f2ed12b4e132e68d553c702d6639a3dc065821c\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"993e3a2e-001f-11ea-bdbf-0e13b9f13150\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": \"moderator\", \"subreddit_id\": \"t5_2qpoa\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#dadada\", \"id\": \"j1j2v7\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"SrGrafo\", \"discussion_type\": null, \"num_comments\": 287, \"send_replies\": true, \"whitelist_status\": \"no_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/chloe/comments/j1j2v7/chloe_197/\", \"parent_whitelist_status\": \"no_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/lttawo61yxp51.jpg\", \"subreddit_subscribers\": 119063, \"created_utc\": 1601321715.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"science\", \"selftext\": \"\", \"author_fullname\": \"t2_guf36\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"During the 2016 election cycle, politically polarizing tweets by Russian trolls about vaccination included pro- and anti-vaccination messages targeted at people with specific political inclinations by trolls using an assortment of fake persona types.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/science\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"psych\", \"downs\": 0, \"thumbnail_height\": 55, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1an3j\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.89, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 29716, \"total_awards_received\": 23, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Psychology\", \"can_mod_post\": false, \"score\": 29716, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/clvaLQdDK2FUDuxICl-7CmKtIqVTX7ETmMKKLoZzIEA.jpg\", \"edited\": false, \"author_flair_css_class\": \" reward1\", \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601323100.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"annenbergpublicpolicycenter.org\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.annenbergpublicpolicycenter.org/in-2016-russian-trolls-twitter-polarizing-vaccination-tweets/\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/agdMpYYoP8i1lkfoS5RFQJu8C9vwmA-T2w5TxLvwK0o.jpg?auto=webp\\u0026s=bb652fe6ad12ed4b7e8e3c2d05becb9b13569473\", \"width\": 3436, \"height\": 1374}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/agdMpYYoP8i1lkfoS5RFQJu8C9vwmA-T2w5TxLvwK0o.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=d271c5df64d1eca90b3e2eb3342dd4b0ab518f4a\", \"width\": 108, \"height\": 43}, {\"url\": \"https://external-preview.redd.it/agdMpYYoP8i1lkfoS5RFQJu8C9vwmA-T2w5TxLvwK0o.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=5453fa1b391382b548d39c14db53d3848899b48b\", \"width\": 216, \"height\": 86}, {\"url\": \"https://external-preview.redd.it/agdMpYYoP8i1lkfoS5RFQJu8C9vwmA-T2w5TxLvwK0o.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=86c119fda9e115fc21df6290cf4e774b307216b6\", \"width\": 320, \"height\": 127}, {\"url\": \"https://external-preview.redd.it/agdMpYYoP8i1lkfoS5RFQJu8C9vwmA-T2w5TxLvwK0o.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=d4fc180e5aeb96b8c2cfd73c00fda096369d325c\", \"width\": 640, \"height\": 255}, {\"url\": \"https://external-preview.redd.it/agdMpYYoP8i1lkfoS5RFQJu8C9vwmA-T2w5TxLvwK0o.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=0a1ef7b8280c20b767f37bb319a9e425dd048c70\", \"width\": 960, \"height\": 383}, {\"url\": \"https://external-preview.redd.it/agdMpYYoP8i1lkfoS5RFQJu8C9vwmA-T2w5TxLvwK0o.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=2d017618a0dca4d73c6a9e70cf65ebb428c4b01b\", \"width\": 1080, \"height\": 431}], \"variants\": {}, \"id\": \"BBhA1hz6pSZ_vPomc5M0fkOSA8ncjZTsGb6QuRM2it4\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"1745eca2-6806-11e5-b03e-122ab0778f8b\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_mouw\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#e4e481\", \"id\": \"j1an3j\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Wagamaga\", \"discussion_type\": null, \"num_comments\": 1080, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/science/comments/j1an3j/during_the_2016_election_cycle_politically/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.annenbergpublicpolicycenter.org/in-2016-russian-trolls-twitter-polarizing-vaccination-tweets/\", \"subreddit_subscribers\": 25189769, \"created_utc\": 1601294300.0, \"num_crossposts\": 11, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"AmongUs\", \"selftext\": \"\", \"author_fullname\": \"t2_4wt7z8l\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Don't go in electrical alone boys\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/AmongUs\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 91, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ge3l\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 44865, \"total_awards_received\": 174, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Fan art\", \"can_mod_post\": false, \"score\": 44865, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/2OjW3yirodmJdn9MGumV06-ywbaMh_7rPGk5vqlr_2M.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1, \"gid_3\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601342681.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/97niui5naxp51.gif\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/97niui5naxp51.gif?format=png8\\u0026s=e8900c78399793eff589e19a415d87a4f0f398d3\", \"width\": 600, \"height\": 394}, \"resolutions\": [{\"url\": \"https://preview.redd.it/97niui5naxp51.gif?width=108\\u0026crop=smart\\u0026format=png8\\u0026s=886ec8a2a39814a9f640c382389ab6368adedfcc\", \"width\": 108, \"height\": 70}, {\"url\": \"https://preview.redd.it/97niui5naxp51.gif?width=216\\u0026crop=smart\\u0026format=png8\\u0026s=26ace3cefa2c555c68905851cc9d613970e9295a\", \"width\": 216, \"height\": 141}, {\"url\": \"https://preview.redd.it/97niui5naxp51.gif?width=320\\u0026crop=smart\\u0026format=png8\\u0026s=e63e20e0a6950f7290eb2c51cb3253995ce53f7d\", \"width\": 320, \"height\": 210}], \"variants\": {\"gif\": {\"source\": {\"url\": \"https://preview.redd.it/97niui5naxp51.gif?s=5e3d90ec1956b62edb1ab1685604d1cc75da74c2\", \"width\": 600, \"height\": 394}, \"resolutions\": [{\"url\": \"https://preview.redd.it/97niui5naxp51.gif?width=108\\u0026crop=smart\\u0026s=ed05ac5b942f31e47fb22d62d0a0529d6506b5c5\", \"width\": 108, \"height\": 70}, {\"url\": \"https://preview.redd.it/97niui5naxp51.gif?width=216\\u0026crop=smart\\u0026s=92f1aa11050820b5a25982e754e71545692be1e2\", \"width\": 216, \"height\": 141}, {\"url\": \"https://preview.redd.it/97niui5naxp51.gif?width=320\\u0026crop=smart\\u0026s=83dc516ec37ba406c5639159736714f0d37ff9e2\", \"width\": 320, \"height\": 210}]}, \"mp4\": {\"source\": {\"url\": \"https://preview.redd.it/97niui5naxp51.gif?format=mp4\\u0026s=9c9d8440d098a63ffab79c09454b0b2f29a35964\", \"width\": 600, \"height\": 394}, \"resolutions\": [{\"url\": \"https://preview.redd.it/97niui5naxp51.gif?width=108\\u0026format=mp4\\u0026s=8dc39f3cdab402f4acc00041213617db67db4aa7\", \"width\": 108, \"height\": 70}, {\"url\": \"https://preview.redd.it/97niui5naxp51.gif?width=216\\u0026format=mp4\\u0026s=cdfd666819a68ea47ae95ebf1c437f341d53eaa1\", \"width\": 216, \"height\": 141}, {\"url\": \"https://preview.redd.it/97niui5naxp51.gif?width=320\\u0026format=mp4\\u0026s=a92698c38e6df39a9af35000ad7ce8e4620f20e6\", \"width\": 320, \"height\": 210}]}}, \"id\": \"J3U_Gni_Dwnnh6j3J2rFzDLv9jwMP9xXSkrz5HBSlYo\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 20, \"id\": \"award_abb865cf-620b-4219-8777-3658cf9091fb\", \"penny_donate\": 0, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Can't stop seeing stars\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Starstruck\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=800ea0775a3f25602bfab03058d64d25352c04d2\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1d4be9117f8e389c54e0a7e23918355d7d2df185\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=45443e65acd1cf76585f7c9d904e1484f89db521\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=f4164f96ab1df25de2024b8b65e9ce91d3424c86\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=b09819f49e26e5ad518dbdf1aa69f0916d514c6e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 31, \"coin_price\": 1800, \"id\": \"gid_3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\", \"days_of_premium\": 31, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a month of Reddit Premium, which includes %{coin_symbol}700 Coins for that month, and shows a Platinum Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Platinum\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"award_2ae56630-cfe0-424e-b810-4945b9145358\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2a2dcb39c9a8722a5293a6567094936af3366433\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2a712a82bcfae96a0244c7d53395af082e4f030f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a414be7b8a7820efe5bd8909eb9d80a27a9a901e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=37c769614dc2e0855c9e898f0691cbf5e25bce53\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=8706e3101ef36c57ab8f82f642bb26383c845c82\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Gives %{coin_symbol}100 Coins to both the author and the community.\", \"end_date\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful (Pro)\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2a2dcb39c9a8722a5293a6567094936af3366433\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2a712a82bcfae96a0244c7d53395af082e4f030f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a414be7b8a7820efe5bd8909eb9d80a27a9a901e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=37c769614dc2e0855c9e898f0691cbf5e25bce53\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=8706e3101ef36c57ab8f82f642bb26383c845c82\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 26, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 36, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_3dd248bc-3438-4c5b-98d4-24421fd6d670\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 250, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7bc7d3a9d7950d9b8bfd3fe1da96c06dbd3012c4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c5bcd1a05b74e7a6371c9a71399a28c492a293cb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a913bad178f017a572393be1fc36013a4fa59803\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=4932f5feebaec182f69be2b329ab40e82a23406f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eee972a9cf8852ff83b635ee7c5efbbf03bd4ecc\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": 1576887960, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Give the gift of %{coin_symbol}250 Reddit Coins.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Coin Gift\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7bc7d3a9d7950d9b8bfd3fe1da96c06dbd3012c4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c5bcd1a05b74e7a6371c9a71399a28c492a293cb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a913bad178f017a572393be1fc36013a4fa59803\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=4932f5feebaec182f69be2b329ab40e82a23406f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eee972a9cf8852ff83b635ee7c5efbbf03bd4ecc\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 33, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 20, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_43f3bf99-92d6-47ab-8205-130d26e7929f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=df5dde46207e5c37f666f88b902a60f52f3692a4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=839938244a8c437c7a25a1f7cc6de28331e7458f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b3e7d60554c89bd09ddea7703eebae6a2264752e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=60bb1be694f7e446147220100109d28133141e32\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f0ac458bc6c30eb60ab672016a2668a6357de8db\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"This hits me right in the feels\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Tearing Up\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=df5dde46207e5c37f666f88b902a60f52f3692a4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=839938244a8c437c7a25a1f7cc6de28331e7458f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b3e7d60554c89bd09ddea7703eebae6a2264752e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=60bb1be694f7e446147220100109d28133141e32\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f0ac458bc6c30eb60ab672016a2668a6357de8db\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/lop66ut2wnf51_TearingUp.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_fbe9527a-adb3-430e-af1a-5fd3489e641b\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=36f008595706cfff9ef6d1fdd06ae5353474471b\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=b1e37f10d35059cc2ac41356073420b41a429d75\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c0cc6ae54fbf3e94516aaacef918834fd12030b3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ee6a20be9f41b0e203fff64eb47cb5674e22daa6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=38ac24a33777a7fc3e77f68836c150daf7cb4aa4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm genuinely flabbergasted.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Shocked\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=36f008595706cfff9ef6d1fdd06ae5353474471b\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=b1e37f10d35059cc2ac41356073420b41a429d75\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c0cc6ae54fbf3e94516aaacef918834fd12030b3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ee6a20be9f41b0e203fff64eb47cb5674e22daa6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=38ac24a33777a7fc3e77f68836c150daf7cb4aa4\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 33, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_81cf5c92-8500-498c-9c94-3e4034cece0a\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=5ef2e0d3bc325a7e1fb2d22c1fec1e6b4b6fc745\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4932a768430215109c262c88950bcba46e9e1b23\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=287f90bae451c50dfa5076e5e70c30f7396421b2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=4313a1836086f33447b60d11d3d16cf2c57d20de\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=b32edce435e22d111c10cdebeefd2e49ece8b6e4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Staring into the abyss and it's staring right back\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Dread\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=5ef2e0d3bc325a7e1fb2d22c1fec1e6b4b6fc745\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4932a768430215109c262c88950bcba46e9e1b23\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=287f90bae451c50dfa5076e5e70c30f7396421b2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=4313a1836086f33447b60d11d3d16cf2c57d20de\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=b32edce435e22d111c10cdebeefd2e49ece8b6e4\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/nvfe4gyawnf51_Dread.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 17, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"c300e670-a4cd-11e9-9f01-0ea30a617f10\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_yknuq\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#dadada\", \"id\": \"j1ge3l\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"tecochet\", \"discussion_type\": null, \"num_comments\": 438, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/AmongUs/comments/j1ge3l/dont_go_in_electrical_alone_boys/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/97niui5naxp51.gif\", \"subreddit_subscribers\": 455871, \"created_utc\": 1601313881.0, \"num_crossposts\": 8, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"ontario\", \"selftext\": \"\", \"author_fullname\": \"t2_fwtfu\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"COVID-19 2020-09-28 Update: 700 Cases\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/ontario\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1cuqh\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 2294, \"total_awards_received\": 9, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"COVID-19\", \"can_mod_post\": false, \"score\": 2294, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601331581.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"files.ontario.ca\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://files.ontario.ca/moh-covid-19-report-en-2020-09-28.pdf\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 200, \"id\": \"award_a9968927-3f72-4af9-8bcd-aaf804838dc6\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=041cff7e355e4adf7580e7270969f68fafac6744\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2ca7d63eb818a0207cf67d959146cba4ea73324c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f8f7cc3928419ae52070c3639c0098188bc26231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=064b6828008ef70740e54fe41ddd475794897ab6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e05ecb1cbd8976a7f887ee2069fde568976c5c09\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"...slowly\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Back Away\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=041cff7e355e4adf7580e7270969f68fafac6744\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2ca7d63eb818a0207cf67d959146cba4ea73324c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f8f7cc3928419ae52070c3639c0098188bc26231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=064b6828008ef70740e54fe41ddd475794897ab6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e05ecb1cbd8976a7f887ee2069fde568976c5c09\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/t5z1oc8t2ug51_BackAway.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_7becef23-fb0b-4d62-b8a6-01d5759367cb\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When goodness lifts you\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=19c8ba1570a2447a04354e05a9463f3d2063f522\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6222517b5d76c737ce1ad1ab55c42e3ce53c11d7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5f5d88a13a1a514298ec5c7edc6f2506750f3c4a\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3af85a35bcd871d432337f309f6ea333181b4092\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4631e5c3e2cda226cb2725e9eff118c7b419a95e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/gva4vt20qc751_FaithInHumanityRestored.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"94683316-f375-11ea-ab68-0ef1b69c9181\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qsf3\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#7193ff\", \"id\": \"j1cuqh\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Veenay21\", \"discussion_type\": null, \"num_comments\": 1071, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/ontario/comments/j1cuqh/covid19_20200928_update_700_cases/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://files.ontario.ca/moh-covid-19-report-en-2020-09-28.pdf\", \"subreddit_subscribers\": 150502, \"created_utc\": 1601302781.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"OldSchoolCool\", \"selftext\": \"\", \"author_fullname\": \"t2_t8nym\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"My bio-parents and the van where I was most likely created 74'\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/OldSchoolCool\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 83, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1agox\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.9, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 46671, \"total_awards_received\": 17, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 46671, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/l3VYvrq_MwZrHoxngJnvFa19PV-DRnMBgrnNGEsU_Ow.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601322262.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/p01mz8uolvp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/p01mz8uolvp51.jpg?auto=webp\\u0026s=1253f1a50a8cd8d8b46388d619f1d3eedc24d163\", \"width\": 1032, \"height\": 618}, \"resolutions\": [{\"url\": \"https://preview.redd.it/p01mz8uolvp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=e93a98d70ac0ff25441aa304275b7dff1ad9b095\", \"width\": 108, \"height\": 64}, {\"url\": \"https://preview.redd.it/p01mz8uolvp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=32cd1acc675568119539df6a214aa33d3bd5a58d\", \"width\": 216, \"height\": 129}, {\"url\": \"https://preview.redd.it/p01mz8uolvp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=379fb7c9e25b8ec5d63e36d25b8ef610b20cc9e8\", \"width\": 320, \"height\": 191}, {\"url\": \"https://preview.redd.it/p01mz8uolvp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e88dcdeb4f47f8d23aea85a552b2e9ec216e3f87\", \"width\": 640, \"height\": 383}, {\"url\": \"https://preview.redd.it/p01mz8uolvp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=0e980af78030570f03dadd4b09ce74a7cd945901\", \"width\": 960, \"height\": 574}], \"variants\": {}, \"id\": \"1gIlqFK5HPYhoXfMc4GOKg-9dpFiX7Mt22w2rOv3HLU\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 75, \"id\": \"award_92cb6518-a71a-4217-9f8f-7ecbd7ab12ba\", \"penny_donate\": 0, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/TakeMyPower_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/TakeMyPower_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TakeMyPower_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TakeMyPower_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TakeMyPower_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TakeMyPower_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Add my power to yours.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Take My Power\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/piizsi33qx351_TakeEnergyStatic.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=fb6b7218541ab2fe0bcff378f0890200deabbc71\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/piizsi33qx351_TakeEnergyStatic.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a5cb4be56c48cfc299edf99363cdf922550cef91\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/piizsi33qx351_TakeEnergyStatic.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8a992fab3e45a751870b2f3118bf6d9c5db7fd48\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/piizsi33qx351_TakeEnergyStatic.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=f72369713bc1c875e3eb0e5fa73f94abd94c1724\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/piizsi33qx351_TakeEnergyStatic.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=45461bb1015cd4888f7d2d9f1f4c35381d843c34\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/piizsi33qx351_TakeEnergyStatic.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2tycb\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1agox\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"kwgnuemu\", \"discussion_type\": null, \"num_comments\": 1098, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/OldSchoolCool/comments/j1agox/my_bioparents_and_the_van_where_i_was_most_likely/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/p01mz8uolvp51.jpg\", \"subreddit_subscribers\": 14820281, \"created_utc\": 1601293462.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Futurology\", \"selftext\": \"\", \"author_fullname\": \"t2_102o0n\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Sir David Attenborough to 60 Minutes on climate change: \\\"A crime has been committed\\\"\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Futurology\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"environment\", \"downs\": 0, \"thumbnail_height\": 73, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j18txn\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.91, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 30584, \"total_awards_received\": 27, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Environment\", \"can_mod_post\": false, \"score\": 30584, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/TyAIWf1cgkP2zPmIobKNy0fMBCbVbvVKtX7_Dlm1pKc.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601313772.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"cbsnews.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.cbsnews.com/news/sir-david-attenborough-60-minutes-2020-09-27/\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/-AhZq6QEjYo2l_hc4qFQObzK9rgTrTykETT7sbeBLyY.jpg?auto=webp\\u0026s=fbf34337d4691c21f5c303d6a6cdac4eabe6e5e4\", \"width\": 1200, \"height\": 630}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/-AhZq6QEjYo2l_hc4qFQObzK9rgTrTykETT7sbeBLyY.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=c04e57ab6de396eba47085763a3fd2c1d6a3bafe\", \"width\": 108, \"height\": 56}, {\"url\": \"https://external-preview.redd.it/-AhZq6QEjYo2l_hc4qFQObzK9rgTrTykETT7sbeBLyY.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=7b49f3325a5a715bf421af04d21052bc63e35085\", \"width\": 216, \"height\": 113}, {\"url\": \"https://external-preview.redd.it/-AhZq6QEjYo2l_hc4qFQObzK9rgTrTykETT7sbeBLyY.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=d60fc6f3d7e9655f2f6b9fdd18f56191b0bdb871\", \"width\": 320, \"height\": 168}, {\"url\": \"https://external-preview.redd.it/-AhZq6QEjYo2l_hc4qFQObzK9rgTrTykETT7sbeBLyY.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=1bb32f0a0fa14b6b6a538910ade47304f47382ab\", \"width\": 640, \"height\": 336}, {\"url\": \"https://external-preview.redd.it/-AhZq6QEjYo2l_hc4qFQObzK9rgTrTykETT7sbeBLyY.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=a57be3881b4c6cc6961d868ac9e0afb855787111\", \"width\": 960, \"height\": 504}, {\"url\": \"https://external-preview.redd.it/-AhZq6QEjYo2l_hc4qFQObzK9rgTrTykETT7sbeBLyY.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=969e1bf3079acb0f0c08405bf4f1f26412110016\", \"width\": 1080, \"height\": 567}], \"variants\": {}, \"id\": \"gZvUMuLWs3fOOV_EMlbKLpkl6ndx2VKYNQfvLTIa2sg\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2t7no\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j18txn\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"solar-cabin\", \"discussion_type\": null, \"num_comments\": 1061, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Futurology/comments/j18txn/sir_david_attenborough_to_60_minutes_on_climate/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.cbsnews.com/news/sir-david-attenborough-60-minutes-2020-09-27/\", \"subreddit_subscribers\": 14872305, \"created_utc\": 1601284972.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"movies\", \"selftext\": \"\", \"author_fullname\": \"t2_1bw9x29k\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Chadwick Boseman Boosted Sienna Miller\\u2019s 21 Bridges Salary From His Own Pay\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/movies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1atz4\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.88, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 41549, \"total_awards_received\": 54, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 41549, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/4tJxWYM0amL-ke7qXKGKmtSLkL32s83AtCIQeD9iJm4.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601323922.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"empireonline.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.empireonline.com/movies/news/chadwick-boseman-boosted-sienna-miller-s-21-bridges-salary-from-his-own-pay/\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/GgfqVMhqROe45F6IaJz7dzKTDRm9dd8zS-8-34797qE.jpg?auto=webp\\u0026s=0158bb426bfb63be6101348af8a24f9bfc94f431\", \"width\": 960, \"height\": 540}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/GgfqVMhqROe45F6IaJz7dzKTDRm9dd8zS-8-34797qE.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=acd230373e8ef141490c43a3353e7d4ee43aaea5\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/GgfqVMhqROe45F6IaJz7dzKTDRm9dd8zS-8-34797qE.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=a1e08da901c393390e962f6d8a7d734ddcc62b31\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/GgfqVMhqROe45F6IaJz7dzKTDRm9dd8zS-8-34797qE.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=e41e4398d32ceac6f6ff40b2b520133254b9e58c\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/GgfqVMhqROe45F6IaJz7dzKTDRm9dd8zS-8-34797qE.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e88c4e82681bef1636f0a6fbc4981937cc143303\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/GgfqVMhqROe45F6IaJz7dzKTDRm9dd8zS-8-34797qE.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=edff567064f61db46c2078cbe4a49006c0373bf1\", \"width\": 960, \"height\": 540}], \"variants\": {}, \"id\": \"o_Ydf3lMrAZ858r6FcCuK9fcU9L28OVCcZeV-53pa4g\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 12, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh3s\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1atz4\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"chanma50\", \"discussion_type\": null, \"num_comments\": 992, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/movies/comments/j1atz4/chadwick_boseman_boosted_sienna_millers_21/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.empireonline.com/movies/news/chadwick-boseman-boosted-sienna-miller-s-21-bridges-salary-from-his-own-pay/\", \"subreddit_subscribers\": 23833874, \"created_utc\": 1601295122.0, \"num_crossposts\": 6, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"GlobalOffensive\", \"selftext\": \"\", \"author_fullname\": \"t2_9pvts\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Total of 37 coaches banned including pita, Rejin, starix, ruggah, and more\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"News \\u0026 Events | Esports\"}], \"subreddit_name_prefixed\": \"r/GlobalOffensive\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"news esports\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j18023\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 9667, \"total_awards_received\": 42, \"media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003ETwista, RobbaN, Loord, pita, guerri, Apoka, casle, Rejin, nook, rikz, fuRy^, Solaar, F_1N, ToH1o, Andi, pepik, B1GGY, chrille, starix, ave, rosey, LMBT_R, FeTiSh, miNir0x, pNshr, ruggah and many others (37 coaches overall) were just handed a ban by ESIC for coach bug abuse. \\u003Ca href=\\\"https://t.co/cpUs68xbM7\\\"\\u003Ehttps://t.co/cpUs68xbM7\\u003C/a\\u003E\\u003C/p\\u003E\\u0026mdash; Michal Slowinski (@michau9_) \\u003Ca href=\\\"https://twitter.com/michau9_/status/1310489151633002497?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"height\": 747}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"5b725c34-59b1-11ea-9aca-0e156c164615\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/michau9_/status/1310489151633002497\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003ETwista, RobbaN, Loord, pita, guerri, Apoka, casle, Rejin, nook, rikz, fuRy^, Solaar, F_1N, ToH1o, Andi, pepik, B1GGY, chrille, starix, ave, rosey, LMBT_R, FeTiSh, miNir0x, pNshr, ruggah and many others (37 coaches overall) were just handed a ban by ESIC for coach bug abuse. \\u003Ca href=\\\"https://t.co/cpUs68xbM7\\\"\\u003Ehttps://t.co/cpUs68xbM7\\u003C/a\\u003E\\u003C/p\\u003E\\u0026mdash; Michal Slowinski (@michau9_) \\u003Ca href=\\\"https://twitter.com/michau9_/status/1310489151633002497?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"Michal Slowinski\", \"height\": 747, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/michau9_\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003ETwista, RobbaN, Loord, pita, guerri, Apoka, casle, Rejin, nook, rikz, fuRy^, Solaar, F_1N, ToH1o, Andi, pepik, B1GGY, chrille, starix, ave, rosey, LMBT_R, FeTiSh, miNir0x, pNshr, ruggah and many others (37 coaches overall) were just handed a ban by ESIC for coach bug abuse. \\u003Ca href=\\\"https://t.co/cpUs68xbM7\\\"\\u003Ehttps://t.co/cpUs68xbM7\\u003C/a\\u003E\\u003C/p\\u003E\\u0026mdash; Michal Slowinski (@michau9_) \\u003Ca href=\\\"https://twitter.com/michau9_/status/1310489151633002497?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/j18023\", \"height\": 747}, \"link_flair_text\": \"News \\u0026 Events | Esports\", \"can_mod_post\": false, \"score\": 9667, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/7-04x-wTS_aMg1kQ8gtn8ANJaQ-qODmt3p7tbWgAVBY.jpg\", \"edited\": false, \"author_flair_css_class\": \"1mill party\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"1 Million Subs Celebration\"}], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601308933.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"twitter.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://twitter.com/michau9_/status/1310489151633002497\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/3pZZS-iQ2frdwqDbLGnGQe41KI64npDpml2zxmWEsQA.jpg?auto=webp\\u0026s=f4d7b7deef67be2399219b0fda239650a2e05f7b\", \"width\": 140, \"height\": 140}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/3pZZS-iQ2frdwqDbLGnGQe41KI64npDpml2zxmWEsQA.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=91050833360f39cef5e17755de8dfcd1f7664283\", \"width\": 108, \"height\": 108}], \"variants\": {}, \"id\": \"J8_8iCBx8m5vcBfBdjLxrA559YCuJANkzzYBX7zBEMM\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"a3172a70-374a-11e6-8317-0edda3eec021\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"1 Million Subs Celebration\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2sqho\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#af7b1f\", \"id\": \"j18023\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"iMarbot\", \"discussion_type\": null, \"num_comments\": 888, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/GlobalOffensive/comments/j18023/total_of_37_coaches_banned_including_pita_rejin/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://twitter.com/michau9_/status/1310489151633002497\", \"subreddit_subscribers\": 1191688, \"created_utc\": 1601280133.0, \"num_crossposts\": 0, \"media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/michau9_/status/1310489151633002497\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003ETwista, RobbaN, Loord, pita, guerri, Apoka, casle, Rejin, nook, rikz, fuRy^, Solaar, F_1N, ToH1o, Andi, pepik, B1GGY, chrille, starix, ave, rosey, LMBT_R, FeTiSh, miNir0x, pNshr, ruggah and many others (37 coaches overall) were just handed a ban by ESIC for coach bug abuse. \\u003Ca href=\\\"https://t.co/cpUs68xbM7\\\"\\u003Ehttps://t.co/cpUs68xbM7\\u003C/a\\u003E\\u003C/p\\u003E\\u0026mdash; Michal Slowinski (@michau9_) \\u003Ca href=\\\"https://twitter.com/michau9_/status/1310489151633002497?ref_src=twsrc%5Etfw\\\"\\u003ESeptember 28, 2020\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"Michal Slowinski\", \"height\": 747, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/michau9_\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"todayilearned\", \"selftext\": \"\", \"author_fullname\": \"t2_16nasc\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"TIL that the borders between Belgium and the Netherlands are so complex that many buildings have an international border running right through them. A bank was built on top of the border so paperwork was moved from one side of the building to the other whenever one nationality\\u2019s tax inspectors came.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/todayilearned\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1d5mg\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 56896, \"total_awards_received\": 29, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 56896, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/lbxjkWmpnb_oayeuH0PzJr-r6n1WjJc0Y0mvIBiTtzY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601332637.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"bbc.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"http://www.bbc.com/travel/story/20171210-europes-strange-border-anomaly\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/Cf9OJC_THaRzK-wnbaD0i9b0i19AEckLJgm8UDj55tA.jpg?auto=webp\\u0026s=8b3fcbafcdda5e1aef6327565ba0d4669cbfa49e\", \"width\": 624, \"height\": 351}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/Cf9OJC_THaRzK-wnbaD0i9b0i19AEckLJgm8UDj55tA.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=9f877006b421d9d1903935a4a3038bb142240e33\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/Cf9OJC_THaRzK-wnbaD0i9b0i19AEckLJgm8UDj55tA.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=5dc1db20a611364e02b1d488ddf0e0b8bd68e017\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/Cf9OJC_THaRzK-wnbaD0i9b0i19AEckLJgm8UDj55tA.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=211c3030d5198e8657e68c6e6aca0bdb1e5aa12b\", \"width\": 320, \"height\": 180}], \"variants\": {}, \"id\": \"aT8iHLrFym5daOMXRq8uarY4O3LrWT4wT_TeohDgIxM\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qqjc\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1d5mg\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"emilylikesredditalot\", \"discussion_type\": null, \"num_comments\": 919, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/todayilearned/comments/j1d5mg/til_that_the_borders_between_belgium_and_the/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"http://www.bbc.com/travel/story/20171210-europes-strange-border-anomaly\", \"subreddit_subscribers\": 23889799, \"created_utc\": 1601303837.0, \"num_crossposts\": 10, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"EDH\", \"selftext\": \"I am genuinely interested in people's thoughts on this, I want to know what the edh community think about them.\\n\\nI don't want to make this post about my views but, full disclosure, I do think they should go unless wotc announces in universe reprints with appropriate art/names in booster packs. I think wotc selling us new singles directly at a premium is a dangerous thing and any card produced this way should be treated as silver boarderd.\\n\\nEDIT: Sheldon confirmed on rules committee discord there will be no preemptive banning\\n\\nI employee you all to join and voice your concerns to Sheldon on the Discord's ban announcement group\\n\\nhttps://discord.gg/WaeyNF\\n\\nEdit 2 electric boogaloo: Please vote in this poll if you can \\nhttps://www.strawpoll.me/21015634/r\", \"author_fullname\": \"t2_j896b\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Should the RC ban the walking dead cards?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/EDH\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"discussion\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1fbxs\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1203, \"total_awards_received\": 4, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Discussion\", \"can_mod_post\": false, \"score\": 1203, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1601318204.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"self\", \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601339529.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.EDH\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI am genuinely interested in people\\u0026#39;s thoughts on this, I want to know what the edh community think about them.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EI don\\u0026#39;t want to make this post about my views but, full disclosure, I do think they should go unless wotc announces in universe reprints with appropriate art/names in booster packs. I think wotc selling us new singles directly at a premium is a dangerous thing and any card produced this way should be treated as silver boarderd.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEDIT: Sheldon confirmed on rules committee discord there will be no preemptive banning\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EI employee you all to join and voice your concerns to Sheldon on the Discord\\u0026#39;s ban announcement group\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://discord.gg/WaeyNF\\\"\\u003Ehttps://discord.gg/WaeyNF\\u003C/a\\u003E\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEdit 2 electric boogaloo: Please vote in this poll if you can \\n\\u003Ca href=\\\"https://www.strawpoll.me/21015634/r\\\"\\u003Ehttps://www.strawpoll.me/21015634/r\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/-Srn7W9qZsYJoQIE9WBbZo8pCkwnFNPmaHbzfoSnu4s.jpg?auto=webp\\u0026s=f9c8800774f8c21c67e26faef025a17b32e0c9fa\", \"width\": 256, \"height\": 256}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/-Srn7W9qZsYJoQIE9WBbZo8pCkwnFNPmaHbzfoSnu4s.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=a1b2e7230ba20f5ff3f29e3c1c16d7dbd68c2c3f\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/-Srn7W9qZsYJoQIE9WBbZo8pCkwnFNPmaHbzfoSnu4s.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=460d1da355c938fdb9010f0244eade8138c4915f\", \"width\": 216, \"height\": 216}], \"variants\": {}, \"id\": \"pcRh_Pk8LFyyShISAYo4j3EThN7ByRaPgJ9lT0AV3NM\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 200, \"id\": \"award_f7562045-905d-413e-9ed2-0a16d4bfe349\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4c8f077e9e98a5179688cfd1e93d999c1f19e51e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4d42bed81cdf5d406e3795ac1575819e2333336a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=4c914164e7afdb4ea2bf1f9072720b10fcb682ed\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=42a5318aafd9c08cc86d7f07124b3f14e6a30ea1\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=23c65aa6f927b74ab67fb230d638dd717a8d729e\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"You officially endorse and add your voice to the crowd.\", \"end_date\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Plus One\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4c8f077e9e98a5179688cfd1e93d999c1f19e51e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4d42bed81cdf5d406e3795ac1575819e2333336a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=4c914164e7afdb4ea2bf1f9072720b10fcb682ed\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=42a5318aafd9c08cc86d7f07124b3f14e6a30ea1\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=23c65aa6f927b74ab67fb230d638dd717a8d729e\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/6vgr8y21i9741_PlusOne.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"ecbc81ec-42df-11e7-bcf8-0e1719716fb4\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2scee\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#dadada\", \"id\": \"j1fbxs\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Openil\", \"discussion_type\": null, \"num_comments\": 905, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/EDH/comments/j1fbxs/should_the_rc_ban_the_walking_dead_cards/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": true, \"url\": \"https://www.reddit.com/r/EDH/comments/j1fbxs/should_the_rc_ban_the_walking_dead_cards/\", \"subreddit_subscribers\": 129104, \"created_utc\": 1601310729.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"WhitePeopleTwitter\", \"selftext\": \"\", \"author_fullname\": \"t2_2ka6oq5\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 2, \"clicked\": false, \"title\": \"The ol' razzle dazzle from AOC\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/WhitePeopleTwitter\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 138, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1eaw6\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.84, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 78888, \"total_awards_received\": 76, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 78888, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/uYwm9SGpk6uA8_wiE9or8vQ771TBiyfXYVhI71JyqhI.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 2}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601336299.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/6fjg87ctrwp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/6fjg87ctrwp51.jpg?auto=webp\\u0026s=280b5154c3e5dd5206e5ef448a7f81cf7f7778a9\", \"width\": 1080, \"height\": 1069}, \"resolutions\": [{\"url\": \"https://preview.redd.it/6fjg87ctrwp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=4f01836f83571705e06cca61876b8d39ca25642e\", \"width\": 108, \"height\": 106}, {\"url\": \"https://preview.redd.it/6fjg87ctrwp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=92987253e3b52486981504120f30381276300688\", \"width\": 216, \"height\": 213}, {\"url\": \"https://preview.redd.it/6fjg87ctrwp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=6f302e998ad5c570a96b0f448ea4c411f1b4da32\", \"width\": 320, \"height\": 316}, {\"url\": \"https://preview.redd.it/6fjg87ctrwp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=84acd81ce6ffaa99e2a0acc239517fc335cf869b\", \"width\": 640, \"height\": 633}, {\"url\": \"https://preview.redd.it/6fjg87ctrwp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=61624423d7f573f2f8b182b4e568740a4a356d96\", \"width\": 960, \"height\": 950}, {\"url\": \"https://preview.redd.it/6fjg87ctrwp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=3979dce522297c36b0b44e1d46aa3e217d5a9577\", \"width\": 1080, \"height\": 1069}], \"variants\": {}, \"id\": \"0638TwQbwItv1TQLddhtBH34VgEtyvilfogNEUbeGS4\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 16, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_0b41ba9b-8ad9-42c8-85b1-942d5462c830\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6827e27e0b5ddfa3ad14acd7b19a04a3ce9b6dd6\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=14c14b886ef2c056a916121be9cc6c54c5077a68\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=578c997f17562cd1f7f73a0692f9d15e59ae0764\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1ac02c6dd9c5bd01d279c3137cd7a424a040d640\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=7924545b472e5afaece28840419cdb884d2a5aeb\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"This should be good\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Starts Recording\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6827e27e0b5ddfa3ad14acd7b19a04a3ce9b6dd6\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=14c14b886ef2c056a916121be9cc6c54c5077a68\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=578c997f17562cd1f7f73a0692f9d15e59ae0764\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1ac02c6dd9c5bd01d279c3137cd7a424a040d640\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=7924545b472e5afaece28840419cdb884d2a5aeb\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/zlrdwu9kh9e51_StartsRecording.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_869d4135-8738-41e5-8630-de593b4f049f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Did somebody say 'Murica?\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"'MURICA\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": true, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_35n7t\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1eaw6\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Macho_Mans_Ghost\", \"discussion_type\": null, \"num_comments\": 752, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/WhitePeopleTwitter/comments/j1eaw6/the_ol_razzle_dazzle_from_aoc/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/6fjg87ctrwp51.jpg\", \"subreddit_subscribers\": 1830751, \"created_utc\": 1601307499.0, \"num_crossposts\": 11, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"formula1\", \"selftext\": \"\", \"author_fullname\": \"t2_844w30xg\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Eight years ago today, Lewis Hamilton made a shock decision to leave McLaren and join Mercedes for 2013.\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"/r/all\"}], \"subreddit_name_prefixed\": \"r/formula1\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"sub-all\", \"downs\": 0, \"thumbnail_height\": 85, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j19au9\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": \"#ffffff\", \"subreddit_type\": \"public\", \"ups\": 12806, \"total_awards_received\": 13, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"73170aec-f91b-11ea-8551-0e643851ae5d\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"/r/all\", \"can_mod_post\": false, \"score\": 12806, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/MF3hGzp4doYoTAUh20xJmAN8pidgMLudE0UrVt7oDQ0.jpg\", \"edited\": false, \"author_flair_css_class\": \"race-as-one\", \"author_flair_richtext\": [{\"a\": \":race-as-one:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/zcbghc17ern51_t5_2qimj/race-as-one\"}, {\"e\": \"text\", \"t\": \" #WeRaceAsOne\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601316387.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/cl3pw9cl4vp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/cl3pw9cl4vp51.jpg?auto=webp\\u0026s=79de81a7038bbd994f51f0a92ecbd3d87ffae920\", \"width\": 646, \"height\": 396}, \"resolutions\": [{\"url\": \"https://preview.redd.it/cl3pw9cl4vp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=fb00594a26d6128d76226fb5029a6b8b23c0e6de\", \"width\": 108, \"height\": 66}, {\"url\": \"https://preview.redd.it/cl3pw9cl4vp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=66e4eb3bc703dc4b68afb560775cfec54b932d99\", \"width\": 216, \"height\": 132}, {\"url\": \"https://preview.redd.it/cl3pw9cl4vp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=e7b182ea3b6211c3336da348fe1df56bd240bdef\", \"width\": 320, \"height\": 196}, {\"url\": \"https://preview.redd.it/cl3pw9cl4vp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=b151f1f6322f55871bff46950e48e9c47f28ff40\", \"width\": 640, \"height\": 392}], \"variants\": {}, \"id\": \"gIdiVUg54catHRrZhsdkO_YwhqvxPCyqZaqn-wlLgSs\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":race-as-one: #WeRaceAsOne\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qimj\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j19au9\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"KimiGOAT\", \"discussion_type\": null, \"num_comments\": 688, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/formula1/comments/j19au9/eight_years_ago_today_lewis_hamilton_made_a_shock/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/cl3pw9cl4vp51.jpg\", \"subreddit_subscribers\": 1184345, \"created_utc\": 1601287587.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"todayilearned\", \"selftext\": \"\", \"author_fullname\": \"t2_4frv65sf\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"TIL, In Nepal, there is a festival which dedicates a day to solely thank dogs, for being dogs. Kukur Tihar translated 'worship of the dogs' involves a full day of celebrating \\u0026 pampering dogs for their loyalty \\u0026 friendship to humans.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/todayilearned\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1hfgl\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 12484, \"total_awards_received\": 18, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 12484, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/hZdJw5-jEfSI04TTyeXziHibcs6z5f_HvOtOc_iqEas.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601345695.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"dogster.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.dogster.com/lifestyle/diwali-dogs-festival-of-lights-nepal-kukur-tihar\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/eHhN8tBja8A0aNfQYF3J8R5APt8xRWIX1L0enF8lG2g.jpg?auto=webp\\u0026s=a3c997dd411d65c09db5401cd292aadeb2b89def\", \"width\": 600, \"height\": 600}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/eHhN8tBja8A0aNfQYF3J8R5APt8xRWIX1L0enF8lG2g.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=dda056266eaa8a9b0443481c097083a54ca77c0b\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/eHhN8tBja8A0aNfQYF3J8R5APt8xRWIX1L0enF8lG2g.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=e07fd62a40da191a0337a67cca5c338a64ee2d67\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/eHhN8tBja8A0aNfQYF3J8R5APt8xRWIX1L0enF8lG2g.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=e26fa8f79fadd65cd274087d1524b9bf6dc190fc\", \"width\": 320, \"height\": 320}], \"variants\": {}, \"id\": \"BkbWrOiF2CKkZbo5-_7bsyR9ij5qeLl5aYUs5izppco\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qqjc\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1hfgl\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Niyi_M\", \"discussion_type\": null, \"num_comments\": 184, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/todayilearned/comments/j1hfgl/til_in_nepal_there_is_a_festival_which_dedicates/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.dogster.com/lifestyle/diwali-dogs-festival-of-lights-nepal-kukur-tihar\", \"subreddit_subscribers\": 23889799, \"created_utc\": 1601316895.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"nextfuckinglevel\", \"selftext\": \"\", \"author_fullname\": \"t2_73h5ppkr\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"German Shepherd leads police to fire\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/nextfuckinglevel\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 105, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1frdd\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 61626, \"total_awards_received\": 241, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/m1eacga55xp51/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 640, \"scrubber_media_url\": \"https://v.redd.it/m1eacga55xp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/m1eacga55xp51/DASHPlaylist.mpd?a=1603931458%2CMjI0N2ZlMjYyZjM0ZTQ2ZTE1ZmYzOGU3MjJmZGJmYjVkNzgxZTU1ZjNjYzRhMzkyZjJlNzQyYzA5ZjNiMmI3OA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 76, \"hls_url\": \"https://v.redd.it/m1eacga55xp51/HLSPlaylist.m3u8?a=1603931458%2CNmY4NWRlMTI4MWZjYjU0ZjIzOTIzOWNkOTI0MTk2Y2IxYTA1MGU1YTI1N2I2ZDk0NjllMTFiMzI4MzNlMWM3ZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 61626, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/UOZZSUsHzfQvxqHDTSHHppyw5AEzT8AMpAZy5LphPCU.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601340815.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/m1eacga55xp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/41YhsX4jbApmVJkANmEcSdhrzYUT-GY6afc44fRFgn4.png?format=pjpg\\u0026auto=webp\\u0026s=215a33ebf33d84889f0695bb38d8aac3885785f4\", \"width\": 640, \"height\": 480}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/41YhsX4jbApmVJkANmEcSdhrzYUT-GY6afc44fRFgn4.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=041a9e8585655750606ca1f8c0af56bf0f5ecabb\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/41YhsX4jbApmVJkANmEcSdhrzYUT-GY6afc44fRFgn4.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=84ab456b507853f07abee45fedab5c0819dd3137\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/41YhsX4jbApmVJkANmEcSdhrzYUT-GY6afc44fRFgn4.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=2254a51518b232a2b0bd8acdea58242acbcab568\", \"width\": 320, \"height\": 240}, {\"url\": \"https://external-preview.redd.it/41YhsX4jbApmVJkANmEcSdhrzYUT-GY6afc44fRFgn4.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=5c2aad87b48cf2667171c5861588271775e2c620\", \"width\": 640, \"height\": 480}], \"variants\": {}, \"id\": \"KTgp7IUrsmsqs_4OCSeJExQ5JwVeb8FrJ9wI5jBamrs\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 35, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 34, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 44, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_c42dc561-0b41-40b6-a23d-ef7e110e739e\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=18383f4034d47b396b314c033c7d5e9be96df785\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ed8a934f66150002b39c40f1863f101fba5a8bf\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f10a2d3469f32ce0351da34e234a9955f80f7c1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=2e13b802594180e56037df3d51520b43a0462a29\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=79d3a9614f27e2d922c52137caeb06f2bdb33cc5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"So buff, wow\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Buff Doge\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=18383f4034d47b396b314c033c7d5e9be96df785\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ed8a934f66150002b39c40f1863f101fba5a8bf\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f10a2d3469f32ce0351da34e234a9955f80f7c1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=2e13b802594180e56037df3d51520b43a0462a29\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=79d3a9614f27e2d922c52137caeb06f2bdb33cc5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/zc4a9vk5zmc51_BuffDoge.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 64, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_19860e30-3331-4bac-b3d1-bd28de0c7974\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I needed this today\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Heartwarming\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 23, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 37, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_03c4f93d-efc7-463b-98a7-c01814462ab0\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d4d3b4beae7aba2a08cfaa99a3aeb8d874aa0fef\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e43fbd1057c663eacfacd66c44a2d7fb8546b115\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2f60e5e9ab8e3b6ab2c9a79f73bd9335a4d76cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=59ec866f55d0b4ef5c3f2b989134592d3a02618e\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d3f15f6b0f89db016479b434acef98fb6b2064e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm not mad, I'm just disappointed.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"I am disappoint\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d4d3b4beae7aba2a08cfaa99a3aeb8d874aa0fef\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e43fbd1057c663eacfacd66c44a2d7fb8546b115\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2f60e5e9ab8e3b6ab2c9a79f73bd9335a4d76cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=59ec866f55d0b4ef5c3f2b989134592d3a02618e\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d3f15f6b0f89db016479b434acef98fb6b2064e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/3ekkailk5s551_Iamdisappoint.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_m0bnr\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1frdd\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"pierre-d\", \"discussion_type\": null, \"num_comments\": 899, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/nextfuckinglevel/comments/j1frdd/german_shepherd_leads_police_to_fire/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/m1eacga55xp51\", \"subreddit_subscribers\": 3040291, \"created_utc\": 1601312015.0, \"num_crossposts\": 22, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/m1eacga55xp51/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 640, \"scrubber_media_url\": \"https://v.redd.it/m1eacga55xp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/m1eacga55xp51/DASHPlaylist.mpd?a=1603931458%2CMjI0N2ZlMjYyZjM0ZTQ2ZTE1ZmYzOGU3MjJmZGJmYjVkNzgxZTU1ZjNjYzRhMzkyZjJlNzQyYzA5ZjNiMmI3OA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 76, \"hls_url\": \"https://v.redd.it/m1eacga55xp51/HLSPlaylist.m3u8?a=1603931458%2CNmY4NWRlMTI4MWZjYjU0ZjIzOTIzOWNkOTI0MTk2Y2IxYTA1MGU1YTI1N2I2ZDk0NjllMTFiMzI4MzNlMWM3ZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"dndmemes\", \"selftext\": \"\", \"author_fullname\": \"t2_7lc057ia\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"This is a fun charcter idea\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/dndmemes\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1gz1k\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.98, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 17244, \"total_awards_received\": 9, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"cc69aac8-a7dd-11e8-ab65-0ef54a938c66\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 17244, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/ym-LoXwmpnVy46ixCcQzpp5a3yWexOXTp5I-B8iaphM.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"DM (Dungeon Memelord) \"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601344377.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/dn50cj3ufxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/dn50cj3ufxp51.jpg?auto=webp\\u0026s=90bf4791895d5a97938de9d118ba6cc3966ce451\", \"width\": 736, \"height\": 885}, \"resolutions\": [{\"url\": \"https://preview.redd.it/dn50cj3ufxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=dbc22a7b13615bc256a131498162e1878564c4b9\", \"width\": 108, \"height\": 129}, {\"url\": \"https://preview.redd.it/dn50cj3ufxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=891c3c7dec4784abcfa38d7c216399f986bb18af\", \"width\": 216, \"height\": 259}, {\"url\": \"https://preview.redd.it/dn50cj3ufxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=b16ef44adec6991216a63c49d797fbf7eb0d48a4\", \"width\": 320, \"height\": 384}, {\"url\": \"https://preview.redd.it/dn50cj3ufxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e1beb9f3b70fe6dccce03e6746e5222060075f9c\", \"width\": 640, \"height\": 769}], \"variants\": {}, \"id\": \"HFjxFoFaMxwW6UKBkwqPBoO1SedyveKelwkeC5e4Ltw\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=49b775b684dcffe79df3e103d71055a7925d6c37\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=31e8c0e96f4a97ee1bf582ab8f9a21e06fc85e01\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0a6fb9ecfb8eee4493afe6c5b234c44eb8413008\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=51ea8c05c28899739458535e90d97210889aea91\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=093c7a95723b58ea1373bf62223e2ae7f11323fb\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/rg960rc47jj41_All-SeeingUpvote.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"DM (Dungeon Memelord) \", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_35g8o\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1gz1k\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"kingofmyths333\", \"discussion_type\": null, \"num_comments\": 229, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/dndmemes/comments/j1gz1k/this_is_a_fun_charcter_idea/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/dn50cj3ufxp51.jpg\", \"subreddit_subscribers\": 630811, \"created_utc\": 1601315577.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Minecraft\", \"selftext\": \"\", \"author_fullname\": \"t2_a6u7q\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"I'm tired of new mobs being retextures. So I'm creating new models, first: Glowing Jelly\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Art\"}], \"subreddit_name_prefixed\": \"r/Minecraft\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"art\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1inv8\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.98, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 22584, \"total_awards_received\": 52, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Art\", \"can_mod_post\": false, \"score\": 22584, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/0sc-TKTv_6wwqqrzBMh8IfwTVABM7TKd_3ip0IHB9NI.jpg\", \"edited\": false, \"author_flair_css_class\": \"zombie\", \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601349307.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/qhjq1dl0uxp51.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/qhjq1dl0uxp51.png?auto=webp\\u0026s=173611dda596ddcea76cd6e3b9330b8411bcbee2\", \"width\": 1920, \"height\": 1080}, \"resolutions\": [{\"url\": \"https://preview.redd.it/qhjq1dl0uxp51.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=63a4466fda9e3cbabd6a97f689441e80839cad5f\", \"width\": 108, \"height\": 60}, {\"url\": \"https://preview.redd.it/qhjq1dl0uxp51.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=4cb92af52e2623211d89ec4870de9b76069c8c9f\", \"width\": 216, \"height\": 121}, {\"url\": \"https://preview.redd.it/qhjq1dl0uxp51.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=71852d42618587c434a994384d4d7540fbf3951c\", \"width\": 320, \"height\": 180}, {\"url\": \"https://preview.redd.it/qhjq1dl0uxp51.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=fae9e61d4e47afeb72bed7e0c4fbfd6ff0220295\", \"width\": 640, \"height\": 360}, {\"url\": \"https://preview.redd.it/qhjq1dl0uxp51.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=733f264966102a7f560065907b4cee016b08cf3b\", \"width\": 960, \"height\": 540}, {\"url\": \"https://preview.redd.it/qhjq1dl0uxp51.png?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=d9b5a372ed38030ef0a79e5fb8d7fbb3601da141\", \"width\": 1080, \"height\": 607}], \"variants\": {}, \"id\": \"ebugaZUYqemAYQWmQwFRYSdDHqwpery14ceTePL2EEc\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_a7f9cbd7-c0f1-4569-a913-ebf8d18de00b\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=29e0718bc073af110b87f599ff4a811c0fee8eea\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=37a178a45c7c94a2603188b7981dd4bac5dfcd11\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b07d4f2c621e1e4fe4814eb55dee9ab0ddf9a5d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d1d740de812f5ffd0428fc4c917c2769a2b4c7ff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=569b704beed364b5fb5d9eecefde79d8dafeecf5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm buying what you're selling\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Money\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=29e0718bc073af110b87f599ff4a811c0fee8eea\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=37a178a45c7c94a2603188b7981dd4bac5dfcd11\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b07d4f2c621e1e4fe4814eb55dee9ab0ddf9a5d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d1d740de812f5ffd0428fc4c917c2769a2b4c7ff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=569b704beed364b5fb5d9eecefde79d8dafeecf5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_69c94eb4-d6a3-48e7-9cf2-0f39fed8b87c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Listen, get educated, and get involved.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Ally\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"9d84c57a-fa5d-11e4-b4dd-0ef1baaa246b\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r05i\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#6c71c4\", \"id\": \"j1inv8\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Dman20111\", \"discussion_type\": null, \"num_comments\": 198, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/Minecraft/comments/j1inv8/im_tired_of_new_mobs_being_retextures_so_im/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/qhjq1dl0uxp51.png\", \"subreddit_subscribers\": 4035209, \"created_utc\": 1601320507.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"insanepeoplefacebook\", \"selftext\": \"\", \"author_fullname\": \"t2_16jc8v\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"This guy is beyond insane!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/insanepeoplefacebook\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 94, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1a6v6\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.9, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 53988, \"total_awards_received\": 25, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 53988, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Lo9lVVayjR7pVod61S__vA4YDlcJENMVw4gvq7r1CkA.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601320949.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/dxzynn76ivp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/dxzynn76ivp51.jpg?auto=webp\\u0026s=fe8efb38481111eb2b01345025800b5a497d4c74\", \"width\": 933, \"height\": 632}, \"resolutions\": [{\"url\": \"https://preview.redd.it/dxzynn76ivp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=e7e0eafbc2100044116df8a97d4276b7fca06968\", \"width\": 108, \"height\": 73}, {\"url\": \"https://preview.redd.it/dxzynn76ivp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=8eac5bf4b095259dbe09fbdfed0fb07b10d9bdfe\", \"width\": 216, \"height\": 146}, {\"url\": \"https://preview.redd.it/dxzynn76ivp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=876631175304eb46f19cb810d1fd9018b6032dcd\", \"width\": 320, \"height\": 216}, {\"url\": \"https://preview.redd.it/dxzynn76ivp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=785be0495fb591366054521f707be1eb6e63aeee\", \"width\": 640, \"height\": 433}], \"variants\": {}, \"id\": \"NT2JD6zuDYTLWaVW01JJnVFilZLQ8U6urWq8itthv_Q\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_869d4135-8738-41e5-8630-de593b4f049f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Did somebody say 'Murica?\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"'MURICA\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_d33fddd7-a58a-4472-b1a2-3157d8c8b76f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Looking like you're working is hard work.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Looking Busy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=db9e29688c05aeb51dafbcd54ec1dcfab3bb47dc\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=46adbd135d36ba32a7709877e99ff7a126af367b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f3118b3d29ca5d2a3c6e941a0b874c9b66dd7f7b\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=50f2d89d742aa628382b07bea320a4673821cbca\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ebbcf8563d42edc4fd85e52933dafaecb6a849b7\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": true, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3acf2\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1a6v6\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"mojash\", \"discussion_type\": null, \"num_comments\": 289, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/insanepeoplefacebook/comments/j1a6v6/this_guy_is_beyond_insane/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/dxzynn76ivp51.jpg\", \"subreddit_subscribers\": 1963841, \"created_utc\": 1601292149.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"BlackPeopleTwitter\", \"selftext\": \"\", \"author_fullname\": \"t2_1a8xg4al\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"The system is really broken....\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/BlackPeopleTwitter\", \"hidden\": false, \"pwls\": 0, \"link_flair_css_class\": \"asmode\", \"downs\": 0, \"thumbnail_height\": 125, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1fwq1\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": \"transparent\", \"subreddit_type\": \"public\", \"ups\": 26026, \"total_awards_received\": 7, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"417e582c-6534-11e9-869c-0edc8a2d5890\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Country Club Thread\", \"can_mod_post\": false, \"score\": 26026, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/X1uzF_hDI9YfHrbfejUGVtaqqJLKqgoktETBVP24_rI.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601341257.0, \"link_flair_type\": \"text\", \"wls\": 0, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/d9k7pw3k6xp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/d9k7pw3k6xp51.jpg?auto=webp\\u0026s=8e341be853e173e56d03ba7fd8b1a2699d45b4ce\", \"width\": 1125, \"height\": 1006}, \"resolutions\": [{\"url\": \"https://preview.redd.it/d9k7pw3k6xp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=5cf7f836a1a61ab40cd6a8b14ba51688766a152e\", \"width\": 108, \"height\": 96}, {\"url\": \"https://preview.redd.it/d9k7pw3k6xp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=8803142c91475dde92b5a42205641bda6c32bcea\", \"width\": 216, \"height\": 193}, {\"url\": \"https://preview.redd.it/d9k7pw3k6xp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=3229e7e5fefb12daaba4d0666e82e8bb9d389f19\", \"width\": 320, \"height\": 286}, {\"url\": \"https://preview.redd.it/d9k7pw3k6xp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=9b83a2a2d7636bfaec094813573481d232c7ee99\", \"width\": 640, \"height\": 572}, {\"url\": \"https://preview.redd.it/d9k7pw3k6xp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=7d33c2a8b8eeb71078f8fab1b53205738f09b131\", \"width\": 960, \"height\": 858}, {\"url\": \"https://preview.redd.it/d9k7pw3k6xp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=cb917fd14bf7cc067fbf3690e3f9fa8847974199\", \"width\": 1080, \"height\": 965}], \"variants\": {}, \"id\": \"t0wa9cS3vSsN3Gf8qnfZKCHLJD4YIMUpk4BjyNXrR4o\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"\\u2611\\ufe0f\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_33x33\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1fwq1\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"zakaria20199\", \"discussion_type\": null, \"num_comments\": 235, \"send_replies\": true, \"whitelist_status\": \"no_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/BlackPeopleTwitter/comments/j1fwq1/the_system_is_really_broken/\", \"parent_whitelist_status\": \"no_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/d9k7pw3k6xp51.jpg\", \"subreddit_subscribers\": 5098440, \"created_utc\": 1601312457.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"trashy\", \"selftext\": \"\", \"author_fullname\": \"t2_2lmg5nsl\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Rolling coal is trashy\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/trashy\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1jhio\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 7895, \"total_awards_received\": 8, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/p9q6u6xi1yp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 607, \"scrubber_media_url\": \"https://v.redd.it/p9q6u6xi1yp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/p9q6u6xi1yp51/DASHPlaylist.mpd?a=1603931458%2CZmMzMWJiNjI0MzY5OTQzNjg5NDNhMjk5MGQzNzk1NmU1MmJmZGRhNzhiYTg3ZjkwZTYwYmUyZWEwMmFlOTYxNA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 7, \"hls_url\": \"https://v.redd.it/p9q6u6xi1yp51/HLSPlaylist.m3u8?a=1603931458%2CY2Y4NmJmNWU1NWI5Y2ExMzVmM2E4YTFkOWZlMmNlYzJjZTA1Y2M3NjA3ODRjMDgzODJkZmZkMjVjYmM4MDA3Nw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 7895, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/WpihyuxJQH_7bW0kFKF7pEntuTc4jJwRp_BRV_G0vws.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601351701.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/p9q6u6xi1yp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/NYQtSes2L9fVs4c5WsW9E3xFwAwCO9qE2INCfqcMdgc.png?format=pjpg\\u0026auto=webp\\u0026s=d69648f66634d69cfc14269d63c01477bd11e303\", \"width\": 640, \"height\": 1138}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/NYQtSes2L9fVs4c5WsW9E3xFwAwCO9qE2INCfqcMdgc.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=39bda8237a80f3ffdeccad4a48fafadf6498f7f1\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/NYQtSes2L9fVs4c5WsW9E3xFwAwCO9qE2INCfqcMdgc.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=f0038d3dfc39dbcb27ba894a99df38aad35d7ad4\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/NYQtSes2L9fVs4c5WsW9E3xFwAwCO9qE2INCfqcMdgc.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=d63e02204cb75e7f36666db662072a4c5254bbce\", \"width\": 320, \"height\": 569}, {\"url\": \"https://external-preview.redd.it/NYQtSes2L9fVs4c5WsW9E3xFwAwCO9qE2INCfqcMdgc.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=7218c2419911be938e73e747826e6ebd03ea3ce5\", \"width\": 640, \"height\": 1138}], \"variants\": {}, \"id\": \"sLAHLvS5Qbuv4b5m52LoQilKy1pRct2rx-BtCAqA5BQ\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_c4b2e438-16bb-4568-88e7-7893b7662944\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glittering stamp for a feel-good thing\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome Seal of Approval\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 20, \"id\": \"award_5eac457f-ebac-449b-93a7-eb17b557f03c\", \"penny_donate\": 0, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bc61b528b8d075c26a3d0f2ad3d9e42259c51cbe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d576c9a19ed29ca5624333239dbde289a146930b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=da1e45654f5acfb6be44fa07c168ad6420796f56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=677455ac05c563b5585f76e52ee96354f1430799\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=25a3b6021a92685b01883fb3d947d2959a75d8b3\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you follow your heart, love is the answer\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"LOVE!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bc61b528b8d075c26a3d0f2ad3d9e42259c51cbe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d576c9a19ed29ca5624333239dbde289a146930b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=da1e45654f5acfb6be44fa07c168ad6420796f56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=677455ac05c563b5585f76e52ee96354f1430799\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=25a3b6021a92685b01883fb3d947d2959a75d8b3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 200, \"id\": \"award_d125d124-5c03-490d-af3d-d07c462003da\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3bdbd7660aa0164072a243b6df9100da769e8278\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=30aa8ad7b30c73defb1b1b49dc055f42c8c39fcc\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a5109b271dbe4f27927ee8bac7f23d1962a44936\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6d6ca632d8c63e6d4e41ff8dbe4600528a4445b2\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1f2ed12b4e132e68d553c702d6639a3dc065821c\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"To the MOON.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Stonks Rising\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3bdbd7660aa0164072a243b6df9100da769e8278\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=30aa8ad7b30c73defb1b1b49dc055f42c8c39fcc\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a5109b271dbe4f27927ee8bac7f23d1962a44936\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6d6ca632d8c63e6d4e41ff8dbe4600528a4445b2\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1f2ed12b4e132e68d553c702d6639a3dc065821c\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/s5edqq9abef41_StonksRising.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 200, \"id\": \"award_e813313c-1002-49bf-ac37-e966710f605f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Giggle_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Giggle_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Giggle_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Giggle_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Giggle_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Giggle_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Innocent laughter\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Giggle\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cp7onb0sf9e51_Giggle.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=e08bad05dde2e5842a91f7bba4a1f17528f79191\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cp7onb0sf9e51_Giggle.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=fe539db7dcc79aa2f99f16851276f06c46077884\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cp7onb0sf9e51_Giggle.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2700dd1ac1ecb1703978cdc769b802493387e3e0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cp7onb0sf9e51_Giggle.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=597cf13251176dd43689d6cc8e086691d6f6079c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cp7onb0sf9e51_Giggle.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=534d2159f34b2698cd6c4255525d73ed6c25ba88\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/cp7onb0sf9e51_Giggle.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_483d8e29-bbe5-404e-a09a-c2d7b16c4fff\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6aa7f9c1a296f107705396635063074c89d0ae9f\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=766123ddae43d52fbbe97021ba1040fa6e581e5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e598c03acb479ea319d4d9d6122a3f50f2a7f42e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=87295ee95f6324330cb0db43a8ac6e6bd36d06b5\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=568d15bdc973c613831bc212cf1a2ff264a7135f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Laugh like a supervillain\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Evil Cackle\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=6aa7f9c1a296f107705396635063074c89d0ae9f\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=766123ddae43d52fbbe97021ba1040fa6e581e5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e598c03acb479ea319d4d9d6122a3f50f2a7f42e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=87295ee95f6324330cb0db43a8ac6e6bd36d06b5\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=568d15bdc973c613831bc212cf1a2ff264a7135f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/43zl6dfcg9e51_EvilCackle.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2uao3\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1jhio\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"AristonD\", \"discussion_type\": null, \"num_comments\": 813, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/trashy/comments/j1jhio/rolling_coal_is_trashy/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/p9q6u6xi1yp51\", \"subreddit_subscribers\": 2189244, \"created_utc\": 1601322901.0, \"num_crossposts\": 3, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/p9q6u6xi1yp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 607, \"scrubber_media_url\": \"https://v.redd.it/p9q6u6xi1yp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/p9q6u6xi1yp51/DASHPlaylist.mpd?a=1603931458%2CZmMzMWJiNjI0MzY5OTQzNjg5NDNhMjk5MGQzNzk1NmU1MmJmZGRhNzhiYTg3ZjkwZTYwYmUyZWEwMmFlOTYxNA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 7, \"hls_url\": \"https://v.redd.it/p9q6u6xi1yp51/HLSPlaylist.m3u8?a=1603931458%2CY2Y4NmJmNWU1NWI5Y2ExMzVmM2E4YTFkOWZlMmNlYzJjZTA1Y2M3NjA3ODRjMDgzODJkZmZkMjVjYmM4MDA3Nw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"dogelore\", \"selftext\": \"\", \"author_fullname\": \"t2_74ppanmo\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"twitta\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/dogelore\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1i8ut\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 12138, \"total_awards_received\": 17, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 12138, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/X3UpiMWrWtThDdM471MPE8gmqS4NXaot6qrpDpyGwPo.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601348071.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/ul7o6niqqxp51.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/ul7o6niqqxp51.png?auto=webp\\u0026s=4e9f6be97063b883c99bebb1f34016725e696ff5\", \"width\": 1000, \"height\": 1000}, \"resolutions\": [{\"url\": \"https://preview.redd.it/ul7o6niqqxp51.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=2e71be33dc26d3ae3ef941b910588999bbe9edaa\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/ul7o6niqqxp51.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=c352f67c2b787e9162da5c0d66d31bf2e2632b09\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/ul7o6niqqxp51.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=a68a4ad378e76cb4ed4e4b41279bd25b302333d8\", \"width\": 320, \"height\": 320}, {\"url\": \"https://preview.redd.it/ul7o6niqqxp51.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=ae3e55d4a6c619f34d8f7c1fe0df5d53868e7af6\", \"width\": 640, \"height\": 640}, {\"url\": \"https://preview.redd.it/ul7o6niqqxp51.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=493a2c805d305c13b410890481aa43786ca7da11\", \"width\": 960, \"height\": 960}], \"variants\": {}, \"id\": \"X2qA4sCv6RfD28wL3P1Jq-15J437KCF-meZFzl53cw8\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_n82s4\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1i8ut\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"cheemsitz\", \"discussion_type\": null, \"num_comments\": 176, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/dogelore/comments/j1i8ut/twitta/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/ul7o6niqqxp51.png\", \"subreddit_subscribers\": 240247, \"created_utc\": 1601319271.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"SuddenlyGay\", \"selftext\": \"\", \"author_fullname\": \"t2_6sycjct\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"My friends did this to me\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/SuddenlyGay\", \"hidden\": false, \"pwls\": 0, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1g8ng\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 23923, \"total_awards_received\": 23, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 23923, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/eiron5BuxwYmjrRLe-QzB3WdnOb0z489feCw6AQ-6E4.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601342238.0, \"link_flair_type\": \"text\", \"wls\": 0, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/k5chy6vg9xp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/k5chy6vg9xp51.jpg?auto=webp\\u0026s=eb4be9aba23ce46c73d21d0b5012f20c0e3deae6\", \"width\": 360, \"height\": 506}, \"resolutions\": [{\"url\": \"https://preview.redd.it/k5chy6vg9xp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=c42d2908dc041c191e745c34cb15aed5842745f8\", \"width\": 108, \"height\": 151}, {\"url\": \"https://preview.redd.it/k5chy6vg9xp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=a724f680fdb12a3f34d824a8515c65f0fbce8b73\", \"width\": 216, \"height\": 303}, {\"url\": \"https://preview.redd.it/k5chy6vg9xp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=518f877c95e661f5bd5388f5ac980234d9017df7\", \"width\": 320, \"height\": 449}], \"variants\": {}, \"id\": \"dE-2HjFNaNJ4mlvplkBSJye9zmAdrooK-r8-Z1eHsxI\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_35f67\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1g8ng\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"TheChaoticPizza\", \"discussion_type\": null, \"num_comments\": 339, \"send_replies\": true, \"whitelist_status\": \"no_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/SuddenlyGay/comments/j1g8ng/my_friends_did_this_to_me/\", \"parent_whitelist_status\": \"no_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/k5chy6vg9xp51.jpg\", \"subreddit_subscribers\": 647270, \"created_utc\": 1601313438.0, \"num_crossposts\": 4, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"canada\", \"selftext\": \"\", \"author_fullname\": \"t2_bxwkm\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Ontario reports 700 new COVID-19 cases, most ever on a single day\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"COVID-19\"}], \"subreddit_name_prefixed\": \"r/canada\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"cv\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1d4n1\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": \"#dadada\", \"subreddit_type\": \"public\", \"ups\": 3935, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"8f6c5dd0-b4e7-11e2-a3ee-12313b06caaf\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"COVID-19\", \"can_mod_post\": false, \"score\": 3935, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/SWjX_l4cLoY3JH-nyptG54DajB94049-jaDZ7aNqPo4.jpg\", \"edited\": false, \"author_flair_css_class\": \"ON\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"Ontario \"}, {\"a\": \":Ontario:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/2260w7rncyv11_t5_2qh68/Ontario\"}], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601332547.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"cbc.ca\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.cbc.ca/news/canada/toronto/covid-19-coronavirus-ontario-numbers-september-28-1.5741454\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/wqjO1eLJ0WQ04lN-qjO8sd0snUcqeoGhz6OdjU5XMWY.jpg?auto=webp\\u0026s=e8e54c8860808f5cac13eb26f31d1789b590db1f\", \"width\": 620, \"height\": 349}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/wqjO1eLJ0WQ04lN-qjO8sd0snUcqeoGhz6OdjU5XMWY.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=ccecbe2bd37885de54a4c7eb547e786a873a7c1c\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/wqjO1eLJ0WQ04lN-qjO8sd0snUcqeoGhz6OdjU5XMWY.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=ebd7a9ca83cafa0effe3aab312e8fa6ce951d481\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/wqjO1eLJ0WQ04lN-qjO8sd0snUcqeoGhz6OdjU5XMWY.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=e83c1bc6c78ee54787b5e35d3047ef61f84f1a2b\", \"width\": 320, \"height\": 180}], \"variants\": {}, \"id\": \"lCXSeebenj3Rpap2K9UxIOgPzrz8lDs73oTFopPaRkE\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": true, \"author_flair_text\": \"Ontario :Ontario:\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh68\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1d4n1\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"feb914\", \"discussion_type\": null, \"num_comments\": 852, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/canada/comments/j1d4n1/ontario_reports_700_new_covid19_cases_most_ever/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.cbc.ca/news/canada/toronto/covid-19-coronavirus-ontario-numbers-september-28-1.5741454\", \"subreddit_subscribers\": 736403, \"created_utc\": 1601303747.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"PublicFreakout\", \"selftext\": \"\", \"author_fullname\": \"t2_vpugi\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Karens among us\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/PublicFreakout\", \"hidden\": false, \"pwls\": 0, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1goqs\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 18916, \"total_awards_received\": 13, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/fr7tnjqddxp51/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 360, \"scrubber_media_url\": \"https://v.redd.it/fr7tnjqddxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/fr7tnjqddxp51/DASHPlaylist.mpd?a=1603931458%2CNTBiNjJiMzAzMmJkNjllNDE1YmNmM2I3NTNiMjQ0MTdlYzVhMzlmODVmNTE2YmU5N2Q0ZThhNmZmZmE0ZTQwNA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 29, \"hls_url\": \"https://v.redd.it/fr7tnjqddxp51/HLSPlaylist.m3u8?a=1603931458%2CMmVlOWVlODM3ZTJhN2JkYTdhYzc2YjFiZjRiZGY5ODk4NTVmOWE0MjljZTdkZTRlMjUxNzdhYWExNmE5NGQwYQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 18916, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Vb-4iZyNJf4v79xekNw8OjrMX0He2c9AgBVHIB3_lIg.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601343558.0, \"link_flair_type\": \"text\", \"wls\": 0, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/fr7tnjqddxp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/s8EmTDuG_sHOYh2A6RiEAR48T1BeekF2wVvulctYqMQ.png?format=pjpg\\u0026auto=webp\\u0026s=c5715be06653e0c050da6d742a3e4300fcf3376a\", \"width\": 480, \"height\": 640}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/s8EmTDuG_sHOYh2A6RiEAR48T1BeekF2wVvulctYqMQ.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=a3feb9ba3597886289fa1dd75840dbc44331dbcb\", \"width\": 108, \"height\": 144}, {\"url\": \"https://external-preview.redd.it/s8EmTDuG_sHOYh2A6RiEAR48T1BeekF2wVvulctYqMQ.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=2da7a7df5390c949226380cc42bbfe421085e7e4\", \"width\": 216, \"height\": 288}, {\"url\": \"https://external-preview.redd.it/s8EmTDuG_sHOYh2A6RiEAR48T1BeekF2wVvulctYqMQ.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=349e4c0d151000ce46b7028f7e40cfd4f75fb827\", \"width\": 320, \"height\": 426}], \"variants\": {}, \"id\": \"WzUUeMb5wjWHR1bt-OZG-udoSq1wc9Q5mRrRVdzua-M\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2yrq6\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1goqs\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"madjarov42\", \"discussion_type\": null, \"num_comments\": 674, \"send_replies\": true, \"whitelist_status\": \"no_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/PublicFreakout/comments/j1goqs/karens_among_us/\", \"parent_whitelist_status\": \"no_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/fr7tnjqddxp51\", \"subreddit_subscribers\": 2816275, \"created_utc\": 1601314758.0, \"num_crossposts\": 6, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/fr7tnjqddxp51/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 360, \"scrubber_media_url\": \"https://v.redd.it/fr7tnjqddxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/fr7tnjqddxp51/DASHPlaylist.mpd?a=1603931458%2CNTBiNjJiMzAzMmJkNjllNDE1YmNmM2I3NTNiMjQ0MTdlYzVhMzlmODVmNTE2YmU5N2Q0ZThhNmZmZmE0ZTQwNA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 29, \"hls_url\": \"https://v.redd.it/fr7tnjqddxp51/HLSPlaylist.m3u8?a=1603931458%2CMmVlOWVlODM3ZTJhN2JkYTdhYzc2YjFiZjRiZGY5ODk4NTVmOWE0MjljZTdkZTRlMjUxNzdhYWExNmE5NGQwYQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"teenagers\", \"selftext\": \"\", \"author_fullname\": \"t2_3w3jehnh\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"My mom sent me a meme\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Meme\"}], \"subreddit_name_prefixed\": \"r/teenagers\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"meme\", \"downs\": 0, \"thumbnail_height\": 131, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ggbw\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 56619, \"total_awards_received\": 94, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"ef54aab6-9bc7-11e1-a725-12313b0c247a\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Meme\", \"can_mod_post\": false, \"score\": 56619, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/teJm3CcVKlQC09owDnJanzcNYm_zEjP6P4msy8SqlV4.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"15\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601342870.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/p0uc7jqcbxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/p0uc7jqcbxp51.jpg?auto=webp\\u0026s=472aaed8c189c10dc7b05d2fd1da9795ebd4e398\", \"width\": 1242, \"height\": 1168}, \"resolutions\": [{\"url\": \"https://preview.redd.it/p0uc7jqcbxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=2464b4b4a6fe776c95d8ceae14d54f76d76eede5\", \"width\": 108, \"height\": 101}, {\"url\": \"https://preview.redd.it/p0uc7jqcbxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=ae2a06cd90cc8785c178bbb4affda5c54d1721a6\", \"width\": 216, \"height\": 203}, {\"url\": \"https://preview.redd.it/p0uc7jqcbxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=241ea85c7f2161230a0901bc8f8c6f7afae3bdc0\", \"width\": 320, \"height\": 300}, {\"url\": \"https://preview.redd.it/p0uc7jqcbxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=9e734056bfb29a8a739a3450d8c3ad916d458c0c\", \"width\": 640, \"height\": 601}, {\"url\": \"https://preview.redd.it/p0uc7jqcbxp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=8b3ef2d29c0129180a7210c495df02ad40a3544f\", \"width\": 960, \"height\": 902}, {\"url\": \"https://preview.redd.it/p0uc7jqcbxp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=9e42aed95be042bd6539c474621094f9ff252947\", \"width\": 1080, \"height\": 1015}], \"variants\": {}, \"id\": \"FAyEs5Hs6G-mWwGgKb-WeYG1WVoGClzpezBK3RgCe5w\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 13, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 20, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 13, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 19, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 12, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 17, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"68e40d50-6435-11e2-97c8-12313b0c247a\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"15\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2rjli\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#edeff1\", \"id\": \"j1ggbw\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"RickyReeRakeshBob\", \"discussion_type\": null, \"num_comments\": 431, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/teenagers/comments/j1ggbw/my_mom_sent_me_a_meme/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/p0uc7jqcbxp51.jpg\", \"subreddit_subscribers\": 2175837, \"created_utc\": 1601314070.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"LifeProTips\", \"selftext\": \"\", \"author_fullname\": \"t2_8oikm\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"LPT: Keep a 'gift list' and write down whenever your partner/mother/father/friend expresses an interest in an item or hobby. Then you'll always have ideas to draw upon when Christmas/Birthdays/Weddings come around\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/LifeProTips\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"misc\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1fdoc\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 34465, \"total_awards_received\": 80, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Miscellaneous\", \"can_mod_post\": false, \"score\": 34465, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601339673.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.LifeProTips\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 325, \"id\": \"award_6220ecfe-4552-4949-aa13-fb1fb7db537c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When the love is out of control.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Super Heart Eyes\", \"resized_static_icons\": [{\"url\": \"https://external-preview.redd.it?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d88c9a453f8ac38850b7a8241cfe5804b7b4905d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://external-preview.redd.it?width=32\\u0026height=32\\u0026auto=webp\\u0026s=96a25019eb75878bdec4f6c012540f3baffbb1b2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://external-preview.redd.it?width=48\\u0026height=48\\u0026auto=webp\\u0026s=1a51d27d75afde3fbde8bba84f9338f511211461\", \"width\": 48, \"height\": 48}, {\"url\": \"https://external-preview.redd.it?width=64\\u0026height=64\\u0026auto=webp\\u0026s=96af5ec460b05669ed60224cb0619bb8884abe27\", \"width\": 64, \"height\": 64}, {\"url\": \"https://external-preview.redd.it?width=128\\u0026height=128\\u0026auto=webp\\u0026s=2d3e648ed2302e6258673051ca5291f57beb29d4\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 15, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 32, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"f33ce608-cbd1-11e2-8373-12313d14782d\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2s5oq\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#9e9e9e\", \"id\": \"j1fdoc\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"MarthaFarcuss\", \"discussion_type\": null, \"num_comments\": 559, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/LifeProTips/comments/j1fdoc/lpt_keep_a_gift_list_and_write_down_whenever_your/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/LifeProTips/comments/j1fdoc/lpt_keep_a_gift_list_and_write_down_whenever_your/\", \"subreddit_subscribers\": 18500734, \"created_utc\": 1601310873.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Tinder\", \"selftext\": \"\", \"author_fullname\": \"t2_zm4fx\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Her work was about as good as her personality.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Tinder\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1c6br\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 29858, \"total_awards_received\": 28, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 29858, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/ERBnYq2h7fICbL40SAvDe4-LVs_Gmgusg2WOPvvTijY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601329203.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/4ly0p6qp6wp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/4ly0p6qp6wp51.jpg?auto=webp\\u0026s=32d213adbeb8463a8a2b7ba3626f8fda507200ed\", \"width\": 1125, \"height\": 2964}, \"resolutions\": [{\"url\": \"https://preview.redd.it/4ly0p6qp6wp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=b76129669c7fffee69e4fc3c61fe5e164b6fd44c\", \"width\": 108, \"height\": 216}, {\"url\": \"https://preview.redd.it/4ly0p6qp6wp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=7198a1ffd496c06beaebdbe743a7b7f33af2d63b\", \"width\": 216, \"height\": 432}, {\"url\": \"https://preview.redd.it/4ly0p6qp6wp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=316b505dd5f3ef9a8ed0ff86703ca58a0c7d53cd\", \"width\": 320, \"height\": 640}, {\"url\": \"https://preview.redd.it/4ly0p6qp6wp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=d47d2509695f8987206e045f28ba0b9cbdf81e4f\", \"width\": 640, \"height\": 1280}, {\"url\": \"https://preview.redd.it/4ly0p6qp6wp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=f076ccff9e6fa6789035a6d4ae813add645fbd2a\", \"width\": 960, \"height\": 1920}, {\"url\": \"https://preview.redd.it/4ly0p6qp6wp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=01883661e2233691e674e19625af55d7fc2a7628\", \"width\": 1080, \"height\": 2160}], \"variants\": {}, \"id\": \"IEnrlh4-0mxwz4dFJk5_oFoFuOIcXtpIRtOUMa-Dfk4\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 200, \"id\": \"award_b28d9565-4137-433d-bb65-5d4aa82ade4c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3f6534cdb236717698fb32fdac05a0cb8a9d9b80\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=90affa57f358a1bcfb77226ef3ae13e5ae909cd1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8edd0f4ef9ade0afbf0432c8e94a7dcd3cd1ccf2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=07c9216b7e1e2c6949431e7fe7a552bb4684201b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=36a96b04aad18511ecdaf474e4edf7271bad6b07\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Call an ambulance, I'm laughing too hard.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"I'm Deceased\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3f6534cdb236717698fb32fdac05a0cb8a9d9b80\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=90affa57f358a1bcfb77226ef3ae13e5ae909cd1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8edd0f4ef9ade0afbf0432c8e94a7dcd3cd1ccf2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=07c9216b7e1e2c6949431e7fe7a552bb4684201b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=36a96b04aad18511ecdaf474e4edf7271bad6b07\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2w7mz\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1c6br\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"inspectorgadget221\", \"discussion_type\": null, \"num_comments\": 839, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Tinder/comments/j1c6br/her_work_was_about_as_good_as_her_personality/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/4ly0p6qp6wp51.jpg\", \"subreddit_subscribers\": 4013017, \"created_utc\": 1601300403.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"explainlikeimfive\", \"selftext\": \"Do you sweat it from other body part or you just sweat less than normal?\\n\\n\\\\-Edit: Do\\\\*\", \"author_fullname\": \"t2_2ux5ke83\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"ELI5: What happens to the sweat you don't sweat from your armpits because of \\\"anti-sweat\\\" deodorants?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/explainlikeimfive\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"Biology\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1gtn8\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 6719, \"total_awards_received\": 6, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Biology\", \"can_mod_post\": false, \"score\": 6719, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1601315722.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601343943.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.explainlikeimfive\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDo you sweat it from other body part or you just sweat less than normal?\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E-Edit: Do*\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"ec74608e-19e0-11e6-92c7-0e2b7c7bd64b\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2sokd\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1gtn8\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"agro-gnome\", \"discussion_type\": null, \"num_comments\": 862, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/explainlikeimfive/comments/j1gtn8/eli5_what_happens_to_the_sweat_you_dont_sweat/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/explainlikeimfive/comments/j1gtn8/eli5_what_happens_to_the_sweat_you_dont_sweat/\", \"subreddit_subscribers\": 18589200, \"created_utc\": 1601315143.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"modernwarfare\", \"selftext\": \"\", \"author_fullname\": \"t2_c37sek3\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Modern Warfare Season 6 Roadmap\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"News\"}], \"subreddit_name_prefixed\": \"r/modernwarfare\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ila0\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 6849, \"total_awards_received\": 36, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"97f6b782-103b-11ea-9b73-0ea11787f7a5\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"News\", \"can_mod_post\": false, \"score\": 6849, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/pS2pWMV5E0lEKTVp9PZ0r3hUm8-JGBAh8P0M4fwlCc8.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"a\": \":PriceAlien:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/aiyeayjbp7731_t5_2r8qf/PriceAlien\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601349088.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.imgur.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.imgur.com/Qi5Pm5i.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/3aBt_8ihcVaW1Tla5_LQnoFYxbq7lFb9E7V89Rj-FsM.jpg?auto=webp\\u0026s=9b0da624f24cf2153dc1e1edeb04f5d2a33b7840\", \"width\": 2048, \"height\": 1152}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/3aBt_8ihcVaW1Tla5_LQnoFYxbq7lFb9E7V89Rj-FsM.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=0d0085b52eb1a2ddcc2b01efe63760045bc66779\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/3aBt_8ihcVaW1Tla5_LQnoFYxbq7lFb9E7V89Rj-FsM.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=6ce8785a342c4c610fb54e68035fcc14db8a4e0e\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/3aBt_8ihcVaW1Tla5_LQnoFYxbq7lFb9E7V89Rj-FsM.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=15bb0ed74a9a2ca0a8a63f597b3d18b4da1822e4\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/3aBt_8ihcVaW1Tla5_LQnoFYxbq7lFb9E7V89Rj-FsM.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=cbfe6c2b4127b6e5481b09c4cafc53e90b70ffb1\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/3aBt_8ihcVaW1Tla5_LQnoFYxbq7lFb9E7V89Rj-FsM.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=ad4564715bfee16b22c28d162f64663b0af1f776\", \"width\": 960, \"height\": 540}, {\"url\": \"https://external-preview.redd.it/3aBt_8ihcVaW1Tla5_LQnoFYxbq7lFb9E7V89Rj-FsM.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=3e401befb0f2ab6b63e66679a3472d5487e49367\", \"width\": 1080, \"height\": 607}], \"variants\": {}, \"id\": \"s2XYJ86Pktjdav--VwTjKe_TKG2sNMtrenCZsbD3AJw\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_75f9bc56-eba3-4988-a1af-aec974404a0b\", \"penny_donate\": 0, \"award_sub_type\": \"GROUP\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": {\"0\": {\"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"awardings_required\": 0, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\", \"width\": 512, \"format\": \"PNG\", \"height\": 512}}, \"25\": {\"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_128.png\", \"width\": 128, \"height\": 128}], \"awardings_required\": 25, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2ccd994559b3b8591c5bd21fa15907d15d61227d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=64e9b9677082a4a10f55bb2d38c2fcc7c8e1d3b8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0ead5f0f7e0e98f148a5f2221a47a814e6c78219\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bb662b56b88429a2e423988002daa5de02fb2859\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0l94g4nar4p51_Trainargentiumstatic.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d84ac9acf50c78197da081f4d70f76d18b8d81b5\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_argentium_512.png\", \"width\": 512, \"format\": \"APNG\", \"height\": 512}}, \"10\": {\"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_128.png\", \"width\": 128, \"height\": 128}], \"awardings_required\": 10, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c3f8858599a67e2d58bb0822d0dee9f655f11df0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=dcaf9beed77cb167896f01a60de5b282302bf269\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=09d73c72eb726a9eea9dc663f6355337cb38954f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b24a418d5f8a95f9be7c6041428f7c2084391a71\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/pio7zvcgn4p51_Trainplatinumstatic.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fdbc46f299a3386f8f52b2bff2290a50e323f252\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Train_platinum_512.png\", \"width\": 512, \"format\": \"APNG\", \"height\": 512}}, \"5\": {\"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9eaa27fdab300271f08789a98da2d5037adcdd12\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c548c76c14705b96ea23f3efaa13dd28f6bac755\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2c245ce35d7b6764caec6180c0ba115b194860f8\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=12842e1b0ae1050961ee884b7056ab25ff0a0007\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fa157eccaf7ea2cfa53bd14607065f485c0eb851\", \"width\": 128, \"height\": 128}], \"awardings_required\": 5, \"static_icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png\", \"width\": 512, \"format\": null, \"height\": 512}, \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9eaa27fdab300271f08789a98da2d5037adcdd12\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c548c76c14705b96ea23f3efaa13dd28f6bac755\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2c245ce35d7b6764caec6180c0ba115b194860f8\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=12842e1b0ae1050961ee884b7056ab25ff0a0007\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fa157eccaf7ea2cfa53bd14607065f485c0eb851\", \"width\": 128, \"height\": 128}], \"icon\": {\"url\": \"https://i.redd.it/award_images/t5_q0gj4/58mwzpwoq4p51_Traingold.png\", \"width\": 512, \"format\": \"PNG\", \"height\": 512}}}, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": 5, \"description\": \"All aboard! Every 5 Awards gives the author 100 Coins and 1 week of Premium. Rack up the number of Awards and watch the Train level-up.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Super Medal Train\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=8dd42337b17978797a26e949e5ca79bceb9fd5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=0ab52a25aa7d96fa78b4f7827d511a14ce51e027\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8dfed57e9de943c09fca5d61d806ebea2d4be5ad\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c333a61e7ae43c3dd884a177bf864fbbffc8a509\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e553cadbf4e8f30b2147bb69809c4591209a2009\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v3wyujfap4p51_SuperMedalTrain.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_a7f9cbd7-c0f1-4569-a913-ebf8d18de00b\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=29e0718bc073af110b87f599ff4a811c0fee8eea\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=37a178a45c7c94a2603188b7981dd4bac5dfcd11\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b07d4f2c621e1e4fe4814eb55dee9ab0ddf9a5d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d1d740de812f5ffd0428fc4c917c2769a2b4c7ff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=569b704beed364b5fb5d9eecefde79d8dafeecf5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm buying what you're selling\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Money\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=29e0718bc073af110b87f599ff4a811c0fee8eea\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=37a178a45c7c94a2603188b7981dd4bac5dfcd11\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b07d4f2c621e1e4fe4814eb55dee9ab0ddf9a5d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d1d740de812f5ffd0428fc4c917c2769a2b4c7ff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=569b704beed364b5fb5d9eecefde79d8dafeecf5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"632d7680-80a3-11e9-819f-0e8639e3e93e\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":PriceAlien:\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r8qf\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#56b0ed\", \"id\": \"j1ila0\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"LNXHLCS\", \"discussion_type\": null, \"num_comments\": 880, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/modernwarfare/comments/j1ila0/modern_warfare_season_6_roadmap/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": true, \"url\": \"https://i.imgur.com/Qi5Pm5i.jpg\", \"subreddit_subscribers\": 899322, \"created_utc\": 1601320288.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"YouShouldKnow\", \"selftext\": \"Why YSK: intrusive thoughts, while terrible, are very common. Having intrusive thoughts can be a source of shame and worry, as they often involve explicit violence and sexuality- but a thought is not an impulse. The effort we put in to fighting or distracting the unwanted thought is often what makes it stick or fuel it's return. \\n\\nSome ways to approach your relationship with unwanted thoughts are to label them as intrusive, remind yourself that they are automatic and not a reflection of your subconscious, and give yourself some time to let the intrusive thoughts to pass. \\n\\nWhile intrusive thoughts are not necessarily red flags, they may be a symptom of an underlying mental health condition. If they are causing enough distress to interfere with everyday life, seek the advice of a healthcare provider. \\n\\nhttps://adaa.org/learn-from-us/from-the-experts/blog-posts/consumer/unwanted-intrusive-thoughts\\n\\n\\nhttps://www.healthline.com/health/mental-health/intrusive-thoughts#:~:text=Intrusive%20thoughts%20are%20thoughts%20that,may%20be%20violent%20or%20disturbing.\", \"author_fullname\": \"t2_s7pilzl\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"YSK that intrusive thoughts are normal, and don't mean you are a bad person.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/YouShouldKnow\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"hea\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1gi8n\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 12789, \"total_awards_received\": 35, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Health \\u0026 Sciences\", \"can_mod_post\": false, \"score\": 12789, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"self\", \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601343027.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.YouShouldKnow\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhy YSK: intrusive thoughts, while terrible, are very common. Having intrusive thoughts can be a source of shame and worry, as they often involve explicit violence and sexuality- but a thought is not an impulse. The effort we put in to fighting or distracting the unwanted thought is often what makes it stick or fuel it\\u0026#39;s return. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003ESome ways to approach your relationship with unwanted thoughts are to label them as intrusive, remind yourself that they are automatic and not a reflection of your subconscious, and give yourself some time to let the intrusive thoughts to pass. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWhile intrusive thoughts are not necessarily red flags, they may be a symptom of an underlying mental health condition. If they are causing enough distress to interfere with everyday life, seek the advice of a healthcare provider. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://adaa.org/learn-from-us/from-the-experts/blog-posts/consumer/unwanted-intrusive-thoughts\\\"\\u003Ehttps://adaa.org/learn-from-us/from-the-experts/blog-posts/consumer/unwanted-intrusive-thoughts\\u003C/a\\u003E\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://www.healthline.com/health/mental-health/intrusive-thoughts#:%7E:text=Intrusive%20thoughts%20are%20thoughts%20that,may%20be%20violent%20or%20disturbing\\\"\\u003Ehttps://www.healthline.com/health/mental-health/intrusive-thoughts#:~:text=Intrusive%20thoughts%20are%20thoughts%20that,may%20be%20violent%20or%20disturbing\\u003C/a\\u003E.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/iLzEh1gJo6VMmcejf6s0aXB31-iOc1A8wxeT0hZy4-E.jpg?auto=webp\\u0026s=a7370e964fc4e0a8ea346c66be5bdcffe2c31a19\", \"width\": 296, \"height\": 200}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/iLzEh1gJo6VMmcejf6s0aXB31-iOc1A8wxeT0hZy4-E.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=f7bf655c167ad3916d714544294fdee20c11145e\", \"width\": 108, \"height\": 72}, {\"url\": \"https://external-preview.redd.it/iLzEh1gJo6VMmcejf6s0aXB31-iOc1A8wxeT0hZy4-E.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=7e22cf7f04c7fc652b0b419399cc1c680cfdd8c8\", \"width\": 216, \"height\": 145}], \"variants\": {}, \"id\": \"uI3mmd0A8DulT-IV_MsfwlTSdZSevclwD5twkJvekoc\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"award_2ae56630-cfe0-424e-b810-4945b9145358\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2a2dcb39c9a8722a5293a6567094936af3366433\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2a712a82bcfae96a0244c7d53395af082e4f030f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a414be7b8a7820efe5bd8909eb9d80a27a9a901e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=37c769614dc2e0855c9e898f0691cbf5e25bce53\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=8706e3101ef36c57ab8f82f642bb26383c845c82\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Gives %{coin_symbol}100 Coins to both the author and the community.\", \"end_date\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful (Pro)\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2a2dcb39c9a8722a5293a6567094936af3366433\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2a712a82bcfae96a0244c7d53395af082e4f030f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a414be7b8a7820efe5bd8909eb9d80a27a9a901e\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=37c769614dc2e0855c9e898f0691cbf5e25bce53\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=8706e3101ef36c57ab8f82f642bb26383c845c82\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/trz28na8ajz31_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_69c94eb4-d6a3-48e7-9cf2-0f39fed8b87c\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Listen, get educated, and get involved.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Ally\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"a38db56c-6724-11e3-94eb-12313d188143\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r94o\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#646d73\", \"id\": \"j1gi8n\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Artsykate\", \"discussion_type\": null, \"num_comments\": 308, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/YouShouldKnow/comments/j1gi8n/ysk_that_intrusive_thoughts_are_normal_and_dont/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/YouShouldKnow/comments/j1gi8n/ysk_that_intrusive_thoughts_are_normal_and_dont/\", \"subreddit_subscribers\": 2535645, \"created_utc\": 1601314227.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"AnimalsBeingDerps\", \"selftext\": \"\", \"author_fullname\": \"t2_f18zz\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Cat confused by magic trick\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/AnimalsBeingDerps\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"removed\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1g8ka\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 19811, \"total_awards_received\": 31, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/degv44cz8xp51/DASH_360.mp4?source=fallback\", \"height\": 360, \"width\": 638, \"scrubber_media_url\": \"https://v.redd.it/degv44cz8xp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/degv44cz8xp51/DASHPlaylist.mpd?a=1603931458%2CMTE2OWQxOGFhZGM5NjdkMTg3ODU5ZjFlMzcyM2YxNDc0MjJiNWE5NzJiMTgxNmZkYzJlYWNjZmExMzcxODg0MA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 39, \"hls_url\": \"https://v.redd.it/degv44cz8xp51/HLSPlaylist.m3u8?a=1603931458%2CY2U2MWE2YTBlNTYzYzcyZjMxMDc4YTliOTUxYjU4OGRkOTcxNzU4Mzg0YWMzODQ4YjRjMTJlZGNmMWFmODM5OQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"HumansbeingDerps\", \"can_mod_post\": false, \"score\": 19811, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/W6IuPsqQmwfHwvmLVZ1hUp9bFHJ6rMfRnkgCnmd3w6s.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601342230.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/degv44cz8xp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/kmq-aATRfV4ZZB7xLeDV8mAB6XRlp0TVeJyMCakCUCM.png?format=pjpg\\u0026auto=webp\\u0026s=e55dd8df4a76c963343258729b11b59b914f3d1a\", \"width\": 638, \"height\": 360}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/kmq-aATRfV4ZZB7xLeDV8mAB6XRlp0TVeJyMCakCUCM.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=37ec811f3ded28857ecbb9a671ed503d106dba82\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/kmq-aATRfV4ZZB7xLeDV8mAB6XRlp0TVeJyMCakCUCM.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=166ae469c654ea90bc37856e5fa97b17e232f3ca\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/kmq-aATRfV4ZZB7xLeDV8mAB6XRlp0TVeJyMCakCUCM.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=99f7160c8c48500a45290eb7f21f0eacb950d4b3\", \"width\": 320, \"height\": 180}], \"variants\": {}, \"id\": \"6m26qCdioXhrD92dqG36GXejgn6hutJbQP8Gm9SQ0Uc\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"dba0b7be-4495-11e6-9abd-0ef755b4879f\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2xbrg\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1g8ka\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"elee0228\", \"discussion_type\": null, \"num_comments\": 92, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/AnimalsBeingDerps/comments/j1g8ka/cat_confused_by_magic_trick/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/degv44cz8xp51\", \"subreddit_subscribers\": 2831297, \"created_utc\": 1601313430.0, \"num_crossposts\": 9, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/degv44cz8xp51/DASH_360.mp4?source=fallback\", \"height\": 360, \"width\": 638, \"scrubber_media_url\": \"https://v.redd.it/degv44cz8xp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/degv44cz8xp51/DASHPlaylist.mpd?a=1603931458%2CMTE2OWQxOGFhZGM5NjdkMTg3ODU5ZjFlMzcyM2YxNDc0MjJiNWE5NzJiMTgxNmZkYzJlYWNjZmExMzcxODg0MA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 39, \"hls_url\": \"https://v.redd.it/degv44cz8xp51/HLSPlaylist.m3u8?a=1603931458%2CY2U2MWE2YTBlNTYzYzcyZjMxMDc4YTliOTUxYjU4OGRkOTcxNzU4Mzg0YWMzODQ4YjRjMTJlZGNmMWFmODM5OQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"discgolf\", \"selftext\": \"https://youtu.be/YUkPnI1aRDo?t=3429\\n\\nI'm kind of shocked Innova sponsors a guy who rocks a \\\"white pride\\\" tattoo. Definitely not a good look for Innova and another reason to support other companies. \\n\\nWhat a lame excuse and lame way to gloss over the matter by the hosts.\", \"author_fullname\": \"t2_5r5q8bln\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 2, \"clicked\": false, \"title\": \"Hold up...Innova sponsors a player (Josh Anton) who has a \\\"white pride\\\" tattoo...\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/discgolf\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1hkqt\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.88, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 959, \"total_awards_received\": 5, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 959, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"self\", \"edited\": 1601322213.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 2}, \"post_hint\": \"self\", \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601346136.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.discgolf\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"https://youtu.be/YUkPnI1aRDo?t=3429\\\"\\u003Ehttps://youtu.be/YUkPnI1aRDo?t=3429\\u003C/a\\u003E\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EI\\u0026#39;m kind of shocked Innova sponsors a guy who rocks a \\u0026quot;white pride\\u0026quot; tattoo. Definitely not a good look for Innova and another reason to support other companies. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWhat a lame excuse and lame way to gloss over the matter by the hosts.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/aj0_fx_siL2OEXlV6zvTsZw9ZGeBrzGk3-Xnk8ellGw.jpg?auto=webp\\u0026s=bd7c8ef8a125056305ac10b1ab80ca9a1fd558ba\", \"width\": 480, \"height\": 360}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/aj0_fx_siL2OEXlV6zvTsZw9ZGeBrzGk3-Xnk8ellGw.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=571314148742873989e25cb564303b382d57eac3\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/aj0_fx_siL2OEXlV6zvTsZw9ZGeBrzGk3-Xnk8ellGw.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=ceba263427903446adde91553fd388221a80c994\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/aj0_fx_siL2OEXlV6zvTsZw9ZGeBrzGk3-Xnk8ellGw.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=463f2737270fe9568b85c4c0c250d7dcf7d4935e\", \"width\": 320, \"height\": 240}], \"variants\": {}, \"id\": \"PknYdWnbk-tFjpKR0_mllxsTFFW8mWMz-zTiCOHLV7s\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qk68\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1hkqt\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Scander11\", \"discussion_type\": null, \"num_comments\": 812, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/discgolf/comments/j1hkqt/hold_upinnova_sponsors_a_player_josh_anton_who/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/discgolf/comments/j1hkqt/hold_upinnova_sponsors_a_player_josh_anton_who/\", \"subreddit_subscribers\": 122036, \"created_utc\": 1601317336.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"pcmasterrace\", \"selftext\": \"\", \"author_fullname\": \"t2_59pbs96l\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Nvidia GPU evolution (updated for 2020)\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Video\"}], \"subreddit_name_prefixed\": \"r/pcmasterrace\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"blue\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1cra2\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 44235, \"total_awards_received\": 121, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Video\", \"can_mod_post\": false, \"score\": 44235, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/0PdiqdclhDVopQATrq8Q8uKOZYy8xSX1Rr5ZeuiR290.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601331252.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.imgur.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.imgur.com/d78JiZA.gifv\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/2Oh-5TJpJbNCJDeLL8L5CIIld_3IzKFWdtSvz7T6KFw.jpg?auto=webp\\u0026s=74e7750793dcefc651ec74f10b9462d44dcff830\", \"width\": 960, \"height\": 960}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/2Oh-5TJpJbNCJDeLL8L5CIIld_3IzKFWdtSvz7T6KFw.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=39d710ed68ccdecb5a716bf8718b46b1957c9863\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/2Oh-5TJpJbNCJDeLL8L5CIIld_3IzKFWdtSvz7T6KFw.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=d2d13b54201e33966471d01e388ffab5268a7acd\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/2Oh-5TJpJbNCJDeLL8L5CIIld_3IzKFWdtSvz7T6KFw.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=39665a6e14bb705f616b5894e4ae97aa2ff8514d\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/2Oh-5TJpJbNCJDeLL8L5CIIld_3IzKFWdtSvz7T6KFw.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=350198e8df80eea8546f000c2d2ad603b750cd7a\", \"width\": 640, \"height\": 640}, {\"url\": \"https://external-preview.redd.it/2Oh-5TJpJbNCJDeLL8L5CIIld_3IzKFWdtSvz7T6KFw.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=27f47616a0b63eef9082513272c0fb1d13230cf7\", \"width\": 960, \"height\": 960}], \"variants\": {}, \"id\": \"pdpRPx4QWAtvzSD_BgKgEnvglHJxuA_-AkIXW9iN9Gs\"}], \"reddit_video_preview\": {\"fallback_url\": \"https://v.redd.it/lzljsyhuvvp51/DASH_720.mp4\", \"height\": 720, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/lzljsyhuvvp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/lzljsyhuvvp51/DASHPlaylist.mpd\", \"duration\": 43, \"hls_url\": \"https://v.redd.it/lzljsyhuvvp51/HLSPlaylist.m3u8\", \"is_gif\": true, \"transcoding_status\": \"completed\"}, \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 75, \"id\": \"award_9663243a-e77f-44cf-abc6-850ead2cd18d\", \"penny_donate\": 0, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"For an especially amazing showing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo Grande!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3459bdf1d1777821a831c5bf9834f4365263fcff\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9181d68065ccfccf2b1074e499cd7c1103aa2ce8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=339b368d395219120abc50d54fb3e2cdcad8ca4f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=de4ebbe92f9019de05aaa77f88810d44adbe1e50\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ba6c1add5204ea43e5af010bd9622392a42140e3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 25, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 26, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 15, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_fbe9527a-adb3-430e-af1a-5fd3489e641b\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=36f008595706cfff9ef6d1fdd06ae5353474471b\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=b1e37f10d35059cc2ac41356073420b41a429d75\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c0cc6ae54fbf3e94516aaacef918834fd12030b3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ee6a20be9f41b0e203fff64eb47cb5674e22daa6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=38ac24a33777a7fc3e77f68836c150daf7cb4aa4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm genuinely flabbergasted.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Shocked\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=36f008595706cfff9ef6d1fdd06ae5353474471b\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=b1e37f10d35059cc2ac41356073420b41a429d75\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c0cc6ae54fbf3e94516aaacef918834fd12030b3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ee6a20be9f41b0e203fff64eb47cb5674e22daa6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=38ac24a33777a7fc3e77f68836c150daf7cb4aa4\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 20, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 16, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_d33fddd7-a58a-4472-b1a2-3157d8c8b76f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Looking like you're working is hard work.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Looking Busy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=db9e29688c05aeb51dafbcd54ec1dcfab3bb47dc\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=46adbd135d36ba32a7709877e99ff7a126af367b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f3118b3d29ca5d2a3c6e941a0b874c9b66dd7f7b\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=50f2d89d742aa628382b07bea320a4673821cbca\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ebbcf8563d42edc4fd85e52933dafaecb6a849b7\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/k0qzautvyyk51_LookingBusy.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"9515de82-cd27-11e4-b256-22000b339334\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2sgp1\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#0000ff\", \"id\": \"j1cra2\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"My_Memes_Will_Cure_U\", \"discussion_type\": null, \"num_comments\": 843, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/pcmasterrace/comments/j1cra2/nvidia_gpu_evolution_updated_for_2020/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/d78JiZA.gifv\", \"subreddit_subscribers\": 4291908, \"created_utc\": 1601302452.0, \"num_crossposts\": 6, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"RoastMe\", \"selftext\": \"\", \"author_fullname\": \"t2_3kxbmgms\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Turning 20 today! But the neighbors asked if I was turning 13 because apparently I look THAT young. Embarrass me more, Reddit!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/RoastMe\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1cb3d\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 6567, \"total_awards_received\": 3, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 6567, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/euA3QhOHWcTo-VtvQGHaPpFasKHzs4lQ_vdBuTzU60E.jpg\", \"edited\": false, \"author_flair_css_class\": \"roastlink\", \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601329682.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/rqav2lb48wp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/rqav2lb48wp51.jpg?auto=webp\\u0026s=3b43fc93e284f1b34c02fa95d0e919e43fa6ffef\", \"width\": 1836, \"height\": 3264}, \"resolutions\": [{\"url\": \"https://preview.redd.it/rqav2lb48wp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=1ae3db85d3f89ab59f4f674266ea216bc9c4b783\", \"width\": 108, \"height\": 192}, {\"url\": \"https://preview.redd.it/rqav2lb48wp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=bba3fb200bc9a6963df495fbc4e7818f0da2d037\", \"width\": 216, \"height\": 384}, {\"url\": \"https://preview.redd.it/rqav2lb48wp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=dade742ceb2002aa75016976db30005448fdb9e9\", \"width\": 320, \"height\": 568}, {\"url\": \"https://preview.redd.it/rqav2lb48wp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=dd61eb0dd93825107068181fe9a75207d7a729f8\", \"width\": 640, \"height\": 1137}, {\"url\": \"https://preview.redd.it/rqav2lb48wp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=51a9025cbe11f29949490bce58f0b5987a705127\", \"width\": 960, \"height\": 1706}, {\"url\": \"https://preview.redd.it/rqav2lb48wp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=7886a0fb157ea1e240d7c063de10bbe83d3a6c7a\", \"width\": 1080, \"height\": 1920}], \"variants\": {}, \"id\": \"jjlfJY1e0hpSqftIFLMpQIorjovVKfyQOw6Yht2m474\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"http://redd.it/j1cb3d\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_37xo2\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1cb3d\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Lord_Zahkrosis\", \"discussion_type\": null, \"num_comments\": 919, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/RoastMe/comments/j1cb3d/turning_20_today_but_the_neighbors_asked_if_i_was/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/rqav2lb48wp51.jpg\", \"subreddit_subscribers\": 2027927, \"created_utc\": 1601300882.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"insaneparents\", \"selftext\": \"\", \"author_fullname\": \"t2_38g4qhq1\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Let's hope he didn't get his pc with his own savings\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Other\"}], \"subreddit_name_prefixed\": \"r/insaneparents\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"other\", \"downs\": 0, \"thumbnail_height\": 95, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1b4nt\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 34925, \"total_awards_received\": 30, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Other\", \"can_mod_post\": false, \"score\": 34925, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Bqez5rgMv853sm4RqXikdAmfcP0VCDRq8r_hoa0xufI.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601325207.0, \"link_flair_type\": \"richtext\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/a6ubvcytuvp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/a6ubvcytuvp51.jpg?auto=webp\\u0026s=346b207eb252ec73cd0c65623615fd83ef45ad84\", \"width\": 1080, \"height\": 740}, \"resolutions\": [{\"url\": \"https://preview.redd.it/a6ubvcytuvp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=222fbc5aa73c34f4ba378d4e4271e6515758be8c\", \"width\": 108, \"height\": 74}, {\"url\": \"https://preview.redd.it/a6ubvcytuvp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=608c2ca8a9b23e09baa4f3d01bf569547ca7e2a1\", \"width\": 216, \"height\": 148}, {\"url\": \"https://preview.redd.it/a6ubvcytuvp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=dfcb9e31522feb352c1c9b6c2f2a376a3c7760b5\", \"width\": 320, \"height\": 219}, {\"url\": \"https://preview.redd.it/a6ubvcytuvp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=9d91c52ce9de08576415b31c9de5aaa3b40edb6c\", \"width\": 640, \"height\": 438}, {\"url\": \"https://preview.redd.it/a6ubvcytuvp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=3afe3f4e6ee223160ee32e779a6ad06a8653577f\", \"width\": 960, \"height\": 657}, {\"url\": \"https://preview.redd.it/a6ubvcytuvp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=461da7e5de2f9d477dacaa1840b7350925565b06\", \"width\": 1080, \"height\": 740}], \"variants\": {}, \"id\": \"Zoo49l_52-sifPVanacXOQ1Vl1C_JSS6Vj0RjM9ppdc\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_88fdcafc-57a0-48db-99cc-76276bfaf28b\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3481c2a89c2ebe653aae1b8d627c20c10abfc79e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2bd2b8a9417e7cc18752927c11f98b242c133f2f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a34e3d83c5dd9f6c731b1375500e4de8d4fee652\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6525899b9a01d5b0c4deea6c34cd8436ee1ff0c7\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c9e094023649693de991fff551a0c9561d11163a\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"To pay respects.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Press F\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3481c2a89c2ebe653aae1b8d627c20c10abfc79e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2bd2b8a9417e7cc18752927c11f98b242c133f2f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a34e3d83c5dd9f6c731b1375500e4de8d4fee652\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6525899b9a01d5b0c4deea6c34cd8436ee1ff0c7\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c9e094023649693de991fff551a0c9561d11163a\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 15, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"eec56d18-0ddd-11e8-9d65-0ef393c4b526\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3pkgv\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#4b0082\", \"id\": \"j1b4nt\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Charlie535353\", \"discussion_type\": null, \"num_comments\": 732, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/insaneparents/comments/j1b4nt/lets_hope_he_didnt_get_his_pc_with_his_own_savings/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/a6ubvcytuvp51.jpg\", \"subreddit_subscribers\": 1162846, \"created_utc\": 1601296407.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"badwomensanatomy\", \"selftext\": \"\", \"author_fullname\": \"t2_6h1jj8ar\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Ladies, don\\u2019t have an unforgivable vagun or you\\u2019ll die alone\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/badwomensanatomy\", \"hidden\": false, \"pwls\": 0, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j17zxm\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 9454, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 9454, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"nsfw\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601308913.0, \"link_flair_type\": \"text\", \"wls\": 0, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/jf8dg35ciup51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": true, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?auto=webp\\u0026s=7879b7c1db9707e05db6f80762d805cab3e7426e\", \"width\": 444, \"height\": 960}, \"resolutions\": [{\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=eb9fd043f02291834358769fc9ae1a43c3fb6752\", \"width\": 108, \"height\": 216}, {\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=cc34c2f59136615da9c039fd3598683ad688fd55\", \"width\": 216, \"height\": 432}, {\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=1bcd17012e6723a34477abb63b2112702dfc90e7\", \"width\": 320, \"height\": 640}], \"variants\": {\"obfuscated\": {\"source\": {\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=0a88e024f6344a3d0dffda68f3dfc01778089bff\", \"width\": 444, \"height\": 960}, \"resolutions\": [{\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?width=108\\u0026crop=smart\\u0026blur=10\\u0026format=pjpg\\u0026auto=webp\\u0026s=c18fcd14185b83ae5e920090f8eca947ad48afca\", \"width\": 108, \"height\": 216}, {\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?width=216\\u0026crop=smart\\u0026blur=21\\u0026format=pjpg\\u0026auto=webp\\u0026s=76f6d2e91e059d7394f432de700ad86ce8a839cb\", \"width\": 216, \"height\": 432}, {\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?width=320\\u0026crop=smart\\u0026blur=32\\u0026format=pjpg\\u0026auto=webp\\u0026s=e40481dca50150ec17518f57fa196cee0972dd9f\", \"width\": 320, \"height\": 640}]}, \"nsfw\": {\"source\": {\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?blur=40\\u0026format=pjpg\\u0026auto=webp\\u0026s=0a88e024f6344a3d0dffda68f3dfc01778089bff\", \"width\": 444, \"height\": 960}, \"resolutions\": [{\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?width=108\\u0026crop=smart\\u0026blur=10\\u0026format=pjpg\\u0026auto=webp\\u0026s=c18fcd14185b83ae5e920090f8eca947ad48afca\", \"width\": 108, \"height\": 216}, {\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?width=216\\u0026crop=smart\\u0026blur=21\\u0026format=pjpg\\u0026auto=webp\\u0026s=76f6d2e91e059d7394f432de700ad86ce8a839cb\", \"width\": 216, \"height\": 432}, {\"url\": \"https://preview.redd.it/jf8dg35ciup51.jpg?width=320\\u0026crop=smart\\u0026blur=32\\u0026format=pjpg\\u0026auto=webp\\u0026s=e40481dca50150ec17518f57fa196cee0972dd9f\", \"width\": 320, \"height\": 640}]}}, \"id\": \"kD9EZkBORLQRVSto7q7XWuVsp7OukKWfqQfTxBQrqUE\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2zlzd\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j17zxm\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Thisisdagnyspeaking\", \"discussion_type\": null, \"num_comments\": 484, \"send_replies\": true, \"whitelist_status\": \"no_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/badwomensanatomy/comments/j17zxm/ladies_dont_have_an_unforgivable_vagun_or_youll/\", \"parent_whitelist_status\": \"no_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/jf8dg35ciup51.jpg\", \"subreddit_subscribers\": 423300, \"created_utc\": 1601280113.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"CODWarzone\", \"selftext\": \"\", \"author_fullname\": \"t2_2ol17j4u\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Yo Activision, please invest in some sort of anti-cheat system. 4 games in a row ruined by blatant hackers like this.\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Video\"}], \"subreddit_name_prefixed\": \"r/CODWarzone\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1bvcb\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 8150, \"total_awards_received\": 30, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/1rxk0cwx2wp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1920, \"scrubber_media_url\": \"https://v.redd.it/1rxk0cwx2wp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/1rxk0cwx2wp51/DASHPlaylist.mpd?a=1603931458%2CMDVmZTc3OTZjNGQwMDI5M2YwMTQ3ODRiNjE5NTkwNjIyZTU4NmZjMTc4Y2YyNGU0OGY5NzNlYzY0ZWQ4YzVmOQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 60, \"hls_url\": \"https://v.redd.it/1rxk0cwx2wp51/HLSPlaylist.m3u8?a=1603931458%2CMDRmNTIyNzVkNzBlNjc2ZTk3MTRhZGY0YTQ1ZjQyZTBhYmQ4NWI1OTIwOTVhNWQ3M2I0MzQ5YTM3YzFlNDMyYg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Video\", \"can_mod_post\": false, \"score\": 8150, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/5RgyYHR5OeHgs96bvKuHf_f42yaFW8AQERGGiD5y4V8.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 3}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601328071.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/1rxk0cwx2wp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/tOFjgeYL8pIyZp9FeyU2byBtBESu7EUDuQENccZnETs.png?format=pjpg\\u0026auto=webp\\u0026s=6ad2901fea922b5d3e9906b3f3cf46240dd4726d\", \"width\": 1920, \"height\": 1080}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/tOFjgeYL8pIyZp9FeyU2byBtBESu7EUDuQENccZnETs.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=2e15906c8b9c75f8bccbc7e4f2802dd3bc9bffc9\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/tOFjgeYL8pIyZp9FeyU2byBtBESu7EUDuQENccZnETs.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=4478a56220f064012b63db1ad31b9a595cae221a\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/tOFjgeYL8pIyZp9FeyU2byBtBESu7EUDuQENccZnETs.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=8cb552ff08714a16d4096bcb08e7313509fa560a\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/tOFjgeYL8pIyZp9FeyU2byBtBESu7EUDuQENccZnETs.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=ec32f2cd291e5c3abc2e42af5eddb699fb5fded2\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/tOFjgeYL8pIyZp9FeyU2byBtBESu7EUDuQENccZnETs.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=720e5ead73ad19a49fe7f84f2e8e41be57020ff2\", \"width\": 960, \"height\": 540}, {\"url\": \"https://external-preview.redd.it/tOFjgeYL8pIyZp9FeyU2byBtBESu7EUDuQENccZnETs.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=b804f879d3ed248f53aff8b89ee7e4ddf9917384\", \"width\": 1080, \"height\": 607}], \"variants\": {}, \"id\": \"7ZZyltIvXrt2CbppHGGUeHG18WOi2gaZk-LBDdHo0mE\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"ba771076-5ae7-11ea-a789-0e2aad0a43b5\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2clyzt\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ff0000\", \"id\": \"j1bvcb\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"WeShouldBeDead\", \"discussion_type\": null, \"num_comments\": 798, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/CODWarzone/comments/j1bvcb/yo_activision_please_invest_in_some_sort_of/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/1rxk0cwx2wp51\", \"subreddit_subscribers\": 375992, \"created_utc\": 1601299271.0, \"num_crossposts\": 0, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/1rxk0cwx2wp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1920, \"scrubber_media_url\": \"https://v.redd.it/1rxk0cwx2wp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/1rxk0cwx2wp51/DASHPlaylist.mpd?a=1603931458%2CMDVmZTc3OTZjNGQwMDI5M2YwMTQ3ODRiNjE5NTkwNjIyZTU4NmZjMTc4Y2YyNGU0OGY5NzNlYzY0ZWQ4YzVmOQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 60, \"hls_url\": \"https://v.redd.it/1rxk0cwx2wp51/HLSPlaylist.m3u8?a=1603931458%2CMDRmNTIyNzVkNzBlNjc2ZTk3MTRhZGY0YTQ1ZjQyZTBhYmQ4NWI1OTIwOTVhNWQ3M2I0MzQ5YTM3YzFlNDMyYg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"AnimalsBeingBros\", \"selftext\": \"\", \"author_fullname\": \"t2_3oet293f\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"This is definitely not their first time doing this.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/AnimalsBeingBros\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1evff\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 40333, \"total_awards_received\": 99, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/fb5ddvk0xwp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 405, \"scrubber_media_url\": \"https://v.redd.it/fb5ddvk0xwp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/fb5ddvk0xwp51/DASHPlaylist.mpd?a=1603931458%2COTY4MzkzNGFjNzQ0OTYyZjBjYzUwZGQxZGM2ODQ0NWYxNTU2NzU0OWEzNDk3Mjg2NzU4OTIzYzY3OTQwZDAzYQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 45, \"hls_url\": \"https://v.redd.it/fb5ddvk0xwp51/HLSPlaylist.m3u8?a=1603931458%2CY2I4ODYxNDQzY2M2YTIwODZlMGQxMDllM2RjOGQ1NmE4ZjJhNTJjNmEyYTQ0YWNmMzlkNTZkODIzNDYyZThlNQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 40333, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/W1iVaJKit3bQIYuZbvnHq6al2SIdK386H6S49yU5QYc.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601338073.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/fb5ddvk0xwp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/_LQrsTSemzym1LdnczkQvgz8vIULwIfOkfYr95lWH7k.png?format=pjpg\\u0026auto=webp\\u0026s=24318a46891eebb4b4d7af5292ae14298f63663a\", \"width\": 576, \"height\": 1024}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/_LQrsTSemzym1LdnczkQvgz8vIULwIfOkfYr95lWH7k.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=f630988ffe5b91977eae761f07945d1b1d334bc8\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/_LQrsTSemzym1LdnczkQvgz8vIULwIfOkfYr95lWH7k.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=d354abfecd1560184f8784b6e68174881210c5b2\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/_LQrsTSemzym1LdnczkQvgz8vIULwIfOkfYr95lWH7k.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=5e382d02e485efab9db01c10ea2c1f62913a5d09\", \"width\": 320, \"height\": 568}], \"variants\": {}, \"id\": \"94r79YsSnwH7PPyB5VnY3cb0A8NjTpccqMEMv7Jglzg\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_c4b2e438-16bb-4568-88e7-7893b7662944\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glittering stamp for a feel-good thing\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome Seal of Approval\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 19, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 33, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 20, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2wmvy\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1evff\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"noobshifu69\", \"discussion_type\": null, \"num_comments\": 262, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/AnimalsBeingBros/comments/j1evff/this_is_definitely_not_their_first_time_doing_this/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/fb5ddvk0xwp51\", \"subreddit_subscribers\": 3602690, \"created_utc\": 1601309273.0, \"num_crossposts\": 12, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/fb5ddvk0xwp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 405, \"scrubber_media_url\": \"https://v.redd.it/fb5ddvk0xwp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/fb5ddvk0xwp51/DASHPlaylist.mpd?a=1603931458%2COTY4MzkzNGFjNzQ0OTYyZjBjYzUwZGQxZGM2ODQ0NWYxNTU2NzU0OWEzNDk3Mjg2NzU4OTIzYzY3OTQwZDAzYQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 45, \"hls_url\": \"https://v.redd.it/fb5ddvk0xwp51/HLSPlaylist.m3u8?a=1603931458%2CY2I4ODYxNDQzY2M2YTIwODZlMGQxMDllM2RjOGQ1NmE4ZjJhNTJjNmEyYTQ0YWNmMzlkNTZkODIzNDYyZThlNQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Whatcouldgowrong\", \"selftext\": \"\", \"author_fullname\": \"t2_37r40k3v\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"WCGW using a resistance band.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Whatcouldgowrong\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 107, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ew7q\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 29718, \"total_awards_received\": 24, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/iyoc5329xwp51/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 642, \"scrubber_media_url\": \"https://v.redd.it/iyoc5329xwp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/iyoc5329xwp51/DASHPlaylist.mpd?a=1603931458%2CNDQ0ODk4MzA2ZDBhMWI3MWVmNTM1ZmE5ZjM3MDI2ZDQ5ZTkyYTI4Y2FjMjY0MGNiOGRhNThkM2Y3N2MyZTZlMQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 14, \"hls_url\": \"https://v.redd.it/iyoc5329xwp51/HLSPlaylist.m3u8?a=1603931458%2CZTIxN2M4YjQwNzRkYmM1NmMxODY1ZDIzM2FlNmE3OGE2NzMzMGZiNTg5Y2Q3NWEyMzIyYzhlMjMyYzQxZTNjYw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 29718, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/NURqeEyRjwiX4pBaFcLlfSuZa6k27mY57YjuMJlNZPY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601338141.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/iyoc5329xwp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/uADbdK6-dml_Db_ohwCWELC7Gs6SmhpCmNIiuPBL0Cg.png?format=pjpg\\u0026auto=webp\\u0026s=2fc3a0b80eb2fd33830cec9befb33167f53a62a7\", \"width\": 781, \"height\": 598}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/uADbdK6-dml_Db_ohwCWELC7Gs6SmhpCmNIiuPBL0Cg.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=372e225dc626975c8be903f377105f8274549724\", \"width\": 108, \"height\": 82}, {\"url\": \"https://external-preview.redd.it/uADbdK6-dml_Db_ohwCWELC7Gs6SmhpCmNIiuPBL0Cg.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=367432d7ec30b4c77472be665bbf23ef6c940b53\", \"width\": 216, \"height\": 165}, {\"url\": \"https://external-preview.redd.it/uADbdK6-dml_Db_ohwCWELC7Gs6SmhpCmNIiuPBL0Cg.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=99df1b69d53fb58bc91a82b12e97e010b8654880\", \"width\": 320, \"height\": 245}, {\"url\": \"https://external-preview.redd.it/uADbdK6-dml_Db_ohwCWELC7Gs6SmhpCmNIiuPBL0Cg.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=6e602c28b9af8eda7d7126b31131600238345077\", \"width\": 640, \"height\": 490}], \"variants\": {}, \"id\": \"4GZ_jVCSaeBMxom2mF9neLN28yB-DD43S1Y5er5DbKw\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 30, \"id\": \"award_c4b2e438-16bb-4568-88e7-7893b7662944\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glittering stamp for a feel-good thing\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome Seal of Approval\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1a331be5cf6d754b4cb7ed2ca3706f70d5260a57\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=6d0a6351d4080286095df432f95a103cdf4188f2\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=913e99a6f6688f26c08dcb411f043f71b17df931\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e3ad9900371bf1f91eb422b4d000b3a1c0d5a9c4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=4cc281fbace61e034477d2bdb7b158913457863d\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/b9ks3a5k7jj41_WholesomeSealofApproval.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2x2oy\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ew7q\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"_thekinginthenorth\", \"discussion_type\": null, \"num_comments\": 784, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Whatcouldgowrong/comments/j1ew7q/wcgw_using_a_resistance_band/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/iyoc5329xwp51\", \"subreddit_subscribers\": 4078262, \"created_utc\": 1601309341.0, \"num_crossposts\": 21, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/iyoc5329xwp51/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 642, \"scrubber_media_url\": \"https://v.redd.it/iyoc5329xwp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/iyoc5329xwp51/DASHPlaylist.mpd?a=1603931458%2CNDQ0ODk4MzA2ZDBhMWI3MWVmNTM1ZmE5ZjM3MDI2ZDQ5ZTkyYTI4Y2FjMjY0MGNiOGRhNThkM2Y3N2MyZTZlMQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 14, \"hls_url\": \"https://v.redd.it/iyoc5329xwp51/HLSPlaylist.m3u8?a=1603931458%2CZTIxN2M4YjQwNzRkYmM1NmMxODY1ZDIzM2FlNmE3OGE2NzMzMGZiNTg5Y2Q3NWEyMzIyYzhlMjMyYzQxZTNjYw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"me_irl\", \"selftext\": \"\", \"author_fullname\": \"t2_6ra8y\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"me_irl\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/me_irl\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1fadi\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 40369, \"total_awards_received\": 50, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 40369, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/f9lrsQxiKc3xpL5LaK0xzaSrmaocl6FiKEkXPUozbjU.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 2}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601339383.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.imgur.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.imgur.com/G9xFeN5.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/jWZMGekzrNck7u0gxVNIR2Kmd2AR2KNfU2dGcRwCwZE.jpg?auto=webp\\u0026s=35a8e89605306cf73bbe870fb6a69d1ed981eb44\", \"width\": 960, \"height\": 960}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/jWZMGekzrNck7u0gxVNIR2Kmd2AR2KNfU2dGcRwCwZE.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=535d7bae426e835a8e744c7b883ad118af30c2aa\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/jWZMGekzrNck7u0gxVNIR2Kmd2AR2KNfU2dGcRwCwZE.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=0bd627121aacd95f2f23e05844cf9ce2e201348f\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/jWZMGekzrNck7u0gxVNIR2Kmd2AR2KNfU2dGcRwCwZE.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=29eea00b529b762d74fa1a2db49e79b28b7bed96\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/jWZMGekzrNck7u0gxVNIR2Kmd2AR2KNfU2dGcRwCwZE.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=54de82a41d0b874fece194f3401f60864c2b780a\", \"width\": 640, \"height\": 640}, {\"url\": \"https://external-preview.redd.it/jWZMGekzrNck7u0gxVNIR2Kmd2AR2KNfU2dGcRwCwZE.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=158ce8d6778fc8dfc0cf1797e89de688d1ec4da2\", \"width\": 960, \"height\": 960}], \"variants\": {}, \"id\": \"0qMR83sZhgN4UZ4wecNXcOH5mmHyzKA4HopO5I_7Wr8\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2vegg\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1fadi\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"LelandMaccabeus\", \"discussion_type\": null, \"num_comments\": 300, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/me_irl/comments/j1fadi/me_irl/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/G9xFeN5.jpg\", \"subreddit_subscribers\": 4481438, \"created_utc\": 1601310583.0, \"num_crossposts\": 6, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"facepalm\", \"selftext\": \"\", \"author_fullname\": \"t2_86np4r3z\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"As a German I just want to add that.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/facepalm\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 135, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1fhso\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.87, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 44311, \"total_awards_received\": 39, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Politics\", \"can_mod_post\": false, \"score\": 44311, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/GqLqZ_yXXEch3MW2fuUAaM-aDleDF9-Af3EVWsqVwnw.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601340015.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"preview.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://preview.redd.it/wh164j8dva851.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=ef03d84034d8d7d3b95674510a2d518d0cf3ddb9\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/AVhper_Q8Xf7Ti6PkvEbGWn2XOUut9n71IS5hWEMQEs.jpg?auto=webp\\u0026s=e668cbdac0fa91a61dd76dc4c4473b3d27634239\", \"width\": 640, \"height\": 620}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/AVhper_Q8Xf7Ti6PkvEbGWn2XOUut9n71IS5hWEMQEs.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=52e50dc0fcf288782d39bc078dada9e367a5a830\", \"width\": 108, \"height\": 104}, {\"url\": \"https://external-preview.redd.it/AVhper_Q8Xf7Ti6PkvEbGWn2XOUut9n71IS5hWEMQEs.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=bfad3cae42e7a82d34ba37a0bc52b958eb90e579\", \"width\": 216, \"height\": 209}, {\"url\": \"https://external-preview.redd.it/AVhper_Q8Xf7Ti6PkvEbGWn2XOUut9n71IS5hWEMQEs.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=2020640e4c5c3eaa9ac35ebc35f75325fe43944d\", \"width\": 320, \"height\": 310}, {\"url\": \"https://external-preview.redd.it/AVhper_Q8Xf7Ti6PkvEbGWn2XOUut9n71IS5hWEMQEs.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=08928cfa8f9dc8d39ea68b9138096944539a381a\", \"width\": 640, \"height\": 620}], \"variants\": {}, \"id\": \"rT3y-46ccumTs0nnzV13pi0flAZltZZemXjoIx-Q0-A\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 10, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_869d4135-8738-41e5-8630-de593b4f049f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Did somebody say 'Murica?\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"'MURICA\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"3b605084-8942-11ea-9714-0e187fa9d6df\", \"can_gild\": false, \"spoiler\": false, \"locked\": true, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r5rp\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#0079d3\", \"id\": \"j1fhso\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"kingmcash\", \"discussion_type\": null, \"num_comments\": 695, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/facepalm/comments/j1fhso/as_a_german_i_just_want_to_add_that/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://preview.redd.it/wh164j8dva851.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=ef03d84034d8d7d3b95674510a2d518d0cf3ddb9\", \"subreddit_subscribers\": 4575189, \"created_utc\": 1601311215.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"ToiletPaperUSA\", \"selftext\": \"\", \"author_fullname\": \"t2_bk4kt\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"If socialism is so great how come they couldn\\u2019t survive a genocide?\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"*REAL*\"}], \"subreddit_name_prefixed\": \"r/ToiletPaperUSA\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1awd7\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 15680, \"total_awards_received\": 3, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"*REAL*\", \"can_mod_post\": false, \"score\": 15680, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/zznSDoxFI_7rFvSjyUXBfKAIukUf3I01pdcl8hzGNzs.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601324209.0, \"link_flair_type\": \"richtext\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/g2gszy8vrvp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/g2gszy8vrvp51.jpg?auto=webp\\u0026s=65df11d6fb80012adb7aa00081559c985e2a9053\", \"width\": 828, \"height\": 900}, \"resolutions\": [{\"url\": \"https://preview.redd.it/g2gszy8vrvp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=83a03c6668d2442444411857b84db4d82048dc01\", \"width\": 108, \"height\": 117}, {\"url\": \"https://preview.redd.it/g2gszy8vrvp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=e193573498b882a0d1181f72946f65561ea2df0e\", \"width\": 216, \"height\": 234}, {\"url\": \"https://preview.redd.it/g2gszy8vrvp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=4bc0c2f932fb66fe6110998a58fbb7bbc76e01e3\", \"width\": 320, \"height\": 347}, {\"url\": \"https://preview.redd.it/g2gszy8vrvp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=99408584e6ffe30e6387400f6ab6aaf7c952c06b\", \"width\": 640, \"height\": 695}], \"variants\": {}, \"id\": \"KSJ63XdH9UCbpaeQcFH5mxBPiD9Vs8zVYwQ-Evb92cs\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"af62f1d4-7a25-11ea-935f-0eeb711301e7\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3pccn\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#dadada\", \"id\": \"j1awd7\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"cyan386\", \"discussion_type\": null, \"num_comments\": 594, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/ToiletPaperUSA/comments/j1awd7/if_socialism_is_so_great_how_come_they_couldnt/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/g2gszy8vrvp51.jpg\", \"subreddit_subscribers\": 246738, \"created_utc\": 1601295409.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Minecraft\", \"selftext\": \"\", \"author_fullname\": \"t2_7jxpy40a\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"I love them so much\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Art\"}], \"subreddit_name_prefixed\": \"r/Minecraft\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"art\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1emup\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 34851, \"total_awards_received\": 79, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": true, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Art\", \"can_mod_post\": false, \"score\": 34851, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/O5r0sGCeOXzyhBM3kAcKQ-774rmzbrM1DfEkz27LSgs.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601337328.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/2ybe3utmuwp51.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/2ybe3utmuwp51.png?auto=webp\\u0026s=c07dadb167055d0377ed3781ee0720941bfb0426\", \"width\": 2500, \"height\": 2500}, \"resolutions\": [{\"url\": \"https://preview.redd.it/2ybe3utmuwp51.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=bd2c795d42c928c4b3d1555bc1ef3ebae699c3c4\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/2ybe3utmuwp51.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=f44139f26ee81d8354e9af350eb8f31d61f881fc\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/2ybe3utmuwp51.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=6d07a6d400b8b507061b689f59c1f0c31b945072\", \"width\": 320, \"height\": 320}, {\"url\": \"https://preview.redd.it/2ybe3utmuwp51.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=db96811fef13ba15d5e59f8b6000baf17ec827f1\", \"width\": 640, \"height\": 640}, {\"url\": \"https://preview.redd.it/2ybe3utmuwp51.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=0b1e6275da5b3190a66418218ee34035981c4de0\", \"width\": 960, \"height\": 960}, {\"url\": \"https://preview.redd.it/2ybe3utmuwp51.png?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=4c80ae46ba528f8cf94290c0479d3423d06429a8\", \"width\": 1080, \"height\": 1080}], \"variants\": {}, \"id\": \"wmHoc0KfiHGqzEZHAsMTrlGX_i2rtQvHjqKnstXuaMo\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 13, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 12, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 18, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 12, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 14, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_7149a401-1223-4543-bfd6-4127cb4246da\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"The key is to keep your cool this summer.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Cool Summer\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3488f7c5a6f97f206132ef925d5a7cf1139085b1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8a0670a9461db50dea6e41835e2ffe6fe60d9b5e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=776256c47db66ef974dd2f054cdee57b7ff0bcb0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cd087e8240a311dea69233cdd54cac2b75db391a\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=a9cbe69d62e0110174dc99d801fcb0e32674687c\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1m9abin81nc51_CoolSummer.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"9d84c57a-fa5d-11e4-b4dd-0ef1baaa246b\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r05i\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#6c71c4\", \"id\": \"j1emup\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Kobayashi-lcd\", \"discussion_type\": null, \"num_comments\": 756, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Minecraft/comments/j1emup/i_love_them_so_much/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/2ybe3utmuwp51.png\", \"subreddit_subscribers\": 4035209, \"created_utc\": 1601308528.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"britishproblems\", \"selftext\": \"\", \"author_fullname\": \"t2_4e41cw1y\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Company is enforcing weekly \\\"chat roulette\\\", 5 minutes minimum conversation length, tips included in email \\\"tell them 3 interesting things about yourself\\\", and \\\"talk about your favourite animals\\\", I'm in my 30's, mechanical engineer, kill me\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/britishproblems\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j19b9i\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 9974, \"total_awards_received\": 6, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 9974, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601316447.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.britishproblems\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2sumw\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j19b9i\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"magicaltrevor88\", \"discussion_type\": null, \"num_comments\": 631, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/britishproblems/comments/j19b9i/company_is_enforcing_weekly_chat_roulette_5/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/britishproblems/comments/j19b9i/company_is_enforcing_weekly_chat_roulette_5/\", \"subreddit_subscribers\": 500719, \"created_utc\": 1601287647.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"CFB\", \"selftext\": \"\", \"author_fullname\": \"t2_77wut\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"SEC Shorts - LSU tries to play off that Mississippi State loss\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Video\"}], \"subreddit_name_prefixed\": \"r/CFB\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"video\", \"downs\": 0, \"thumbnail_height\": 105, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1bl68\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 2801, \"total_awards_received\": 7, \"media_embed\": {\"content\": \"\\u003Ciframe width=\\\"600\\\" height=\\\"338\\\" src=\\\"https://www.youtube.com/embed/Y19kvl-sdeM?feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen\\u003E\\u003C/iframe\\u003E\", \"width\": 600, \"scrolling\": false, \"height\": 338}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"https://www.youtube.com/\", \"title\": \"SEC Shorts - LSU tries to play off that Mississippi State loss\", \"html\": \"\\u003Ciframe width=\\\"600\\\" height=\\\"338\\\" src=\\\"https://www.youtube.com/embed/Y19kvl-sdeM?feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen\\u003E\\u003C/iframe\\u003E\", \"thumbnail_width\": 480, \"height\": 338, \"width\": 600, \"version\": \"1.0\", \"author_name\": \"SEC Shorts\", \"provider_name\": \"YouTube\", \"thumbnail_url\": \"https://i.ytimg.com/vi/Y19kvl-sdeM/hqdefault.jpg\", \"type\": \"video\", \"thumbnail_height\": 360, \"author_url\": \"https://www.youtube.com/channel/UCUOZvgB9Q8AgZjjLYcLWztQ\"}, \"type\": \"youtube.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"\\u003Ciframe width=\\\"600\\\" height=\\\"338\\\" src=\\\"https://www.youtube.com/embed/Y19kvl-sdeM?feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen\\u003E\\u003C/iframe\\u003E\", \"width\": 600, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/j1bl68\", \"height\": 338}, \"link_flair_text\": \"Video\", \"can_mod_post\": false, \"score\": 2801, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/ddUoVvUi88LlMjne5hVElzEysHXJQQvvrkuZSSJko64.jpg\", \"edited\": false, \"author_flair_css_class\": \"lsu2-sheet1-row06-col23-medal-2shtl-2rw03-2cl07\", \"author_flair_richtext\": [{\"a\": \":lsu2:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/xu1u461nif551_t5_2qm9d/lsu2\"}, {\"e\": \"text\", \"t\": \" \"}, {\"a\": \":medal:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/1bt7ijfivbl11_t5_2qm9d/medal\"}, {\"e\": \"text\", \"t\": \" LSU \\u2022 /r/CFB Top Scorer\"}], \"gildings\": {}, \"post_hint\": \"rich:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601327032.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"youtube.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.youtube.com/watch?v=Y19kvl-sdeM\\u0026feature=push-u-sub\\u0026attr_tag=atvnEmwcGplqqTM3%3A6\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/TLCW1tw-IeK78ro8PDHMirUtEkmVBSwCtqRuMJwMlQs.jpg?auto=webp\\u0026s=35c1b1f8815c7e741f83caf87afa1459b4ed0f16\", \"width\": 480, \"height\": 360}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/TLCW1tw-IeK78ro8PDHMirUtEkmVBSwCtqRuMJwMlQs.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=40093c04912bbfdd352a4501464c71f863394343\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/TLCW1tw-IeK78ro8PDHMirUtEkmVBSwCtqRuMJwMlQs.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=71554fa98a94bf2085dac046646a100cc14760ec\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/TLCW1tw-IeK78ro8PDHMirUtEkmVBSwCtqRuMJwMlQs.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=3d01e6f284515f411fe5d7f47118b15bad4ac67c\", \"width\": 320, \"height\": 240}], \"variants\": {}, \"id\": \"OHejKqLgC8rBU508VCpqmINmYq0cJVmIo7t4Jd1C5vI\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"5691b254-110b-11e4-8345-12313b0d46c6\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":lsu2: :medal: LSU \\u2022 /r/CFB Top Scorer\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm9d\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#b40000\", \"id\": \"j1bl68\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"KiltedCajun\", \"discussion_type\": null, \"num_comments\": 562, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/CFB/comments/j1bl68/sec_shorts_lsu_tries_to_play_off_that_mississippi/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.youtube.com/watch?v=Y19kvl-sdeM\\u0026feature=push-u-sub\\u0026attr_tag=atvnEmwcGplqqTM3%3A6\", \"subreddit_subscribers\": 971143, \"created_utc\": 1601298232.0, \"num_crossposts\": 1, \"media\": {\"oembed\": {\"provider_url\": \"https://www.youtube.com/\", \"title\": \"SEC Shorts - LSU tries to play off that Mississippi State loss\", \"html\": \"\\u003Ciframe width=\\\"600\\\" height=\\\"338\\\" src=\\\"https://www.youtube.com/embed/Y19kvl-sdeM?feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen\\u003E\\u003C/iframe\\u003E\", \"thumbnail_width\": 480, \"height\": 338, \"width\": 600, \"version\": \"1.0\", \"author_name\": \"SEC Shorts\", \"provider_name\": \"YouTube\", \"thumbnail_url\": \"https://i.ytimg.com/vi/Y19kvl-sdeM/hqdefault.jpg\", \"type\": \"video\", \"thumbnail_height\": 360, \"author_url\": \"https://www.youtube.com/channel/UCUOZvgB9Q8AgZjjLYcLWztQ\"}, \"type\": \"youtube.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TheLastAirbender\", \"selftext\": \"\", \"author_fullname\": \"t2_26rrn7lg\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"This is just too cute!\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Image\"}], \"subreddit_name_prefixed\": \"r/TheLastAirbender\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"image\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1jyel\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.98, \"author_flair_background_color\": \"transparent\", \"subreddit_type\": \"public\", \"ups\": 6802, \"total_awards_received\": 10, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"d8d308dc-5029-11e4-ac44-12313b0ab991\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Image\", \"can_mod_post\": false, \"score\": 6802, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/ZMkKFbfcobehvZJxp4s0Dy4gFi0gVIBgn8jWSlq1rQY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"a\": \":Oogi:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/39hx1x2mkur11_t5_2rybx/Oogi\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601353059.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/0zl6kjgn5yp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/0zl6kjgn5yp51.jpg?auto=webp\\u0026s=d5fcdb0ffb1d55b1521d45353ec8da67cb89bffa\", \"width\": 828, \"height\": 877}, \"resolutions\": [{\"url\": \"https://preview.redd.it/0zl6kjgn5yp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=01a893e579b28463b653e0aa767995e2235ba88c\", \"width\": 108, \"height\": 114}, {\"url\": \"https://preview.redd.it/0zl6kjgn5yp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=faf5b79d8d96ec748bbb4a9c5c169b0149ec979b\", \"width\": 216, \"height\": 228}, {\"url\": \"https://preview.redd.it/0zl6kjgn5yp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=40ea4aa28cac1f3181398caa3ae2d06bea7198f9\", \"width\": 320, \"height\": 338}, {\"url\": \"https://preview.redd.it/0zl6kjgn5yp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=3b22a1e00ec43adb158b8d0160e6e7eb49dfea12\", \"width\": 640, \"height\": 677}], \"variants\": {}, \"id\": \"Bdy9f2Qglk3FahJ5_pqHybLh7HYeZfoIABVoBz7k0TU\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"1bb4d5f8-c9ad-11e8-8a67-0e3b561b1856\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":Oogi:\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2rybx\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ff4719\", \"id\": \"j1jyel\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"wheresmybbt\", \"discussion_type\": null, \"num_comments\": 59, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/TheLastAirbender/comments/j1jyel/this_is_just_too_cute/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/0zl6kjgn5yp51.jpg\", \"subreddit_subscribers\": 847841, \"created_utc\": 1601324259.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Conservative\", \"selftext\": \"\", \"author_fullname\": \"t2_1sn5vaw6\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Choices\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Flaired Users Only\"}], \"subreddit_name_prefixed\": \"r/Conservative\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"CONSERVATIVESONLY \", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1eofp\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.64, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 5846, \"total_awards_received\": 17, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Flaired Users Only\", \"can_mod_post\": false, \"score\": 5846, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/S_IBJwWhlvRDXfIE85N0EpzBs7uyzG6Ma8s8mSZYj1M.jpg\", \"edited\": false, \"author_flair_css_class\": \"PURPLEBOLD\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"Liberty Babe\"}], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601337470.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/7xjktblavwp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/7xjktblavwp51.jpg?auto=webp\\u0026s=744931bb4aff9a4e1e419b8a3dd870139940cf75\", \"width\": 826, \"height\": 833}, \"resolutions\": [{\"url\": \"https://preview.redd.it/7xjktblavwp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=c376800e3d4b57803c5e1b22306e4f674a7c1a2c\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/7xjktblavwp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=3d9c5d80b4e6f487e2ed0810bcb38a1329f94f23\", \"width\": 216, \"height\": 217}, {\"url\": \"https://preview.redd.it/7xjktblavwp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=58e5d7f33af7c43c574b9d9bf36bae57d7e5acdf\", \"width\": 320, \"height\": 322}, {\"url\": \"https://preview.redd.it/7xjktblavwp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=1ced50fd16707456bb2d01533fe208ff78d36f84\", \"width\": 640, \"height\": 645}], \"variants\": {}, \"id\": \"nMcFjUxzgVhQnBr38s4NKSWX0k9-4h1R8y4z6BlEEro\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 75, \"id\": \"award_9663243a-e77f-44cf-abc6-850ead2cd18d\", \"penny_donate\": 0, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"For an especially amazing showing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo Grande!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3459bdf1d1777821a831c5bf9834f4365263fcff\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9181d68065ccfccf2b1074e499cd7c1103aa2ce8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=339b368d395219120abc50d54fb3e2cdcad8ca4f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=de4ebbe92f9019de05aaa77f88810d44adbe1e50\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ba6c1add5204ea43e5af010bd9622392a42140e3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 250, \"id\": \"award_31260000-2f4a-4b40-ad20-f5aa46a577bf\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=aac0a2d53109a9fd14342ff5310b3f75dfea0f30\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=937802c6c3c42edba61a7e49f27d2239fecf8057\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a82b7814668f450767162fe13d8eae7683b30757\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fe631cc65f664f9d59ff573dcd7e3852ec7f5c3b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=249883cff08c73518f919093c4205d3e4c4e0ee0\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Beauty that's forever. Gives %{coin_symbol}100 Coins each to the author and the community.\", \"end_date\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Timeless Beauty\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=aac0a2d53109a9fd14342ff5310b3f75dfea0f30\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=937802c6c3c42edba61a7e49f27d2239fecf8057\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a82b7814668f450767162fe13d8eae7683b30757\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fe631cc65f664f9d59ff573dcd7e3852ec7f5c3b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=249883cff08c73518f919093c4205d3e4c4e0ee0\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/crhlsu5wzlc41_TimelessBeauty.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_3dd248bc-3438-4c5b-98d4-24421fd6d670\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 250, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7bc7d3a9d7950d9b8bfd3fe1da96c06dbd3012c4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c5bcd1a05b74e7a6371c9a71399a28c492a293cb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a913bad178f017a572393be1fc36013a4fa59803\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=4932f5feebaec182f69be2b329ab40e82a23406f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eee972a9cf8852ff83b635ee7c5efbbf03bd4ecc\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": 1576887960, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Give the gift of %{coin_symbol}250 Reddit Coins.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Coin Gift\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7bc7d3a9d7950d9b8bfd3fe1da96c06dbd3012c4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c5bcd1a05b74e7a6371c9a71399a28c492a293cb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a913bad178f017a572393be1fc36013a4fa59803\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=4932f5feebaec182f69be2b329ab40e82a23406f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eee972a9cf8852ff83b635ee7c5efbbf03bd4ecc\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/cr1mq4yysv541_CoinGift.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_869d4135-8738-41e5-8630-de593b4f049f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Did somebody say 'Murica?\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"'MURICA\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"3cbf370a-5fe4-11e6-9198-0e0b7c2c3ef3\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Liberty Babe\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh6p\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1eofp\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"PurpleAngel23\", \"discussion_type\": null, \"num_comments\": 632, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/Conservative/comments/j1eofp/choices/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/7xjktblavwp51.jpg\", \"subreddit_subscribers\": 470007, \"created_utc\": 1601308670.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"lotrmemes\", \"selftext\": \"\", \"author_fullname\": \"t2_2v4cvxar\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Salted pork.....\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/lotrmemes\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1hape\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 10572, \"total_awards_received\": 9, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 10572, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/mR1M0iWhNlWmAgHl98FySvJiwQ1FPRNDqfmVcx6DQV4.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601345313.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/xcjvb5amixp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/xcjvb5amixp51.jpg?auto=webp\\u0026s=218dbbaa913bf37e1ecba4f3bcbe78608bd94a4b\", \"width\": 670, \"height\": 871}, \"resolutions\": [{\"url\": \"https://preview.redd.it/xcjvb5amixp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=c48460cfd6dfc6eb6fb376d0f0976f4558607f97\", \"width\": 108, \"height\": 140}, {\"url\": \"https://preview.redd.it/xcjvb5amixp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=0511fbf26eb5d221356c0664ea2f9253b98f73fb\", \"width\": 216, \"height\": 280}, {\"url\": \"https://preview.redd.it/xcjvb5amixp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=42b4ab0d0ef420a4dc446b7606011606d3c776fe\", \"width\": 320, \"height\": 416}, {\"url\": \"https://preview.redd.it/xcjvb5amixp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e964e182b86571eab63df256ef7b48f626a6f02c\", \"width\": 640, \"height\": 832}], \"variants\": {}, \"id\": \"_pzOE8aAkLPKEpbYU9miDpJw9t5KdjcZltcneyI8gU4\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2v0i1\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1hape\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Lord_Lawdaddy\", \"discussion_type\": null, \"num_comments\": 68, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/lotrmemes/comments/j1hape/salted_pork/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/xcjvb5amixp51.jpg\", \"subreddit_subscribers\": 703048, \"created_utc\": 1601316513.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Showerthoughts\", \"selftext\": \"\", \"author_fullname\": \"t2_6np452dr\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Kids don\\u2019t like sleeping so much because they haven\\u2019t gotten bored with life yet.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Showerthoughts\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ff8d\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.91, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 41720, \"total_awards_received\": 55, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 41720, \"approved_by\": null, \"author_premium\": true, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1601339799.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.Showerthoughts\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives the author a week of Reddit Premium, %{coin_symbol}100 Coins to do with as they please, and shows a Gold Award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 21, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 12, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2szyo\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ff8d\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Isab00by\", \"discussion_type\": null, \"num_comments\": 675, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Showerthoughts/comments/j1ff8d/kids_dont_like_sleeping_so_much_because_they/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/Showerthoughts/comments/j1ff8d/kids_dont_like_sleeping_so_much_because_they/\", \"subreddit_subscribers\": 21011041, \"created_utc\": 1601310999.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"FunnyandSad\", \"selftext\": \"\", \"author_fullname\": \"t2_5rnnmogz\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Trump's taxes Vs. our taxes\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/FunnyandSad\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1bojm\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.89, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 14219, \"total_awards_received\": 5, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Political Humor\", \"can_mod_post\": false, \"score\": 14219, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/XOySU7u37DXaYw7KMYMt7_8-wsB8LjxgZ9ZQu6pHpuA.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601327395.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/249g4x9a1wp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/249g4x9a1wp51.jpg?auto=webp\\u0026s=3bac40be13a7374bfba1f9f13206d05c727fa7a0\", \"width\": 452, \"height\": 725}, \"resolutions\": [{\"url\": \"https://preview.redd.it/249g4x9a1wp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=2e80f887115436c86607c2559822548ad10e09bb\", \"width\": 108, \"height\": 173}, {\"url\": \"https://preview.redd.it/249g4x9a1wp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=b1ac671f68cea96663adfcea0477ba5cd0f0ceb6\", \"width\": 216, \"height\": 346}, {\"url\": \"https://preview.redd.it/249g4x9a1wp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=bed39cf5324b0f66cea123a9e7877c851562cf36\", \"width\": 320, \"height\": 513}], \"variants\": {}, \"id\": \"vnsdRGEAXkSLSse0Dok8eb4-GfZB2wHUoKIeDPVvrzs\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"0350dcd6-3398-11e5-bb95-0e09b4299f63\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2z7qd\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1bojm\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Ch_Anderson\", \"discussion_type\": null, \"num_comments\": 653, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/FunnyandSad/comments/j1bojm/trumps_taxes_vs_our_taxes/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/249g4x9a1wp51.jpg\", \"subreddit_subscribers\": 679277, \"created_utc\": 1601298595.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"GetMotivated\", \"selftext\": \"\", \"author_fullname\": \"t2_12oafe\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"[Image] Halloween-themed motivation!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/GetMotivated\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"image\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1exdg\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 25192, \"total_awards_received\": 39, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 25192, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/66mG8k5TLAWi944Patb7hgo_UTOwT-arWRyfEQlDMmY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601338240.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/l0zbnp7lxwp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/l0zbnp7lxwp51.jpg?auto=webp\\u0026s=f7573f0d1b9d282c72c8201ef155cc3f8e0e5360\", \"width\": 500, \"height\": 657}, \"resolutions\": [{\"url\": \"https://preview.redd.it/l0zbnp7lxwp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=94da2491d1ffccc3d72ebec30a83fbbe42e5bdb0\", \"width\": 108, \"height\": 141}, {\"url\": \"https://preview.redd.it/l0zbnp7lxwp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=5d89502fa99efdc0eeb55e810c7418dc01f3250c\", \"width\": 216, \"height\": 283}, {\"url\": \"https://preview.redd.it/l0zbnp7lxwp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=519b3f1990766d195e1fcf74d3ff7e8430cbc831\", \"width\": 320, \"height\": 420}], \"variants\": {}, \"id\": \"4RVXUnaQE29O4b2yGOf7rZl85BUmxRVy8yj3WoaivfQ\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 11, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 15, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92e96be1dbd278dc987fbd9acc1bd5078566f254\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=83e14655f2b162b295f7d2c7058b9ad94cf8b73c\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=83038a4d6181d3c8f5107dbca4ddb735ca6c2231\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3c4e39a7664d799ff50f32e9a3f96c3109d2e266\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=390bf9706b8e1a6215716ebcf6363373f125c339\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/898sygoknoo41_TakeMyEnergy.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2rmfx\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1exdg\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"koreanadian\", \"discussion_type\": null, \"num_comments\": 137, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/GetMotivated/comments/j1exdg/image_halloweenthemed_motivation/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/l0zbnp7lxwp51.jpg\", \"subreddit_subscribers\": 16608400, \"created_utc\": 1601309440.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"dankmemes\", \"selftext\": \"\", \"author_fullname\": \"t2_3rbf87fc\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"A wolf of knowledge I see\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"rate my vibe\"}], \"subreddit_name_prefixed\": \"r/dankmemes\", \"hidden\": false, \"pwls\": 0, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1gwb3\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.86, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 83162, \"total_awards_received\": 196, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"rate my vibe\", \"can_mod_post\": false, \"score\": 83162, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Lji1tq9xxvOTmrmH5h1Eds85Sb0QfggzmY96mWc9h9w.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601344156.0, \"link_flair_type\": \"richtext\", \"wls\": 0, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/xkcmn6e6fxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/xkcmn6e6fxp51.jpg?auto=webp\\u0026s=fda81e0d1158eca9b982d8fcc381ee342efcc33f\", \"width\": 1754, \"height\": 2165}, \"resolutions\": [{\"url\": \"https://preview.redd.it/xkcmn6e6fxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=37a5057c82d1952901bc18f601749f791e24cd06\", \"width\": 108, \"height\": 133}, {\"url\": \"https://preview.redd.it/xkcmn6e6fxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=92b3c6b56bedf7e8ed484d99dfbd1c307ce05ffc\", \"width\": 216, \"height\": 266}, {\"url\": \"https://preview.redd.it/xkcmn6e6fxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=a3eeb082153ac6d2b0eecb437a7614c076c9f20c\", \"width\": 320, \"height\": 394}, {\"url\": \"https://preview.redd.it/xkcmn6e6fxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=0cc38cfb152164e179521d1873f34216114e647b\", \"width\": 640, \"height\": 789}, {\"url\": \"https://preview.redd.it/xkcmn6e6fxp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=4cf19a2c5ec30d02ab02306daedd42333a6721da\", \"width\": 960, \"height\": 1184}, {\"url\": \"https://preview.redd.it/xkcmn6e6fxp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=5aab02d2f9e44a6277a4a98265e45d573fbbd4bd\", \"width\": 1080, \"height\": 1333}], \"variants\": {}, \"id\": \"Cj__hHVt4KCHP6zFXH-cLw1YRo7m13Hy-6CM6REMA8k\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": \"t5_2zmfe\", \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 500, \"id\": \"award_bf4f1a20-10c8-4386-a730-4a39a20ab950\", \"penny_donate\": null, \"award_sub_type\": \"COMMUNITY\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7d85ca001d63bfeb3a666517b90a5ce24402d4fc\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=b099eec65173233c389564a78645f4a576aceeb1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ef8face814eeb3b939088ce7c6ac360082cb13e0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=514a5aaddc1b13b0c86aace02e8d8912aeaf790c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=36d0752cf88fa4932ff8155114e3d16f4ffe8cfc\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Kinda Sus Award and grants %{coin_symbol}100 Coins to the community. Exclusive to this community.\", \"end_date\": null, \"subreddit_coin_reward\": 100, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Kinda Sus\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7d85ca001d63bfeb3a666517b90a5ce24402d4fc\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=b099eec65173233c389564a78645f4a576aceeb1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ef8face814eeb3b939088ce7c6ac360082cb13e0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=514a5aaddc1b13b0c86aace02e8d8912aeaf790c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=36d0752cf88fa4932ff8155114e3d16f4ffe8cfc\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"community\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_2zmfe/w1tipb1tlkp51_KindaSus.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 33, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 31, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_a7f9cbd7-c0f1-4569-a913-ebf8d18de00b\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=29e0718bc073af110b87f599ff4a811c0fee8eea\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=37a178a45c7c94a2603188b7981dd4bac5dfcd11\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b07d4f2c621e1e4fe4814eb55dee9ab0ddf9a5d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d1d740de812f5ffd0428fc4c917c2769a2b4c7ff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=569b704beed364b5fb5d9eecefde79d8dafeecf5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm buying what you're selling\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Money\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=29e0718bc073af110b87f599ff4a811c0fee8eea\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=37a178a45c7c94a2603188b7981dd4bac5dfcd11\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b07d4f2c621e1e4fe4814eb55dee9ab0ddf9a5d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d1d740de812f5ffd0428fc4c917c2769a2b4c7ff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=569b704beed364b5fb5d9eecefde79d8dafeecf5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/9jr8pv84v7i51_TakeMyMoney.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 44, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 19, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 32, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 33, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"c4f3d816-b98e-11e6-8380-0eff49da282e\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2zmfe\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#014980\", \"id\": \"j1gwb3\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"broomshed\", \"discussion_type\": null, \"num_comments\": 373, \"send_replies\": true, \"whitelist_status\": \"no_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/dankmemes/comments/j1gwb3/a_wolf_of_knowledge_i_see/\", \"parent_whitelist_status\": \"no_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/xkcmn6e6fxp51.jpg\", \"subreddit_subscribers\": 4059231, \"created_utc\": 1601315356.0, \"num_crossposts\": 7, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"funny\", \"selftext\": \"\", \"author_fullname\": \"t2_cb94z\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Instantly regretting his decision\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/funny\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1ej4j\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 26807, \"total_awards_received\": 31, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/zsc42imttwp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 608, \"scrubber_media_url\": \"https://v.redd.it/zsc42imttwp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/zsc42imttwp51/DASHPlaylist.mpd?a=1603931458%2CMGY2NWZmYzRmYTc4NmJmMjgyZWNlMmVkYjUzZjdlZmZlMGZlMmYwZmYxYTQxOGZiNGJhMTg5OGRiYzIyNmMwZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 31, \"hls_url\": \"https://v.redd.it/zsc42imttwp51/HLSPlaylist.m3u8?a=1603931458%2CNWQ5MzliNDVkYWNjZmI1NjZiZWMyNDIzZGZkY2VhNjJkMTI5YTNiZjI4OWMyNjIxOWY0NTg4NmIzMzY2ZjY1Yg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 26807, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/0FmSTgsTVO3hcMavqkTgKO0kupwxRdHNdwy6gDc-ZD4.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601337015.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/zsc42imttwp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ydin7cQS3cdCHeCw2xsdsQ5udfGmftsDpxM30paTpgc.png?format=pjpg\\u0026auto=webp\\u0026s=8f8bb483903e159acc96f609f96941ec6e6c9294\", \"width\": 608, \"height\": 1080}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ydin7cQS3cdCHeCw2xsdsQ5udfGmftsDpxM30paTpgc.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=5a538e94864369a82621a68826ea1501a39395b9\", \"width\": 108, \"height\": 191}, {\"url\": \"https://external-preview.redd.it/ydin7cQS3cdCHeCw2xsdsQ5udfGmftsDpxM30paTpgc.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=533cd60a252798e55fddc9b72f8b863efdf1125f\", \"width\": 216, \"height\": 383}, {\"url\": \"https://external-preview.redd.it/ydin7cQS3cdCHeCw2xsdsQ5udfGmftsDpxM30paTpgc.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=2e6117dc511b14f74718187788fcc345eab66200\", \"width\": 320, \"height\": 568}], \"variants\": {}, \"id\": \"ujD6qb3wLyAAUCYtRbMirvu4nvBCMBNixoH5oomCyKw\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 9, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh33\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1ej4j\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"berkeleyfreebird\", \"discussion_type\": null, \"num_comments\": 674, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/funny/comments/j1ej4j/instantly_regretting_his_decision/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/zsc42imttwp51\", \"subreddit_subscribers\": 33340514, \"created_utc\": 1601308215.0, \"num_crossposts\": 10, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/zsc42imttwp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 608, \"scrubber_media_url\": \"https://v.redd.it/zsc42imttwp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/zsc42imttwp51/DASHPlaylist.mpd?a=1603931458%2CMGY2NWZmYzRmYTc4NmJmMjgyZWNlMmVkYjUzZjdlZmZlMGZlMmYwZmYxYTQxOGZiNGJhMTg5OGRiYzIyNmMwZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 31, \"hls_url\": \"https://v.redd.it/zsc42imttwp51/HLSPlaylist.m3u8?a=1603931458%2CNWQ5MzliNDVkYWNjZmI1NjZiZWMyNDIzZGZkY2VhNjJkMTI5YTNiZjI4OWMyNjIxOWY0NTg4NmIzMzY2ZjY1Yg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Awwducational\", \"selftext\": \"\", \"author_fullname\": \"t2_74k4f3om\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"The Tibetan Mastiff originally used as guard dogs for livestock and property, they can still be found performing that role, but they also enjoy life as family companions and show dogs. One red mastiff named \\u201cBig Splash\\u201d reportedly sold for $1.5 million in 2011, in the most expensive dog sale then.\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Verified\"}], \"subreddit_name_prefixed\": \"r/Awwducational\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"verified\", \"downs\": 0, \"thumbnail_height\": 77, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1gp7x\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 9862, \"total_awards_received\": 11, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Verified\", \"can_mod_post\": false, \"score\": 9862, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/vNNWBVkKppOyHVtkYeGhl2yHGXq2hSZ8a7nUpwtJQMs.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601343596.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/g5r5j9g6dxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/g5r5j9g6dxp51.jpg?auto=webp\\u0026s=f9b5cf42d2c7131c175d70ca1a5d2ceb8595fd9d\", \"width\": 1600, \"height\": 885}, \"resolutions\": [{\"url\": \"https://preview.redd.it/g5r5j9g6dxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=ef1252aadd884f8b3b7a505a648c8cf7bf0e3130\", \"width\": 108, \"height\": 59}, {\"url\": \"https://preview.redd.it/g5r5j9g6dxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=2c826ab34137dad4828fab5f5c7f52d0e56991fd\", \"width\": 216, \"height\": 119}, {\"url\": \"https://preview.redd.it/g5r5j9g6dxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=ebc43b7293486cbfd877ddfca4b55c95b3960b1e\", \"width\": 320, \"height\": 177}, {\"url\": \"https://preview.redd.it/g5r5j9g6dxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=75eb6fc819d7d004daddb4cc7b8904d93cd395bd\", \"width\": 640, \"height\": 354}, {\"url\": \"https://preview.redd.it/g5r5j9g6dxp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=63dd1d91fb40e12cde395a2f5653e96929525e73\", \"width\": 960, \"height\": 531}, {\"url\": \"https://preview.redd.it/g5r5j9g6dxp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=208e1db72dbcf6598b62de3c1297d228a23470b4\", \"width\": 1080, \"height\": 597}], \"variants\": {}, \"id\": \"t38D2Ka2NVfGN5VLSjO7fxQiFOrrQjWqEj31B_ptBMo\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"9ba7b344-10c5-11e3-8ccd-12313b04c5c2\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2vi0z\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1gp7x\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"skylarwasabitch\", \"discussion_type\": null, \"num_comments\": 181, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Awwducational/comments/j1gp7x/the_tibetan_mastiff_originally_used_as_guard_dogs/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/g5r5j9g6dxp51.jpg\", \"subreddit_subscribers\": 2074398, \"created_utc\": 1601314796.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Instagramreality\", \"selftext\": \"\", \"author_fullname\": \"t2_77fk7doj\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Repost; Spotted editing pictures on camera \\ud83d\\ude06 (deleted the first post bc I added a name oops)\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Instagramreality\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1akdc\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.98, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 7994, \"total_awards_received\": 2, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/dxusome7nvp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 607, \"scrubber_media_url\": \"https://v.redd.it/dxusome7nvp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/dxusome7nvp51/DASHPlaylist.mpd?a=1603931458%2CMGM2NTE3OTQ2NTg3ODdjOGIyZTYzY2YxZjk5MjNlZmMzMDY0NzVhMGRiNjk2NzlhZWEzYTQzMmIzNmU2MjI5Ng%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 5, \"hls_url\": \"https://v.redd.it/dxusome7nvp51/HLSPlaylist.m3u8?a=1603931458%2CM2Y4Y2JhMTRjNGE1ZmExYjhiZDg0MDFmZjkxOTk1MWUxNzcwN2RiNDNmZDc5NjE1Zjg1ZDJiNGNjOTMxMDc4Zg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Video\", \"can_mod_post\": false, \"score\": 7994, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/W6qYnXWpaxnuoxJsyPLHaxmVYifeZ88R-M1lsc-CK8k.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601322741.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/dxusome7nvp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/aOEmWBBD3uD8Oc8KH2AtvZ_LUX826NAGpqyVuKU-70Q.png?format=pjpg\\u0026auto=webp\\u0026s=0407042467c62cab776babcbadea6397f9c0e8f5\", \"width\": 1080, \"height\": 1920}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/aOEmWBBD3uD8Oc8KH2AtvZ_LUX826NAGpqyVuKU-70Q.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=2d00d83b8f7565b500185672d8adc22a3d3eef86\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/aOEmWBBD3uD8Oc8KH2AtvZ_LUX826NAGpqyVuKU-70Q.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=42c907c7e516c88710d879975a0f97dd800c30e6\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/aOEmWBBD3uD8Oc8KH2AtvZ_LUX826NAGpqyVuKU-70Q.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=313e28e7389603d0d312a6b71662b64877ec90ff\", \"width\": 320, \"height\": 568}, {\"url\": \"https://external-preview.redd.it/aOEmWBBD3uD8Oc8KH2AtvZ_LUX826NAGpqyVuKU-70Q.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=16fe9ed03c9309ec4db8df7cd3e11396a377059a\", \"width\": 640, \"height\": 1137}, {\"url\": \"https://external-preview.redd.it/aOEmWBBD3uD8Oc8KH2AtvZ_LUX826NAGpqyVuKU-70Q.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=b2ff7ae43272999792a617bed69df8e7d6116a4c\", \"width\": 960, \"height\": 1706}, {\"url\": \"https://external-preview.redd.it/aOEmWBBD3uD8Oc8KH2AtvZ_LUX826NAGpqyVuKU-70Q.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=61f92d95b9b5e12f68a7db3eaf21a2da4d174211\", \"width\": 1080, \"height\": 1920}], \"variants\": {}, \"id\": \"uENGy6LmMQqSDPIFX5i2Klr4a_aP0OA9nR7BkSTRIF4\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"eaa81ff4-6ad5-11e9-9923-0e0d50f9a5a4\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3pmoe\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ffb000\", \"id\": \"j1akdc\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"coalthedoggo\", \"discussion_type\": null, \"num_comments\": 134, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Instagramreality/comments/j1akdc/repost_spotted_editing_pictures_on_camera_deleted/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/dxusome7nvp51\", \"subreddit_subscribers\": 870267, \"created_utc\": 1601293941.0, \"num_crossposts\": 0, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/dxusome7nvp51/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 607, \"scrubber_media_url\": \"https://v.redd.it/dxusome7nvp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/dxusome7nvp51/DASHPlaylist.mpd?a=1603931458%2CMGM2NTE3OTQ2NTg3ODdjOGIyZTYzY2YxZjk5MjNlZmMzMDY0NzVhMGRiNjk2NzlhZWEzYTQzMmIzNmU2MjI5Ng%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 5, \"hls_url\": \"https://v.redd.it/dxusome7nvp51/HLSPlaylist.m3u8?a=1603931458%2CM2Y4Y2JhMTRjNGE1ZmExYjhiZDg0MDFmZjkxOTk1MWUxNzcwN2RiNDNmZDc5NjE1Zjg1ZDJiNGNjOTMxMDc4Zg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"blursedimages\", \"selftext\": \"\", \"author_fullname\": \"t2_28rp7kj8\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"blursed_social_distancing\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/blursedimages\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 128, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1glnd\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 33224, \"total_awards_received\": 36, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 33224, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/VlyAI1CtYp9i6uZIEWOXahNYEmBNx3IbOkzG_3TkEBE.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601343306.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/tu6h9kfncxp51.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/tu6h9kfncxp51.jpg?auto=webp\\u0026s=8764a1b75d63cfaa9589336b3ca56a64f369163d\", \"width\": 1280, \"height\": 1178}, \"resolutions\": [{\"url\": \"https://preview.redd.it/tu6h9kfncxp51.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=c2722a3b71017ba07b6fecb2b16a779a51fedef7\", \"width\": 108, \"height\": 99}, {\"url\": \"https://preview.redd.it/tu6h9kfncxp51.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=6b1c0840b859e457f991f8e7942f57663345cfb5\", \"width\": 216, \"height\": 198}, {\"url\": \"https://preview.redd.it/tu6h9kfncxp51.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=ee5215715f49ab3d07460e4bc9d04732c952fa83\", \"width\": 320, \"height\": 294}, {\"url\": \"https://preview.redd.it/tu6h9kfncxp51.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=f4bfe805d33cb6303cf84dfadff9a12e2828e725\", \"width\": 640, \"height\": 589}, {\"url\": \"https://preview.redd.it/tu6h9kfncxp51.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=f2f0cbac28e50fcb7b89340e9326a939e2e12469\", \"width\": 960, \"height\": 883}, {\"url\": \"https://preview.redd.it/tu6h9kfncxp51.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=8db2196e18081f33f83cc97358952608d4468171\", \"width\": 1080, \"height\": 993}], \"variants\": {}, \"id\": \"9bkVMskj8SMFxvLTW-IjaJ82HZG1KdFgXdGPQBmfMtc\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 8, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 7, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 5, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 70, \"id\": \"award_b1b44fa1-8179-4d84-a9ed-f25bb81f1c5f\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d06b7de23ce8b8ea0f3e7cfd15033ac4893b72f0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9c08ea897b5caa9a70e315e13df5b4a3ba33246e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=3971718e2c95e4869756cbdbe9e996719ed2dcc2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=37daf6131baa13b786daeb564ef67963874bdce0\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=696adda035a7fd96e7688edeea93ad1b16d4ab1a\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"*Lowers face into palm*\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Facepalm\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d06b7de23ce8b8ea0f3e7cfd15033ac4893b72f0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9c08ea897b5caa9a70e315e13df5b4a3ba33246e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=3971718e2c95e4869756cbdbe9e996719ed2dcc2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=37daf6131baa13b786daeb564ef67963874bdce0\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=696adda035a7fd96e7688edeea93ad1b16d4ab1a\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ey2iodron2s41_Facepalm.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_j34kt\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1glnd\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"luchanokot2\", \"discussion_type\": null, \"num_comments\": 271, \"send_replies\": false, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/blursedimages/comments/j1glnd/blursed_social_distancing/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/tu6h9kfncxp51.jpg\", \"subreddit_subscribers\": 1725912, \"created_utc\": 1601314506.0, \"num_crossposts\": 4, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"holdmyredbull\", \"selftext\": \"\", \"author_fullname\": \"t2_7bc0vf2c\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"FrogBoy\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/holdmyredbull\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1grjl\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 8659, \"total_awards_received\": 8, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 8659, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/fWtw6Yg3WHHmbDJGOWjY6AFUffWBNXxgL1Q312oIcrM.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"crosspost_parent_list\": [{\"approved_at_utc\": null, \"subreddit\": \"SuperAthleteGifs\", \"selftext\": \"\", \"author_fullname\": \"t2_7bc0vf2c\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"FrogBoy\", \"link_flair_richtext\": [{\"a\": \":snoo_scream:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/19g4yg2faezz_t5_3nqvj/snoo_scream\"}, {\"e\": \"text\", \"t\": \" Extreme\"}], \"subreddit_name_prefixed\": \"r/SuperAthleteGifs\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_j1gqw5\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.98, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 914, \"total_awards_received\": 2, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/992vemhrdxp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 576, \"scrubber_media_url\": \"https://v.redd.it/992vemhrdxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/992vemhrdxp51/DASHPlaylist.mpd?a=1603931458%2COWFkMTlkYzZhMzYxY2EzNzFlNmVjOTk1YTgyNTRjZmUzN2U4OTVlZjQ3NjRhODI1NGVlODQzMDM5ZjM2MjU0OQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 13, \"hls_url\": \"https://v.redd.it/992vemhrdxp51/HLSPlaylist.m3u8?a=1603931458%2CZTIzZDdhODVkYWQ3Y2UwYWZhZTI2MjdiMWJiYzhmZGM1NzY5ZTM3ODFlNzExNzhjOWRhM2VmMmZkOTEyYTIzMg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \":snoo_scream: Extreme\", \"can_mod_post\": false, \"score\": 914, \"approved_by\": null, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/fWtw6Yg3WHHmbDJGOWjY6AFUffWBNXxgL1Q312oIcrM.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1601343727.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/992vemhrdxp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/OrZdCFrg0_8q6mzuEL82oWt7asDDLonU6Ggja8tgm9o.png?format=pjpg\\u0026auto=webp\\u0026s=8d0ea31772e18b4ec3fe89b598c5bd03b6d845f5\", \"width\": 576, \"height\": 720}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/OrZdCFrg0_8q6mzuEL82oWt7asDDLonU6Ggja8tgm9o.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=2d23178097866da3c3dfbe5a4789449522f64e66\", \"width\": 108, \"height\": 135}, {\"url\": \"https://external-preview.redd.it/OrZdCFrg0_8q6mzuEL82oWt7asDDLonU6Ggja8tgm9o.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=8b4d9c53db8d027a429596b50d29bfa9a7c6a790\", \"width\": 216, \"height\": 270}, {\"url\": \"https://external-preview.redd.it/OrZdCFrg0_8q6mzuEL82oWt7asDDLonU6Ggja8tgm9o.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=831f1fe6a9eb9dcdadf6e8d5dfbd0eada5695bf8\", \"width\": 320, \"height\": 400}], \"variants\": {}, \"id\": \"On0jp9n-0kbD8CGJvZi17O3vBvUFx_vfrX3aZYyEkYo\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"724caf6c-759c-11e9-902c-0ec42d30b640\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3bzv8\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ff4500\", \"id\": \"j1gqw5\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"YanniFromPakistanni\", \"discussion_type\": null, \"num_comments\": 47, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/SuperAthleteGifs/comments/j1gqw5/frogboy/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/992vemhrdxp51\", \"subreddit_subscribers\": 74915, \"created_utc\": 1601314927.0, \"num_crossposts\": 5, \"media\": {\"reddit_video\": {\"fallback_url\": \"https://v.redd.it/992vemhrdxp51/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 576, \"scrubber_media_url\": \"https://v.redd.it/992vemhrdxp51/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/992vemhrdxp51/DASHPlaylist.mpd?a=1603931458%2COWFkMTlkYzZhMzYxY2EzNzFlNmVjOTk1YTgyNTRjZmUzN2U4OTVlZjQ3NjRhODI1NGVlODQzMDM5ZjM2MjU0OQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 13, \"hls_url\": \"https://v.redd.it/992vemhrdxp51/HLSPlaylist.m3u8?a=1603931458%2CZTIzZDdhODVkYWQ3Y2UwYWZhZTI2MjdiMWJiYzhmZGM1NzY5ZTM3ODFlNzExNzhjOWRhM2VmMmZkOTEyYTIzMg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_video\": true}], \"created\": 1601343779.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/992vemhrdxp51\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/OrZdCFrg0_8q6mzuEL82oWt7asDDLonU6Ggja8tgm9o.png?auto=webp\\u0026s=d4617bb8d2db3bfa5ab579c05c3cc62ea83bba29\", \"width\": 576, \"height\": 720}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/OrZdCFrg0_8q6mzuEL82oWt7asDDLonU6Ggja8tgm9o.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=ca3b3d29a4cd67dc6f4072e80e6759523b0b28bd\", \"width\": 108, \"height\": 135}, {\"url\": \"https://external-preview.redd.it/OrZdCFrg0_8q6mzuEL82oWt7asDDLonU6Ggja8tgm9o.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=c07519114213dc03a134925d5635b5ee13736546\", \"width\": 216, \"height\": 270}, {\"url\": \"https://external-preview.redd.it/OrZdCFrg0_8q6mzuEL82oWt7asDDLonU6Ggja8tgm9o.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=ddb002c2806ae35a8d6adfb260849ab501b30138\", \"width\": 320, \"height\": 400}], \"variants\": {}, \"id\": \"On0jp9n-0kbD8CGJvZi17O3vBvUFx_vfrX3aZYyEkYo\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_68ba1ee3-9baf-4252-be52-b808c1e8bdc4\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Me approved\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"This\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9c0a85437357b987e50ba727b67fcc53b0950c95\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=773692cd146e84fddcc3d192b6ebb7e0ff8fa8bb\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=597adeb2d7ab45cc61a726b7c7d6877d264ee33d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=886636fb2fc59fc1c9a5e2d05cb3f2e0d42714b6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=28657eedaaa67c90c4b4a97d134fe607bb92c975\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/vu6om0xnb7e41_This.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c1400eb6ea235d0c96c3aa6e271c71d7f339cbd4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=77ad345b2f9b062140e028764394594326771a17\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=5b5211166e4b260311ad9f3ea31d3b815110769c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=bf3a2c642ad50547087d770c65c29777970d3af3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eae06d6a70c62c78dc66cb14f2a84651cb822cc4\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/94pn64yuas941_RocketLike.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 150, \"id\": \"award_f44611f1-b89e-46dc-97fe-892280b13b82\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Thank you stranger. Shows the award.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Helpful\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 125, \"id\": \"award_5f123e3d-4f48-42f4-9c11-e98b566d5897\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you come across a feel-good thing.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wholesome\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_fbe9527a-adb3-430e-af1a-5fd3489e641b\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=36f008595706cfff9ef6d1fdd06ae5353474471b\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=b1e37f10d35059cc2ac41356073420b41a429d75\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c0cc6ae54fbf3e94516aaacef918834fd12030b3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ee6a20be9f41b0e203fff64eb47cb5674e22daa6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=38ac24a33777a7fc3e77f68836c150daf7cb4aa4\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm genuinely flabbergasted.\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Shocked\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=36f008595706cfff9ef6d1fdd06ae5353474471b\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=b1e37f10d35059cc2ac41356073420b41a429d75\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c0cc6ae54fbf3e94516aaacef918834fd12030b3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ee6a20be9f41b0e203fff64eb47cb5674e22daa6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=38ac24a33777a7fc3e77f68836c150daf7cb4aa4\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 100, \"id\": \"award_74fe5152-7906-4991-9016-bc2d8e261200\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I don't know what to do with my hands!\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Excited\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=094da86916604f4fc9f7f63c827e31c976f00928\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=52886a42b9871ec69a4465609472a864dbab27b1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=63a8f5eff627778a221c58daffbfbbb87b7fe350\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=da0d9de08517646db45b766dbb0e7b94d2e97312\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=58d3501a4314be9d47349a1f7925e18f30a832e5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x069ow7ewnf51_Excited.png\"}, {\"giver_coin_reward\": 0, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 0, \"coin_price\": 80, \"id\": \"award_8352bdff-3e03-4189-8a08-82501dd8f835\", \"penny_donate\": 0, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\", \"days_of_premium\": 0, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Everything is better with a good hug\", \"end_date\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Hugz\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=85b1aa61933f163dd2b77b1e78f4d82d9c947ec1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=67935636337b07ca5b98d945f4bcdae26e5f567e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=547d5fb33f5a4a5d6fc154cbd658638cc2b1c3a0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=e17bc331183e7ba194314a34e43b35460a835fff\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1b4e617f18af8d4e2c47c2f154d4422be43c809f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/niiatoknifn51_Hugz.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_30dl9\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"j1grjl\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"YanniFromPakistanni\", \"discussion_type\": null, \"num_comments\": 156, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"crosspost_parent\": \"t3_j1gqw5\", \"author_flair_text_color\": null, \"permalink\": \"/r/holdmyredbull/comments/j1grjl/frogboy/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/992vemhrdxp51\", \"subreddit_subscribers\": 828533, \"created_utc\": 1601314979.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}], \"after\": \"t3_j1grjl\", \"before\": null}}" + "string": "{\"kind\": \"Listing\", \"data\": {\"after\": \"t3_15jm0nk\", \"dist\": 100, \"modhash\": \"\", \"geo_filter\": null, \"children\": [{\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"movies\", \"selftext\": \"\", \"author_fullname\": \"t2_5adwlxvn\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"'Barbie' Officially Passes $1 Billion Globally; Greta Gerwig Becomes First Solo Female Director to Reach the Milestone\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Weekly Box Office\"}], \"subreddit_name_prefixed\": \"r/movies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"box office\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jrcr4\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": \"\", \"ups\": 13641, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Weekly Box Office\", \"can_mod_post\": false, \"score\": 13641, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/tqToPG1DGzgKvtA3lqYmy-X80GmH2dlA4aGkHfphJ9E.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"r/Movies contributor\"}], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691333076.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"hollywoodreporter.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.hollywoodreporter.com/movies/movie-news/barbie-box-office-crosses-1b-slays-turtles-meg-1235551691/\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/goQx1IVTO_5a14ZUKRBG0Q_d82yFKRvWIEFA-p3HMD4.jpg?auto=webp\\u0026s=77a3c1a44e6d9127998bd6ddbb9b391550f1d5c3\", \"width\": 1024, \"height\": 576}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/goQx1IVTO_5a14ZUKRBG0Q_d82yFKRvWIEFA-p3HMD4.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=3faf31328e9a6043fa79d9b237d55e279c43b6a6\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/goQx1IVTO_5a14ZUKRBG0Q_d82yFKRvWIEFA-p3HMD4.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=112622a17f853715b35c5b038f90a8e90d4f8aad\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/goQx1IVTO_5a14ZUKRBG0Q_d82yFKRvWIEFA-p3HMD4.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=727175baa6a4a9b7c746e14fc18f927339f30d6b\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/goQx1IVTO_5a14ZUKRBG0Q_d82yFKRvWIEFA-p3HMD4.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=da56cee2712df69e3da5d41d348e259123eaf936\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/goQx1IVTO_5a14ZUKRBG0Q_d82yFKRvWIEFA-p3HMD4.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=c2f4fc0f01bd588e2bc2dabc3de0cc49c582038d\", \"width\": 960, \"height\": 540}], \"variants\": {}, \"id\": \"o2Wk8CggKFbtPYzogPeDCqY0YT9Jxrtbj9vYhWgkFiY\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=978c93744e53b8c9305467a7be792e5c401eac6c\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d2ee343eef5048ad3add75d4a4d4e3922bb9565a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d216fd3a05c61d9fb75b27092844c546d958f14\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b76693f84fd19b04d0c0444a9812d812105e2d8f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=5353352ae9f443c353ef0b7725dabcfc1b3829a5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"22e4d2d0-0e94-11ed-ae97-e67bfb8b0244\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"r/Movies contributor\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh3s\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#73ad34\", \"id\": \"15jrcr4\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"MarvelsGrantMan136\", \"discussion_type\": null, \"num_comments\": 1360, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/movies/comments/15jrcr4/barbie_officially_passes_1_billion_globally_greta/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.hollywoodreporter.com/movies/movie-news/barbie-box-office-crosses-1b-slays-turtles-meg-1235551691/\", \"subreddit_subscribers\": 31373412, \"created_utc\": 1691333076.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"comics\", \"selftext\": \"\", \"author_fullname\": \"t2_5d0gw\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"aging gracelessly\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/comics\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15js88u\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.98, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 8680, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 8680, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/RmH66vJI3jU_LS-wtbrks5swDZU8PZKW4Diy2_Ow7Y8.jpg\", \"edited\": false, \"author_flair_css_class\": \"artist\", \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": [\"comics\"], \"is_self\": false, \"mod_note\": null, \"created\": 1691335333.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/r4ml47i8cigb1.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/r4ml47i8cigb1.png?auto=webp\\u0026s=29730978e6856d92e058740291434ae285d3f6c1\", \"width\": 1536, \"height\": 2048}, \"resolutions\": [{\"url\": \"https://preview.redd.it/r4ml47i8cigb1.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=147b7d2b2836c41424f793e85db2f153e7d3ac78\", \"width\": 108, \"height\": 144}, {\"url\": \"https://preview.redd.it/r4ml47i8cigb1.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=227a8a4a9a149c859a3e56f18c83a9e54be3f4c3\", \"width\": 216, \"height\": 288}, {\"url\": \"https://preview.redd.it/r4ml47i8cigb1.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=91b9e2289dbbcee1dd8898ec03d2f7458da79473\", \"width\": 320, \"height\": 426}, {\"url\": \"https://preview.redd.it/r4ml47i8cigb1.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=6e8d9ac64c69d82795ba7e86966615f9b0f465d4\", \"width\": 640, \"height\": 853}, {\"url\": \"https://preview.redd.it/r4ml47i8cigb1.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=44f8104d17a98d22a3bb1116efa8931947a1a5a6\", \"width\": 960, \"height\": 1280}, {\"url\": \"https://preview.redd.it/r4ml47i8cigb1.png?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=598937d2a682ef450b87e061ae80499e0ad8dc7e\", \"width\": 1080, \"height\": 1440}], \"variants\": {}, \"id\": \"Re_2IXgR2Rs_m7_VmIMp8OouvHEAIe98nDJgSPWBETc\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Extra Fabulous Comics\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh0s\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15js88u\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"sellyourcomputer\", \"discussion_type\": null, \"num_comments\": 136, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/comics/comments/15js88u/aging_gracelessly/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/r4ml47i8cigb1.png\", \"subreddit_subscribers\": 2245405, \"created_utc\": 1691335333.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"WhitePeopleTwitter\", \"selftext\": \"\", \"author_fullname\": \"t2_4wd92dyo\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Why would anyone still be his lawyer at this point\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/WhitePeopleTwitter\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jq3x5\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 15573, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 15573, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/RERi7-zh9VfinDu-3FY7h9Nb8NJreZZ4EX0tSJ0QYNI.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691329751.0, \"link_flair_type\": \"text\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/i1glipipvhgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/i1glipipvhgb1.jpg?auto=webp\\u0026s=4394be476f8dbad9aa047cb8367a471365225f3b\", \"width\": 1170, \"height\": 1399}, \"resolutions\": [{\"url\": \"https://preview.redd.it/i1glipipvhgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=f6784c5e422685ab7c1401fadc0cd7e52c1ceae2\", \"width\": 108, \"height\": 129}, {\"url\": \"https://preview.redd.it/i1glipipvhgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=739c99a1a0faa17b5258ce154c9eec767eb1b340\", \"width\": 216, \"height\": 258}, {\"url\": \"https://preview.redd.it/i1glipipvhgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=36e10316fea11a3b2e8826404bf233b6df800400\", \"width\": 320, \"height\": 382}, {\"url\": \"https://preview.redd.it/i1glipipvhgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=dcd30a602412db0182bc72c3a301a5ef52d7b250\", \"width\": 640, \"height\": 765}, {\"url\": \"https://preview.redd.it/i1glipipvhgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=924561761b27c46c454ec6f8f0ccfa6bf0e4573c\", \"width\": 960, \"height\": 1147}, {\"url\": \"https://preview.redd.it/i1glipipvhgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=7bdbcf3328c41b896cad5de1eb96887a0790204b\", \"width\": 1080, \"height\": 1291}], \"variants\": {}, \"id\": \"cOYxAuY_QnQyfJtCAJcySFZ90Z6mQJxaEz4R0l07N4U\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_35n7t\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jq3x5\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"fuzzy_dice_99\", \"discussion_type\": null, \"num_comments\": 1769, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/WhitePeopleTwitter/comments/15jq3x5/why_would_anyone_still_be_his_lawyer_at_this_point/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://i.redd.it/i1glipipvhgb1.jpg\", \"subreddit_subscribers\": 3032656, \"created_utc\": 1691329751.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"MadeMeSmile\", \"selftext\": \"\", \"author_fullname\": \"t2_44ndu3p7\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 2, \"clicked\": false, \"title\": \"They must know how cute they are.\", \"link_flair_richtext\": [{\"a\": \":cat3:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/ieeths6flo751_t5_2uqcm/cat3\"}, {\"e\": \"text\", \"t\": \" CATS \"}, {\"a\": \":cat1:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/5e01dzzxun751_t5_2uqcm/cat1\"}], \"subreddit_name_prefixed\": \"r/MadeMeSmile\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"animal\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15joccp\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"ups\": 34387, \"total_awards_received\": 3, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/nl2fpzbhghgb1/DASH_1080.mp4?source=fallback\", \"has_audio\": true, \"height\": 1716, \"width\": 1080, \"scrubber_media_url\": \"https://v.redd.it/nl2fpzbhghgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/nl2fpzbhghgb1/DASHPlaylist.mpd?a=1693938777%2CYzYwNDFkMDkyMTlhYzg5M2RlNDYzMmE0YWFjY2JhOTRmMjBmOWM4MGU2MzI2OTQzY2U2ZWI5MWYyN2ZhY2I0ZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 4, \"hls_url\": \"https://v.redd.it/nl2fpzbhghgb1/HLSPlaylist.m3u8?a=1693938777%2CNTY1MzQ3NGE2NmQ0ODQ1MGE5M2M3NTI1MWJlODNiNDI1YTBmNzVmZjQzZWM2OGNjYzZiMzQ1MDA0MDhjZjZmZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \":cat3: CATS :cat1:\", \"can_mod_post\": false, \"score\": 34387, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://external-preview.redd.it/dHFrOGg2OGhnaGdiMQ4cqLMKTicBxxm6Gb0E_gr3TkDfZVz-jq9IAvKjBf7n.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=e4d9cf6e354e74c6274172c2ef169790fc94ae05\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691324632.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/nl2fpzbhghgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/dHFrOGg2OGhnaGdiMQ4cqLMKTicBxxm6Gb0E_gr3TkDfZVz-jq9IAvKjBf7n.png?format=pjpg\\u0026auto=webp\\u0026s=cd757de997f2f931a568dd6d4e46b6ac027eb823\", \"width\": 720, \"height\": 1144}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/dHFrOGg2OGhnaGdiMQ4cqLMKTicBxxm6Gb0E_gr3TkDfZVz-jq9IAvKjBf7n.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=7e708c2f4e8946ab2cf4ace19c7b71bd9a632e74\", \"width\": 108, \"height\": 171}, {\"url\": \"https://external-preview.redd.it/dHFrOGg2OGhnaGdiMQ4cqLMKTicBxxm6Gb0E_gr3TkDfZVz-jq9IAvKjBf7n.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=a4e2cbb3a5c64e331d96d32a2373ff69a423ac5c\", \"width\": 216, \"height\": 343}, {\"url\": \"https://external-preview.redd.it/dHFrOGg2OGhnaGdiMQ4cqLMKTicBxxm6Gb0E_gr3TkDfZVz-jq9IAvKjBf7n.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=c964dc8d53b73c6f7f8c1481898964605fb994dd\", \"width\": 320, \"height\": 508}, {\"url\": \"https://external-preview.redd.it/dHFrOGg2OGhnaGdiMQ4cqLMKTicBxxm6Gb0E_gr3TkDfZVz-jq9IAvKjBf7n.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=5777747fa3744dd6a83086f4ab6520da7311f4b7\", \"width\": 640, \"height\": 1016}], \"variants\": {}, \"id\": \"dHFrOGg2OGhnaGdiMQ4cqLMKTicBxxm6Gb0E_gr3TkDfZVz-jq9IAvKjBf7n\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 325, \"id\": \"award_6220ecfe-4552-4949-aa13-fb1fb7db537c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When the love is out of control.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Super Heart Eyes\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d84ad4796c28f2664a459b49b329ef8c1af6d3ee\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a2f1b732dd8154d70e43375226d2667d604642ac\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e94454d2224f1e3e73712a2c5c05927071161a56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b1a8c6734a52092663cdbf038a665c6e026dde99\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=6f2631fa586e3e31b139a71612b1ad2d3d06b7a9\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 20, \"id\": \"award_abb865cf-620b-4219-8777-3658cf9091fb\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Starstruck_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Can't stop seeing stars\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Starstruck\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=800ea0775a3f25602bfab03058d64d25352c04d2\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1d4be9117f8e389c54e0a7e23918355d7d2df185\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=45443e65acd1cf76585f7c9d904e1484f89db521\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=f4164f96ab1df25de2024b8b65e9ce91d3424c86\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=b09819f49e26e5ad518dbdf1aa69f0916d514c6e\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/snotiq9vxyn51_Starstruck.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"95c93e96-b96c-11ea-9772-0e85b2c16fb7\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2uqcm\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#81909e\", \"id\": \"15joccp\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Starkf_\", \"discussion_type\": null, \"num_comments\": 327, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/MadeMeSmile/comments/15joccp/they_must_know_how_cute_they_are/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/nl2fpzbhghgb1\", \"subreddit_subscribers\": 8111204, \"created_utc\": 1691324632.0, \"num_crossposts\": 13, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/nl2fpzbhghgb1/DASH_1080.mp4?source=fallback\", \"has_audio\": true, \"height\": 1716, \"width\": 1080, \"scrubber_media_url\": \"https://v.redd.it/nl2fpzbhghgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/nl2fpzbhghgb1/DASHPlaylist.mpd?a=1693938777%2CYzYwNDFkMDkyMTlhYzg5M2RlNDYzMmE0YWFjY2JhOTRmMjBmOWM4MGU2MzI2OTQzY2U2ZWI5MWYyN2ZhY2I0ZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 4, \"hls_url\": \"https://v.redd.it/nl2fpzbhghgb1/HLSPlaylist.m3u8?a=1693938777%2CNTY1MzQ3NGE2NmQ0ODQ1MGE5M2M3NTI1MWJlODNiNDI1YTBmNzVmZjQzZWM2OGNjYzZiMzQ1MDA0MDhjZjZmZQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"JustGuysBeingDudes\", \"selftext\": \"\", \"author_fullname\": \"t2_6eplla9r\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"fucking crowbar\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Wholesome\"}], \"subreddit_name_prefixed\": \"r/JustGuysBeingDudes\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jq7eg\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"ups\": 11355, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/qif9w5zgwhgb1/DASH_1080.mp4?source=fallback\", \"height\": 1920, \"width\": 1080, \"scrubber_media_url\": \"https://v.redd.it/qif9w5zgwhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/qif9w5zgwhgb1/DASHPlaylist.mpd?a=1693938777%2CNzE2ZDY5ZDMzOGRhZTcxODYxZTllODllMWMyZmUzMGE0Zjc1MGZhM2E1MjliZDQ1YjIxMzVkOTZmYzhjYjBhMg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 16, \"hls_url\": \"https://v.redd.it/qif9w5zgwhgb1/HLSPlaylist.m3u8?a=1693938777%2CZDNkOWRhMTljYzUzZGE4MmViYTdhM2Q0N2NjZWM1OTdmMmY5ZDU3ZDJmOThhYzljNzJkMGY5ZmU2YTZiOGY5MQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Wholesome\", \"can_mod_post\": false, \"score\": 11355, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://external-preview.redd.it/a2J1cjFvbmd3aGdiMfZRJ0xYnYOOeE-jf_qll7yn6AksTmTGQoJmmZNm4YPa.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=f801ed5cff838cd559f0f285059b550ccbc703eb\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691330014.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/qif9w5zgwhgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/a2J1cjFvbmd3aGdiMfZRJ0xYnYOOeE-jf_qll7yn6AksTmTGQoJmmZNm4YPa.png?format=pjpg\\u0026auto=webp\\u0026s=cc3870827b919318c229b4396c77481e1c784ff1\", \"width\": 1080, \"height\": 1920}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/a2J1cjFvbmd3aGdiMfZRJ0xYnYOOeE-jf_qll7yn6AksTmTGQoJmmZNm4YPa.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=b342e263e1481cc1145fbf5021536182b0b37e7d\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/a2J1cjFvbmd3aGdiMfZRJ0xYnYOOeE-jf_qll7yn6AksTmTGQoJmmZNm4YPa.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=60db769cb59ba781a5401a0425d8f207352e38ad\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/a2J1cjFvbmd3aGdiMfZRJ0xYnYOOeE-jf_qll7yn6AksTmTGQoJmmZNm4YPa.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=bbfa93e0b0587de2bd2f2a901030abfdf8e8fcaa\", \"width\": 320, \"height\": 568}, {\"url\": \"https://external-preview.redd.it/a2J1cjFvbmd3aGdiMfZRJ0xYnYOOeE-jf_qll7yn6AksTmTGQoJmmZNm4YPa.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=6567f430fd93ed16718072dc3bde288cf8c2e387\", \"width\": 640, \"height\": 1137}, {\"url\": \"https://external-preview.redd.it/a2J1cjFvbmd3aGdiMfZRJ0xYnYOOeE-jf_qll7yn6AksTmTGQoJmmZNm4YPa.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=94c9d6c40b5cf6121760ac573cc546462db7ab3c\", \"width\": 960, \"height\": 1706}, {\"url\": \"https://external-preview.redd.it/a2J1cjFvbmd3aGdiMfZRJ0xYnYOOeE-jf_qll7yn6AksTmTGQoJmmZNm4YPa.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=9928c22160c85bd0481fb49d9229642296b4a2fc\", \"width\": 1080, \"height\": 1920}], \"variants\": {}, \"id\": \"a2J1cjFvbmd3aGdiMfZRJ0xYnYOOeE-jf_qll7yn6AksTmTGQoJmmZNm4YPa\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"e7327a7c-28c0-11eb-9e29-0e636f49c0ab\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_33rtj6\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ff66ac\", \"id\": \"15jq7eg\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Baambiczek\", \"discussion_type\": null, \"num_comments\": 290, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/JustGuysBeingDudes/comments/15jq7eg/fucking_crowbar/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/qif9w5zgwhgb1\", \"subreddit_subscribers\": 714246, \"created_utc\": 1691330014.0, \"num_crossposts\": 1, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/qif9w5zgwhgb1/DASH_1080.mp4?source=fallback\", \"height\": 1920, \"width\": 1080, \"scrubber_media_url\": \"https://v.redd.it/qif9w5zgwhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/qif9w5zgwhgb1/DASHPlaylist.mpd?a=1693938777%2CNzE2ZDY5ZDMzOGRhZTcxODYxZTllODllMWMyZmUzMGE0Zjc1MGZhM2E1MjliZDQ1YjIxMzVkOTZmYzhjYjBhMg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 16, \"hls_url\": \"https://v.redd.it/qif9w5zgwhgb1/HLSPlaylist.m3u8?a=1693938777%2CZDNkOWRhMTljYzUzZGE4MmViYTdhM2Q0N2NjZWM1OTdmMmY5ZDU3ZDJmOThhYzljNzJkMGY5ZmU2YTZiOGY5MQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"SipsTea\", \"selftext\": \"\", \"author_fullname\": \"t2_fk62n51yl\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"*Muffled sounds*\", \"link_flair_richtext\": [{\"a\": \":s:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/kz3dush20fu81_t5_5tdqj0/s\"}, {\"a\": \":i:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/mnuo7yw20fu81_t5_5tdqj0/i\"}, {\"a\": \":p:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/skzpoxf30fu81_t5_5tdqj0/p\"}, {\"a\": \":s:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/kz3dush20fu81_t5_5tdqj0/s\"}, {\"a\": \":blank:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/1lzbakwa0fu81_t5_5tdqj0/blank\"}, {\"a\": \":t:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/ftietxu30fu81_t5_5tdqj0/t\"}, {\"a\": \":e:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/nzi1p3f40fu81_t5_5tdqj0/e\"}, {\"a\": \":a:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/8j1uabv40fu81_t5_5tdqj0/a\"}], \"subreddit_name_prefixed\": \"r/SipsTea\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 136, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jkcox\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.89, \"author_flair_background_color\": null, \"ups\": 5057, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \":s::i::p::s::blank::t::e::a:\", \"can_mod_post\": false, \"score\": 5057, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/klmdlZ3rpBqDdub5lCkhf3klKhvL5W4pQp1PaLY9YBw.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691310552.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/ejrd96emaggb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/ejrd96emaggb1.jpg?auto=webp\\u0026s=0e20cde0488a6907a898892a052cd4d44d3ec774\", \"width\": 700, \"height\": 680}, \"resolutions\": [{\"url\": \"https://preview.redd.it/ejrd96emaggb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=afc2e997581490d61c9dd22d0a39403dd7eb216a\", \"width\": 108, \"height\": 104}, {\"url\": \"https://preview.redd.it/ejrd96emaggb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=32764c7dc54dbfe17b9748e7d486a3bdefc0163a\", \"width\": 216, \"height\": 209}, {\"url\": \"https://preview.redd.it/ejrd96emaggb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=46317840b7064e9e6ec8cf9b8f63b51d310e7c30\", \"width\": 320, \"height\": 310}, {\"url\": \"https://preview.redd.it/ejrd96emaggb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=1b977334d72c01d21c72ff78016054d448fd5ba3\", \"width\": 640, \"height\": 621}], \"variants\": {}, \"id\": \"1Z2D5VBtc3OpD2kVQwr_SkW5ZEXKYhw7zyTJ4fzXwa4\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"e4e84c66-bf9a-11ec-bba6-9af279a98b02\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_5tdqj0\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#dadada\", \"id\": \"15jkcox\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"SixxRabbit\", \"discussion_type\": null, \"num_comments\": 6687, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/SipsTea/comments/15jkcox/muffled_sounds/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/ejrd96emaggb1.jpg\", \"subreddit_subscribers\": 592702, \"created_utc\": 1691310552.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"politics\", \"selftext\": \"\", \"author_fullname\": \"t2_d0xcf\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Pence confirms he took notes on Trump about overturning election\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/politics\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jnpg5\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 13825, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 13825, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/dOCBOtUTk6DUzuN9RLf_88bfrGADsZpkC6JaJ4MZZi8.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691322618.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"thehill.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://thehill.com/regulation/court-battles/4139548-pence-confirms-notes-trump-overturning-election/\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/4BRvyhW9tRAxp5vDKnKDl8fj1aP6THbzhKRM_aG2BYI.jpg?auto=webp\\u0026s=82fc901400665bc25c57dc919cdf949b77ef6055\", \"width\": 1280, \"height\": 719}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/4BRvyhW9tRAxp5vDKnKDl8fj1aP6THbzhKRM_aG2BYI.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=bc405b8f12454de99d00652cb7842480d54b64bd\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/4BRvyhW9tRAxp5vDKnKDl8fj1aP6THbzhKRM_aG2BYI.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=3fc54c6bbaec5302c42b7a89c80680e8e333c803\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/4BRvyhW9tRAxp5vDKnKDl8fj1aP6THbzhKRM_aG2BYI.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=13a33ab7b5c959356fe9ff7e1b5dc28f5a7232fe\", \"width\": 320, \"height\": 179}, {\"url\": \"https://external-preview.redd.it/4BRvyhW9tRAxp5vDKnKDl8fj1aP6THbzhKRM_aG2BYI.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e3d5862ecd74d2e4d4079a960905d9d6f9ab7d95\", \"width\": 640, \"height\": 359}, {\"url\": \"https://external-preview.redd.it/4BRvyhW9tRAxp5vDKnKDl8fj1aP6THbzhKRM_aG2BYI.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=23f6c85c343b3bb7dc67fbe0d58c1bd53c6afb32\", \"width\": 960, \"height\": 539}, {\"url\": \"https://external-preview.redd.it/4BRvyhW9tRAxp5vDKnKDl8fj1aP6THbzhKRM_aG2BYI.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=1cf2e06854eaf3393d06196296ed696c63438872\", \"width\": 1080, \"height\": 606}], \"variants\": {}, \"id\": \"sTnB7wOkva6t1ppdFdLD0gslqtAxx0riaP-kHn2Yhi4\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2cneq\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jnpg5\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Sanlear\", \"discussion_type\": null, \"num_comments\": 864, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/politics/comments/15jnpg5/pence_confirms_he_took_notes_on_trump_about/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://thehill.com/regulation/court-battles/4139548-pence-confirms-notes-trump-overturning-election/\", \"subreddit_subscribers\": 8369524, \"created_utc\": 1691322618.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"memes\", \"selftext\": \"\", \"author_fullname\": \"t2_vfcmrlmj\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Should we tell them, Donkey fellas...?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/memes\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jpn09\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": \"#373c3f\", \"subreddit_type\": \"public\", \"ups\": 15842, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"6669834a-0ea0-11ee-9e50-8a4bd8cd8b57\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 15842, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/G0-jgxePdHKIC0TubJhTJEm5OLr0tI5lrcnxkLEKr18.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"Noble Memer\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691328412.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/xyffy42qrhgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/xyffy42qrhgb1.jpg?auto=webp\\u0026s=d57296271bd142d30bfea59bb1bf2be04e8427a9\", \"width\": 850, \"height\": 1511}, \"resolutions\": [{\"url\": \"https://preview.redd.it/xyffy42qrhgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=2d5f4128eae54d44133b73cdf090ee9f40170df5\", \"width\": 108, \"height\": 191}, {\"url\": \"https://preview.redd.it/xyffy42qrhgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=4b19e7c7414cb05310184f5a0c3d319f3fca9778\", \"width\": 216, \"height\": 383}, {\"url\": \"https://preview.redd.it/xyffy42qrhgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=4064e800c873b0f8cfcfcde353bca72a3218a443\", \"width\": 320, \"height\": 568}, {\"url\": \"https://preview.redd.it/xyffy42qrhgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=c9bd15e62978d78b81a920d7a0f3f884f76a6e18\", \"width\": 640, \"height\": 1137}], \"variants\": {}, \"id\": \"TzokZtcuNFI01CsMFU5vZVJKksozZ9IlxzUSInawtxk\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Noble Memer\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qjpg\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jpn09\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Simonoide_BellosO\", \"discussion_type\": null, \"num_comments\": 179, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"light\", \"permalink\": \"/r/memes/comments/15jpn09/should_we_tell_them_donkey_fellas/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/xyffy42qrhgb1.jpg\", \"subreddit_subscribers\": 26865528, \"created_utc\": 1691328412.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"NoStupidQuestions\", \"selftext\": \"\", \"author_fullname\": \"t2_cqbttx8w1\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"What is some basic knowledge that a scary amount of people do not know?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/NoStupidQuestions\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jnm9z\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 3873, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 3873, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691322317.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.NoStupidQuestions\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2w844\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jnm9z\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"cozyreid\", \"discussion_type\": null, \"num_comments\": 6254, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/NoStupidQuestions/comments/15jnm9z/what_is_some_basic_knowledge_that_a_scary_amount/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/NoStupidQuestions/comments/15jnm9z/what_is_some_basic_knowledge_that_a_scary_amount/\", \"subreddit_subscribers\": 3738718, \"created_utc\": 1691322317.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"lawncare\", \"selftext\": \"\", \"author_fullname\": \"t2_b7a6s91lc\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"is_gallery\": true, \"title\": \"This guy\\u2019s fucking lawn\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/lawncare\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"media_metadata\": {\"xs5ezbii4dgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 144, \"x\": 108, \"u\": \"https://preview.redd.it/xs5ezbii4dgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=4ab27c3dff9838df14344e3a5a607c0b12516d4b\"}, {\"y\": 288, \"x\": 216, \"u\": \"https://preview.redd.it/xs5ezbii4dgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=496cc3034ccf0fa35f5955b282b482cd9d07b947\"}, {\"y\": 426, \"x\": 320, \"u\": \"https://preview.redd.it/xs5ezbii4dgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=123585d77b133e1b31da4212303cb7aaf4104517\"}, {\"y\": 853, \"x\": 640, \"u\": \"https://preview.redd.it/xs5ezbii4dgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=4c85c2be699bad99aae428d1a769c19b10336768\"}, {\"y\": 1280, \"x\": 960, \"u\": \"https://preview.redd.it/xs5ezbii4dgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=bf03a0b244e9c652837792080d0500cfe476d134\"}, {\"y\": 1440, \"x\": 1080, \"u\": \"https://preview.redd.it/xs5ezbii4dgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=1b622dc441c1af371e681fe6c9bdb736fbbdbb4b\"}], \"s\": {\"y\": 4032, \"x\": 3024, \"u\": \"https://preview.redd.it/xs5ezbii4dgb1.jpg?width=3024\\u0026format=pjpg\\u0026auto=webp\\u0026s=91feb369e3bb677527e3c03baa83857ef0fb2f19\"}, \"id\": \"xs5ezbii4dgb1\"}, \"1b3z4cii4dgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 144, \"x\": 108, \"u\": \"https://preview.redd.it/1b3z4cii4dgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=b8c4818f76c58f49adf78d0f1122c995e861934d\"}, {\"y\": 288, \"x\": 216, \"u\": \"https://preview.redd.it/1b3z4cii4dgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=24db45243baef51a80cdd4e80465b0c94594c114\"}, {\"y\": 426, \"x\": 320, \"u\": \"https://preview.redd.it/1b3z4cii4dgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=dfe3be2131c9f1c95a4fe77be494315c16095457\"}, {\"y\": 853, \"x\": 640, \"u\": \"https://preview.redd.it/1b3z4cii4dgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=c1751aff360859eeded739ee5afc851fbc464592\"}, {\"y\": 1280, \"x\": 960, \"u\": \"https://preview.redd.it/1b3z4cii4dgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=c9345db6d57ed088444d13d838250391d01d4ddb\"}, {\"y\": 1440, \"x\": 1080, \"u\": \"https://preview.redd.it/1b3z4cii4dgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=c8862e9143b274fdba4b90cfba2f2baa07393a47\"}], \"s\": {\"y\": 4032, \"x\": 3024, \"u\": \"https://preview.redd.it/1b3z4cii4dgb1.jpg?width=3024\\u0026format=pjpg\\u0026auto=webp\\u0026s=8340caa14d230ea538feae75f5595c4d14ef7b93\"}, \"id\": \"1b3z4cii4dgb1\"}, \"lsqltgii4dgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 144, \"x\": 108, \"u\": \"https://preview.redd.it/lsqltgii4dgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=d34ad480978d5f47eb1d81e9076c45afd35fdf19\"}, {\"y\": 288, \"x\": 216, \"u\": \"https://preview.redd.it/lsqltgii4dgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=1a8a126e1ba205ccf6c44caf6c3ece711fe17c02\"}, {\"y\": 426, \"x\": 320, \"u\": \"https://preview.redd.it/lsqltgii4dgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=a6806f3a354d5697e25053fedf3b8fd18f32a43a\"}, {\"y\": 853, \"x\": 640, \"u\": \"https://preview.redd.it/lsqltgii4dgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=a803c74a1cfae37059794c683ddb4b5db60fc66b\"}, {\"y\": 1280, \"x\": 960, \"u\": \"https://preview.redd.it/lsqltgii4dgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=e69ae291fd1bd743c6d8bb5ebf3ceaeb3ab9a2d5\"}, {\"y\": 1440, \"x\": 1080, \"u\": \"https://preview.redd.it/lsqltgii4dgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=ccda5ce7f4a30adddf9aa9cfc36fd603ad419f8b\"}], \"s\": {\"y\": 4032, \"x\": 3024, \"u\": \"https://preview.redd.it/lsqltgii4dgb1.jpg?width=3024\\u0026format=pjpg\\u0026auto=webp\\u0026s=208a412e19a3010fc1439bacac9c0e84d3518c74\"}, \"id\": \"lsqltgii4dgb1\"}, \"wzp3obii4dgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 144, \"x\": 108, \"u\": \"https://preview.redd.it/wzp3obii4dgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=4dcfa4e34b35fe811d7af6a9c164d7144d7fd626\"}, {\"y\": 288, \"x\": 216, \"u\": \"https://preview.redd.it/wzp3obii4dgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=df1fdc6c8a3682c5ef9cda8b7122eba0eb36cc1d\"}, {\"y\": 426, \"x\": 320, \"u\": \"https://preview.redd.it/wzp3obii4dgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=91e7f883b8c513d5724c0f214808e532124b4181\"}, {\"y\": 853, \"x\": 640, \"u\": \"https://preview.redd.it/wzp3obii4dgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=702e57369790b9da477724b839344b68a360be64\"}, {\"y\": 1280, \"x\": 960, \"u\": \"https://preview.redd.it/wzp3obii4dgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=e142221adeee2a70a28cb90701a29d863841b741\"}, {\"y\": 1440, \"x\": 1080, \"u\": \"https://preview.redd.it/wzp3obii4dgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=01ca9cab2de6277e152f1b2c692de37bb3a0de43\"}], \"s\": {\"y\": 4032, \"x\": 3024, \"u\": \"https://preview.redd.it/wzp3obii4dgb1.jpg?width=3024\\u0026format=pjpg\\u0026auto=webp\\u0026s=bd950f26372b09634d24958b924b8bd2633e0ae8\"}, \"id\": \"wzp3obii4dgb1\"}}, \"name\": \"t3_15j7tia\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.81, \"author_flair_background_color\": null, \"ups\": 84292, \"domain\": \"reddit.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"gallery_data\": {\"items\": [{\"media_id\": \"lsqltgii4dgb1\", \"id\": 311505075}, {\"media_id\": \"1b3z4cii4dgb1\", \"id\": 311505076}, {\"media_id\": \"wzp3obii4dgb1\", \"id\": 311505077}, {\"media_id\": \"xs5ezbii4dgb1\", \"id\": 311505078}]}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 84292, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/4PwxJyfFfVwlCYf5A7e0X3RGWOYOp5mCQXbIpbENcDs.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691272191.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 9, \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.reddit.com/gallery/15j7tia\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_69c94eb4-d6a3-48e7-9cf2-0f39fed8b87c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Listen, get educated, and get involved.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Ally\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 70, \"id\": \"award_b92370bb-b7de-4fb3-9608-c5b4a22f714a\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bbe4efb7b7ea2ecacd9609c937941282019a511f\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=7aa65fa1bbd9dd3482e18cae220a6acbbabd6452\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a7b1d9f0629a00bc081d6db45a01c14720841969\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ee0ceaa18ec2902fcb59a89bb93dfb440ce7bcf5\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f3c3ed580426898ffd2df864e1111c957f71adf3\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Show nature some love.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Tree Hug\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bbe4efb7b7ea2ecacd9609c937941282019a511f\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=7aa65fa1bbd9dd3482e18cae220a6acbbabd6452\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a7b1d9f0629a00bc081d6db45a01c14720841969\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ee0ceaa18ec2902fcb59a89bb93dfb440ce7bcf5\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f3c3ed580426898ffd2df864e1111c957f71adf3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/fukjtec638u41_TreeHug.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 100, \"id\": \"award_869d4135-8738-41e5-8630-de593b4f049f\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Did somebody say 'Murica?\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"'MURICA\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0c64940c225d9e05e6116c59a43523d0aa0a5be4\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1269bf3ab924e09c0ef5b0d935e0ce7576a11852\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7b7de78f9bb4ae6dfa33242cf3596647e4d00d2f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=fcf6512dbc011bcca1f0fc67b957880145c73749\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c416f50c3987d907af21347cb1f03f4395dc0376\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/18mwqw5th9e51_MURICA.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"award_a9009ea5-1a36-42ae-aab2-5967563ee054\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=21b239c2651fdcd5e4ee548e77dbff1ebad022ad\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=87f32b8a785567fb34816e70ced5dc6c63180eaa\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c6bd29e6c9c8952a0f3135058ee8e3358b6d0bb7\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9aa7d94eab8fd4af67b7d0e7ec817861df5994cb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=026bc9bbd63b1225b3bbd269d231894ae40d323e\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"For love at first sight. Gives %{coin_symbol}100 Coins to both the author and the community.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Heart Eyes\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=21b239c2651fdcd5e4ee548e77dbff1ebad022ad\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=87f32b8a785567fb34816e70ced5dc6c63180eaa\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=c6bd29e6c9c8952a0f3135058ee8e3358b6d0bb7\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=9aa7d94eab8fd4af67b7d0e7ec817861df5994cb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=026bc9bbd63b1225b3bbd269d231894ae40d323e\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/12kz7a7j4v541_HeartEyes.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=978c93744e53b8c9305467a7be792e5c401eac6c\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d2ee343eef5048ad3add75d4a4d4e3922bb9565a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d216fd3a05c61d9fb75b27092844c546d958f14\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b76693f84fd19b04d0c0444a9812d812105e2d8f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=5353352ae9f443c353ef0b7725dabcfc1b3829a5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=10034f3fdf8214c8377134bb60c5b832d4bbf588\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=100f785bf261fa9452a5d82ee0ef0793369dbfa5\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b15d030fdfbbe4af4a5b34ab9dc90a174df40a23\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=601c75be6ee30dc4b47a5c65d64dea9a185502a1\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=540f36e65c0e2f1347fe32020e4a1565e3680437\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=045db73f47a9513c44823d132b4c393ab9241b6a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=298a02e0edbb5b5e293087eeede63802cbe1d2c7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d06d606eb23dbcd6dbe39ee0e60588c5eb89065\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ecd9854b14104a36a210028c43420f0dababd96b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=0d5d7b92c1d66aff435f2ad32e6330ca2b971f6d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 20, \"id\": \"award_5eac457f-ebac-449b-93a7-eb17b557f03c\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bc61b528b8d075c26a3d0f2ad3d9e42259c51cbe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d576c9a19ed29ca5624333239dbde289a146930b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=da1e45654f5acfb6be44fa07c168ad6420796f56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=677455ac05c563b5585f76e52ee96354f1430799\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=25a3b6021a92685b01883fb3d947d2959a75d8b3\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you follow your heart, love is the answer\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"LOVE!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bc61b528b8d075c26a3d0f2ad3d9e42259c51cbe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d576c9a19ed29ca5624333239dbde289a146930b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=da1e45654f5acfb6be44fa07c168ad6420796f56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=677455ac05c563b5585f76e52ee96354f1430799\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=25a3b6021a92685b01883fb3d947d2959a75d8b3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2rzrk\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15j7tia\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Ive_Banged_Ur_Mom\", \"discussion_type\": null, \"num_comments\": 5365, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/lawncare/comments/15j7tia/this_guys_fucking_lawn/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/gallery/15j7tia\", \"subreddit_subscribers\": 623716, \"created_utc\": 1691272191.0, \"num_crossposts\": 18, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"facepalm\", \"selftext\": \"\", \"author_fullname\": \"t2_vmcc7c00\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"What happened to the separation of church and state?\", \"link_flair_richtext\": [{\"a\": \":Misc:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/abp88uwvnuo61_t5_2r5rp/Misc\"}, {\"e\": \"text\", \"t\": \" \\ud83c\\uddf2\\u200b\\ud83c\\uddee\\u200b\\ud83c\\uddf8\\u200b\\ud83c\\udde8\\u200b\"}], \"subreddit_name_prefixed\": \"r/facepalm\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 123, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15js3ja\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"ups\": 6759, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \":Misc: \\ud83c\\uddf2\\u200b\\ud83c\\uddee\\u200b\\ud83c\\uddf8\\u200b\\ud83c\\udde8\\u200b\", \"can_mod_post\": false, \"score\": 6759, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/y3BYtZCkFliuV3AYrKG4xTex0wHOsCKp6uu8_P1q5SY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691334988.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/2pch9qaa5of81.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/2pch9qaa5of81.jpg?auto=webp\\u0026s=c8d652d0ef11ff41325e5402494fb8dffac003dd\", \"width\": 803, \"height\": 711}, \"resolutions\": [{\"url\": \"https://preview.redd.it/2pch9qaa5of81.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=e83a6ac2f3172e8e410b27769856887e126ffaed\", \"width\": 108, \"height\": 95}, {\"url\": \"https://preview.redd.it/2pch9qaa5of81.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=f1c91c7b52863ad6eedec3a510ff15f25f356889\", \"width\": 216, \"height\": 191}, {\"url\": \"https://preview.redd.it/2pch9qaa5of81.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=c18dcab31faef1fdd06025499e012cfbfec66fcb\", \"width\": 320, \"height\": 283}, {\"url\": \"https://preview.redd.it/2pch9qaa5of81.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=4628510e4d8a67dfe59465ae58c30cdea8c66b1c\", \"width\": 640, \"height\": 566}], \"variants\": {}, \"id\": \"auB3C3g0c0anr3b6_LS_hm_yiOgU8vn8qDg3wGl6plk\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"423b2514-8942-11ea-9c45-0ec57a19fbbd\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r5rp\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ffd635\", \"id\": \"15js3ja\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Top_Big38\", \"discussion_type\": null, \"num_comments\": 1051, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/facepalm/comments/15js3ja/what_happened_to_the_separation_of_church_and/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/2pch9qaa5of81.jpg\", \"subreddit_subscribers\": 7608221, \"created_utc\": 1691334988.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"OnePiece\", \"selftext\": \"#One Piece: Episode 1071\\n\\n##\\\"Luffy's Peak - Attained! Gear 5\\\"\\n\\n###Watch now:\\n\\nStreaming Site | Status\\n:--|:--\\n[Crunchyroll](http://www.crunchyroll.com/one-piece/)|**ONLINE**\\n[Funimation](https://www.funimation.com/shows/one-piece/)|**ONLINE**\\n*****\\n**Chapters adapted:** \\n*****\\nPreview: [Episode 1072](http://www.fujitv.co.jp/b_hp/onepiece/index.html)\\n\\nDon't forget to check out the official [Discord server](https://discord.gg/onepiece) to discuss this episode live with other One Piece fans!\", \"author_fullname\": \"t2_hr3be\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 4, \"clicked\": false, \"title\": \"One Piece: Episode 1071\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/OnePiece\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": \"ACTIVE\", \"hide_score\": false, \"name\": \"t3_15jdl92\", \"quarantine\": false, \"link_flair_text_color\": null, \"upvote_ratio\": 0.93, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 7318, \"total_awards_received\": 32, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Current Episode\", \"can_mod_post\": false, \"score\": 7318, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"self\", \"author_cakeday\": true, \"edited\": false, \"author_flair_css_class\": \"afroluffymark\", \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 2, \"gid_2\": 4, \"gid_3\": 3}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691287867.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.OnePiece\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EOne Piece: Episode 1071\\u003C/h1\\u003E\\n\\n\\u003Ch2\\u003E\\u0026quot;Luffy\\u0026#39;s Peak - Attained! Gear 5\\u0026quot;\\u003C/h2\\u003E\\n\\n\\u003Ch3\\u003EWatch now:\\u003C/h3\\u003E\\n\\n\\u003Ctable\\u003E\\u003Cthead\\u003E\\n\\u003Ctr\\u003E\\n\\u003Cth align=\\\"left\\\"\\u003EStreaming Site\\u003C/th\\u003E\\n\\u003Cth align=\\\"left\\\"\\u003EStatus\\u003C/th\\u003E\\n\\u003C/tr\\u003E\\n\\u003C/thead\\u003E\\u003Ctbody\\u003E\\n\\u003Ctr\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Ca href=\\\"http://www.crunchyroll.com/one-piece/\\\"\\u003ECrunchyroll\\u003C/a\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Cstrong\\u003EONLINE\\u003C/strong\\u003E\\u003C/td\\u003E\\n\\u003C/tr\\u003E\\n\\u003Ctr\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Ca href=\\\"https://www.funimation.com/shows/one-piece/\\\"\\u003EFunimation\\u003C/a\\u003E\\u003C/td\\u003E\\n\\u003Ctd align=\\\"left\\\"\\u003E\\u003Cstrong\\u003EONLINE\\u003C/strong\\u003E\\u003C/td\\u003E\\n\\u003C/tr\\u003E\\n\\u003C/tbody\\u003E\\u003C/table\\u003E\\n\\n\\u003Chr/\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003EChapters adapted:\\u003C/strong\\u003E \\u003C/p\\u003E\\n\\n\\u003Chr/\\u003E\\n\\n\\u003Cp\\u003EPreview: \\u003Ca href=\\\"http://www.fujitv.co.jp/b_hp/onepiece/index.html\\\"\\u003EEpisode 1072\\u003C/a\\u003E\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EDon\\u0026#39;t forget to check out the official \\u003Ca href=\\\"https://discord.gg/onepiece\\\"\\u003EDiscord server\\u003C/a\\u003E to discuss this episode live with other One Piece fans!\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 31, \"coin_price\": 1800, \"id\": \"gid_3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\", \"days_of_premium\": 31, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives a month of free Premium, which includes ad-free browsing, r/lounge access, and 700 Reddit Coins per month, until Coins are sunset on September 12, 2023.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 3, \"static_icon_height\": 512, \"name\": \"Platinum\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=978c93744e53b8c9305467a7be792e5c401eac6c\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d2ee343eef5048ad3add75d4a4d4e3922bb9565a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d216fd3a05c61d9fb75b27092844c546d958f14\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b76693f84fd19b04d0c0444a9812d812105e2d8f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=5353352ae9f443c353ef0b7725dabcfc1b3829a5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 250, \"id\": \"award_31260000-2f4a-4b40-ad20-f5aa46a577bf\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Beauty that's forever. Gives %{coin_symbol}100 Coins each to the author and the community.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Timeless Beauty\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9fdc2c55e7ddacb233466226c411fdd5474b9f02\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=7b32657206f9bf592327fcf93be3141c88377738\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f9d7c94902a3fca13129f1562c1760fd2efed612\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=5d7c3b3b8c15fea95896006200a6dea0eccb2820\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=613f9c4ad715208edccb511aaccac33fe033111a\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=10034f3fdf8214c8377134bb60c5b832d4bbf588\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=100f785bf261fa9452a5d82ee0ef0793369dbfa5\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b15d030fdfbbe4af4a5b34ab9dc90a174df40a23\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=601c75be6ee30dc4b47a5c65d64dea9a185502a1\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=540f36e65c0e2f1347fe32020e4a1565e3680437\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 6, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=045db73f47a9513c44823d132b4c393ab9241b6a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=298a02e0edbb5b5e293087eeede63802cbe1d2c7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d06d606eb23dbcd6dbe39ee0e60588c5eb89065\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ecd9854b14104a36a210028c43420f0dababd96b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=0d5d7b92c1d66aff435f2ad32e6330ca2b971f6d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 250, \"id\": \"award_435a5692-f508-4b31-8083-ddc576f26ad3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/hehehe_b_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/hehehe_b_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/hehehe_b_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/hehehe_b_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/hehehe_b_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/hehehe_b_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"That's a little funny\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"hehehehe\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c24daed27d55b27095d94d1b5ca9f944ea1dc087\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=f0791d2973305c3591b628a5a9748f74cac827ec\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b71aeaa9514327b9fe3a2f19b21466dd3d2f4dff\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=41bad6195c6ef5c2855d2e81da2fa12d357bc015\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=d7ab516eb8e614f60ac6c80a71cc0db5ffd9b0b5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 100, \"id\": \"award_01178870-6a4f-4172-8f36-9ed5092ee4f9\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7ef402e4400dbacd3b319ab18a8c72c97f08fb48\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ef998b93113d1cd3a4b75bdfd7485223b36250d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4d02dbb8dbe1c997fdafa8aa862ce0a5e1d4c25\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3f0f4be23a9ad9da36f3a1cef2f2fd208b09bc55\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=57e80210c6fa095baece3848e1ecd12c6d172a12\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"You look amazing, glowing, incredible!\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Glow Up\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7ef402e4400dbacd3b319ab18a8c72c97f08fb48\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ef998b93113d1cd3a4b75bdfd7485223b36250d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4d02dbb8dbe1c997fdafa8aa862ce0a5e1d4c25\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3f0f4be23a9ad9da36f3a1cef2f2fd208b09bc55\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=57e80210c6fa095baece3848e1ecd12c6d172a12\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 150, \"id\": \"award_0d762fb3-17e4-4477-ab6b-9770b71b493c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"My valentine makes my heart beat out of my chest.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Beating Heart\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2b75458be20c8dd7e3d32f8754cdc443f893d25d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=03415287ae9573836fb90a341c088857cda7b458\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=394541b358ce6031a9b649b94a88c3cfb7196c67\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6dcfcdb9734eeee1cd1d841f3c43f8b448564fd8\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=210687a14256a0bb934f7bf76a63c593bc31b66a\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 250, \"id\": \"award_9583d210-a7d0-4f3c-b0c7-369ad579d3d4\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3429167a3ea031ab4a4574baf47b2140c7b59aa8\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=835353c87c6a5d516662bb681d0d50647e7ab44f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a925fdb8ed532e7261b0dbc820e691423cba8ee6\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1d86da7e5837d52fec767aeb6a762caff5f7cef0\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e3254651db548741c58f331e91395b55a557573d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When a thing immediately combusts your brain. Gives %{coin_symbol}100 Coins to both the author and the community.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Mind Blown\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3429167a3ea031ab4a4574baf47b2140c7b59aa8\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=835353c87c6a5d516662bb681d0d50647e7ab44f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a925fdb8ed532e7261b0dbc820e691423cba8ee6\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1d86da7e5837d52fec767aeb6a762caff5f7cef0\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=e3254651db548741c58f331e91395b55a557573d\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/wa987k0p4v541_MindBlown.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 150, \"id\": \"award_5fb42699-4911-42a2-884c-6fc8bdc36059\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Animated_Cake_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Animated_Cake_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Animated_Cake_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Animated_Cake_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Animated_Cake_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Animated_Cake_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Did someone say... cake?\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Cake\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/2by9f28cal581_Cake2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=abb1c6547fbf5f64a5950f93196aed296eca6692\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/2by9f28cal581_Cake2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=7d290d35ad1720dd36cf4cd26333f67966798f83\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/2by9f28cal581_Cake2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=2551fcc07258cd78d78f2c41551a6470d69d7db3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/2by9f28cal581_Cake2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=289ed1921761701125f1bddede0e1699dd1f6645\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/2by9f28cal581_Cake2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f22db4b6b029726e8c4c8090c169fceca8a0c143\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/2by9f28cal581_Cake2.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 250, \"id\": \"award_cc540de7-dfdb-4a68-9acf-6f9ce6b17d21\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1beb1bf88465c12069e7e305df8bbb424687f552\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=57a5bcdfedeff6bbc7a3289ff3af63b0d97dbb71\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f3c4c5b0390c2f033f1e475b008f3c37f6823836\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=5ec083ad3ad509bfb1c393df673bd4a1511d52a9\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=3ca0b826dc8ac7b62b71756f6648f8c74eb24702\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"You made me UwU.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"It's Cute!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=1beb1bf88465c12069e7e305df8bbb424687f552\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=57a5bcdfedeff6bbc7a3289ff3af63b0d97dbb71\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f3c4c5b0390c2f033f1e475b008f3c37f6823836\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=5ec083ad3ad509bfb1c393df673bd4a1511d52a9\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=3ca0b826dc8ac7b62b71756f6648f8c74eb24702\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/n94bgm83in941_ItsCute.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 400, \"id\": \"award_84276b1e-cc8f-484f-a19c-be6c09adc1a5\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"An amazing showing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Bravo!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=647cccf78702582f30d23908180da092b135cffe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_80d4d339-95d0-43ac-b051-bc3fe0a9bab8\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7530150c82cb32627e80f409d92bacd95b4b6f89\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8960e957206d6214bc7a5ba3db21ac70aff76e73\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a1853cd01a345600cdf8589476e3fdfb66b53936\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=611185fbe83a4c1b658bc08dc4bd4fb711a4db65\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=dff2aa35972f73905377622832fc2c70df360617\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Keep the community and yourself healthy and happy.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Wearing is Caring\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0349ceebb30e25e913f1ebc8cde78807d2f94cfe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=07cc6b9c14c3755605148f2240ac582a44a78596\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=d89451c2145881c3d525a6b78742a11546feea3c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1513567b75db31adff4e4a7a157e6cab8a3e41ad\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=234cb3d8f90476a6e38e2105c52f0f7281585176\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 325, \"id\": \"award_9f928aff-c9f5-4e7e-aa91-8619dce60f1c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/TableSlap_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When laughter meets percussion\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Table Slap\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=994f9f96e2d6f58953ea691c6ada1cb71915afef\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=fc707b848214f4d6f5ce5ba15ba152f258c8ee5b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4928f25293343f16a3878caf267c784276527e3\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=77f3d1e6b823a6680ce5941940286b9c9d6c63fb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f6f2dabda59c3ce60853beb53575cd1a71723e5d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/a88w7nm8g9e51_TableSlap.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 300, \"id\": \"award_cc299d65-77de-4828-89de-708b088349a0\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=65edcad28bb61e02c98f6e5abae94570f15577af\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=ade31fce9fae3cd026513278fd6d8f43a2470473\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=4a6669f710a159e308d70a09ad5d91bf26576801\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6411ff24501a3c9ab1ba1fcc56e111e2897ed4f6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=161171b7b4aadddcf4bd0b258229c95cbf461625\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Historical anomaly - greatest in eternity.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"GOAT\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=65edcad28bb61e02c98f6e5abae94570f15577af\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=ade31fce9fae3cd026513278fd6d8f43a2470473\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=4a6669f710a159e308d70a09ad5d91bf26576801\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6411ff24501a3c9ab1ba1fcc56e111e2897ed4f6\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=161171b7b4aadddcf4bd0b258229c95cbf461625\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/x52x5be57fd41_GOAT.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 4, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_69c94eb4-d6a3-48e7-9cf2-0f39fed8b87c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Listen, get educated, and get involved.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Ally\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"07c64ac6-c871-11ea-b96e-0e2b8f228c5f\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2rfz5\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ffb000\", \"id\": \"15jdl92\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Sakata_Kintoki\", \"discussion_type\": null, \"num_comments\": 3797, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/OnePiece/comments/15jdl92/one_piece_episode_1071/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": true, \"url\": \"https://www.reddit.com/r/OnePiece/comments/15jdl92/one_piece_episode_1071/\", \"subreddit_subscribers\": 2191668, \"created_utc\": 1691287867.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"AskReddit\", \"selftext\": \"\", \"author_fullname\": \"t2_q5q0x8yp\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"What celebrity is over sexualized? Do you think this helps or hurts them?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/AskReddit\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jcc8d\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.89, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 6339, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 6339, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691284179.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.AskReddit\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh1i\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jcc8d\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"littlehoneybear2104\", \"discussion_type\": null, \"num_comments\": 2969, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/AskReddit/comments/15jcc8d/what_celebrity_is_over_sexualized_do_you_think/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/AskReddit/comments/15jcc8d/what_celebrity_is_over_sexualized_do_you_think/\", \"subreddit_subscribers\": 42388145, \"created_utc\": 1691284179.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"MurderedByWords\", \"selftext\": \"\", \"author_fullname\": \"t2_u2y43\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Here to report a fatality\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/MurderedByWords\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jnys7\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 13131, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 13131, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/taJUVf1_-OmG5p-MlYGU1xL7t1zhvmnv6rbLzhDyGJw.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691323456.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/r00ospdzchgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/r00ospdzchgb1.jpg?auto=webp\\u0026s=4a6ac078e89c4d0a62ada213afa30e47091a851c\", \"width\": 1135, \"height\": 1825}, \"resolutions\": [{\"url\": \"https://preview.redd.it/r00ospdzchgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=d57fd46855afbdf9cd03e7b4bb854a933e17fcfb\", \"width\": 108, \"height\": 173}, {\"url\": \"https://preview.redd.it/r00ospdzchgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=f9be481131e0bd87d9c1927d3dfb069e8dcea79a\", \"width\": 216, \"height\": 347}, {\"url\": \"https://preview.redd.it/r00ospdzchgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=78ce02dedd95ac1f11f80211749c1b94d2f238f8\", \"width\": 320, \"height\": 514}, {\"url\": \"https://preview.redd.it/r00ospdzchgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=fa463cb1b907144bdbc9a56c4b64b984ddd3edab\", \"width\": 640, \"height\": 1029}, {\"url\": \"https://preview.redd.it/r00ospdzchgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=3fbbc21aa30a1d27f8b6fc13411031f9e9812fc4\", \"width\": 960, \"height\": 1543}, {\"url\": \"https://preview.redd.it/r00ospdzchgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=c11dc2b9a4c7969d0a2d9b548d6613ac73bf4bf8\", \"width\": 1080, \"height\": 1736}], \"variants\": {}, \"id\": \"DafilXs6D4dUp6Zo03WYvGKGwrddfAXDOKjxDoc4TGU\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3hx3r\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jnys7\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"CSGB13\", \"discussion_type\": null, \"num_comments\": 593, \"send_replies\": false, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/MurderedByWords/comments/15jnys7/here_to_report_a_fatality/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/r00ospdzchgb1.jpg\", \"subreddit_subscribers\": 2826519, \"created_utc\": 1691323456.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Serverlife\", \"selftext\": \"I get it, you probably had sticker shock, and the $60 in taxes definitely added to the bill significantly. However, for four people to have appetizers, full meals, multiple rounds of drinks and 4+ rounds of specialty shots within three and a half hours, $100/per person isn't that unreasonable. Rather than screaming to your friends that, \\\"There's no way our bill is $400,\\\" just ask me maybe? I was more than happy to break down the bill for you, and instead I was met with a whole lot of 'tude. \\n\\nIdk man, I'm just tired.\\n\\nEdit: yes, the tip was a bit of a let down because I absolutely busted my ass (we host, bus, and food run ourselves) and made accommodations for them when I was getting crushed with 10+ other tables during a post-game rush. But it happens, that's not why I was frustrated. I guess I was moreso frustrated because they were yelling to each other about the bill, but when I tried to politely see if they had any questions/needed clarification, I got met with hella sass. \\n\\n**To the folks missing the point:** If you have a question about the bill, please just ask your server, we're here to help! Don't crank about it to each other, and then take it out on us. At least give us the opportunity to try to address your complaint. \\n\\nAgain, this isn't the point of my anecdote, but to touch on the tipping topic: While most people don't expect tips, in States most do rely on them to live. Does the system suck? Yes. Does you not tipping your server do anything to change the system? No. Should a living wage adjustment be reflected in the menu prices, and make overall restaurant bills higher? Probably. Are restaurant owners going to take it upon themselves to not only increase prices, but to also pay that increase to their staff in lieu of tips? Probably not.\\n\\nSo, unfortunately, the system we're (at least in the US) all stuck with is tipping. As a customer, you're going to get the service you pay for. As a server, you pay me to \\\"dance monkey, dance,\\\" and I dance. If you don't want to tip, that's ok, but your server is going to prioritize those who pay them to hustle.\", \"author_fullname\": \"t2_u8i8om3\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"To the four women that left me $20 on $400...\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Serverlife\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jjjvt\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.59, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 2018, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 2018, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1691334143.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691307650.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.Serverlife\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI get it, you probably had sticker shock, and the $60 in taxes definitely added to the bill significantly. However, for four people to have appetizers, full meals, multiple rounds of drinks and 4+ rounds of specialty shots within three and a half hours, $100/per person isn\\u0026#39;t that unreasonable. Rather than screaming to your friends that, \\u0026quot;There\\u0026#39;s no way our bill is $400,\\u0026quot; just ask me maybe? I was more than happy to break down the bill for you, and instead I was met with a whole lot of \\u0026#39;tude. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EIdk man, I\\u0026#39;m just tired.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEdit: yes, the tip was a bit of a let down because I absolutely busted my ass (we host, bus, and food run ourselves) and made accommodations for them when I was getting crushed with 10+ other tables during a post-game rush. But it happens, that\\u0026#39;s not why I was frustrated. I guess I was moreso frustrated because they were yelling to each other about the bill, but when I tried to politely see if they had any questions/needed clarification, I got met with hella sass. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003ETo the folks missing the point:\\u003C/strong\\u003E If you have a question about the bill, please just ask your server, we\\u0026#39;re here to help! Don\\u0026#39;t crank about it to each other, and then take it out on us. At least give us the opportunity to try to address your complaint. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EAgain, this isn\\u0026#39;t the point of my anecdote, but to touch on the tipping topic: While most people don\\u0026#39;t expect tips, in States most do rely on them to live. Does the system suck? Yes. Does you not tipping your server do anything to change the system? No. Should a living wage adjustment be reflected in the menu prices, and make overall restaurant bills higher? Probably. Are restaurant owners going to take it upon themselves to not only increase prices, but to also pay that increase to their staff in lieu of tips? Probably not.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003ESo, unfortunately, the system we\\u0026#39;re (at least in the US) all stuck with is tipping. As a customer, you\\u0026#39;re going to get the service you pay for. As a server, you pay me to \\u0026quot;dance monkey, dance,\\u0026quot; and I dance. If you don\\u0026#39;t want to tip, that\\u0026#39;s ok, but your server is going to prioritize those who pay them to hustle.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_31zbw\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jjjvt\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"itsbrittanybishhhh\", \"discussion_type\": null, \"num_comments\": 3394, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Serverlife/comments/15jjjvt/to_the_four_women_that_left_me_20_on_400/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/Serverlife/comments/15jjjvt/to_the_four_women_that_left_me_20_on_400/\", \"subreddit_subscribers\": 159008, \"created_utc\": 1691307650.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Damnthatsinteresting\", \"selftext\": \"\", \"author_fullname\": \"t2_d4gyh42sh\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Bangladesh train\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Damnthatsinteresting\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"video\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15joogn\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 11455, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/cc50yumhjhgb1/DASH_720.mp4?source=fallback\", \"has_audio\": true, \"height\": 1280, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/cc50yumhjhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/cc50yumhjhgb1/DASHPlaylist.mpd?a=1693938777%2CMzA5YzRkMzNlMWQ0MTFjOGY4NzZiNzc3NDAyNzQzYzU2MWU0Y2RmZGVlZTg4ZGFhYzc0ZmNhMGJkYzM4Mjk1OQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 37, \"hls_url\": \"https://v.redd.it/cc50yumhjhgb1/HLSPlaylist.m3u8?a=1693938777%2CNGU1MDBkNWI3OWU5MzM3NGUzNWExYzllMDU4N2Y2MTQ1YjRlY2RhMmQ5ZDA0Mzg0NjIyOTFiZjIyMjExOTRjYg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Video\", \"can_mod_post\": false, \"score\": 11455, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://external-preview.redd.it/ZnR2dWJuaGhqaGdiMSrVPA8urqZekdEAOqHCfwNWOuHfoMVpgsAzmthzsRDX.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=6beb92bda750e4e914eadbab9e5cdfb6efa4b963\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691325643.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/cc50yumhjhgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ZnR2dWJuaGhqaGdiMSrVPA8urqZekdEAOqHCfwNWOuHfoMVpgsAzmthzsRDX.png?format=pjpg\\u0026auto=webp\\u0026s=d96c102221d9ae97e15fa81847654222ecd26e43\", \"width\": 1002, \"height\": 1783}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ZnR2dWJuaGhqaGdiMSrVPA8urqZekdEAOqHCfwNWOuHfoMVpgsAzmthzsRDX.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=674e9430fb793fed493eb18cd534ae3f40f6b36b\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/ZnR2dWJuaGhqaGdiMSrVPA8urqZekdEAOqHCfwNWOuHfoMVpgsAzmthzsRDX.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=7d237e4c2118c482b0865a1e1b385e2d671d230e\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/ZnR2dWJuaGhqaGdiMSrVPA8urqZekdEAOqHCfwNWOuHfoMVpgsAzmthzsRDX.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=b4c39ae3bbeacc50947746ab5d7ce752caa39c62\", \"width\": 320, \"height\": 569}, {\"url\": \"https://external-preview.redd.it/ZnR2dWJuaGhqaGdiMSrVPA8urqZekdEAOqHCfwNWOuHfoMVpgsAzmthzsRDX.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=41b075d525506f0e7564e873e34069b7eeca4889\", \"width\": 640, \"height\": 1138}, {\"url\": \"https://external-preview.redd.it/ZnR2dWJuaGhqaGdiMSrVPA8urqZekdEAOqHCfwNWOuHfoMVpgsAzmthzsRDX.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=d9b68c6fb41b5101f2bb08389dedfa80a1708d99\", \"width\": 960, \"height\": 1708}], \"variants\": {}, \"id\": \"ZnR2dWJuaGhqaGdiMSrVPA8urqZekdEAOqHCfwNWOuHfoMVpgsAzmthzsRDX\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": true, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2xxyj\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15joogn\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"AmbassadorUnusual250\", \"discussion_type\": null, \"num_comments\": 842, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Damnthatsinteresting/comments/15joogn/bangladesh_train/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/cc50yumhjhgb1\", \"subreddit_subscribers\": 11059887, \"created_utc\": 1691325643.0, \"num_crossposts\": 9, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/cc50yumhjhgb1/DASH_720.mp4?source=fallback\", \"has_audio\": true, \"height\": 1280, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/cc50yumhjhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/cc50yumhjhgb1/DASHPlaylist.mpd?a=1693938777%2CMzA5YzRkMzNlMWQ0MTFjOGY4NzZiNzc3NDAyNzQzYzU2MWU0Y2RmZGVlZTg4ZGFhYzc0ZmNhMGJkYzM4Mjk1OQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 37, \"hls_url\": \"https://v.redd.it/cc50yumhjhgb1/HLSPlaylist.m3u8?a=1693938777%2CNGU1MDBkNWI3OWU5MzM3NGUzNWExYzllMDU4N2Y2MTQ1YjRlY2RhMmQ5ZDA0Mzg0NjIyOTFiZjIyMjExOTRjYg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"therewasanattempt\", \"selftext\": \"\", \"author_fullname\": \"t2_fh0hmctv1\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"To Be Brutally Honest and Still Get A Tinder Date\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/therewasanattempt\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 137, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jcc9a\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.87, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 35603, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 35603, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/6WZE9PkT-a_CnpFfAaT7AHX0gIkhjTA1hpnXSoTBOIU.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691284182.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/y2piy17t3egb1.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/y2piy17t3egb1.png?auto=webp\\u0026s=810e01a3774658104aa14adb224c334a12b8d778\", \"width\": 1179, \"height\": 1160}, \"resolutions\": [{\"url\": \"https://preview.redd.it/y2piy17t3egb1.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=95158022e52e92a135c6b8f6cc065d98615d882b\", \"width\": 108, \"height\": 106}, {\"url\": \"https://preview.redd.it/y2piy17t3egb1.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=6f183e9d5092bf2ffd11e902e3179c6d82777eda\", \"width\": 216, \"height\": 212}, {\"url\": \"https://preview.redd.it/y2piy17t3egb1.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=e5e6d0544f9c0b4838dc084a1c3c90740d180967\", \"width\": 320, \"height\": 314}, {\"url\": \"https://preview.redd.it/y2piy17t3egb1.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=04000892d99fb9a56c4c638eb0ab8049e454879b\", \"width\": 640, \"height\": 629}, {\"url\": \"https://preview.redd.it/y2piy17t3egb1.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=66cb08c3c03ca76a4efca2bb2e94e2f0367d8259\", \"width\": 960, \"height\": 944}, {\"url\": \"https://preview.redd.it/y2piy17t3egb1.png?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=b085d4e37264a1a9b6a25733235419c67bceb90d\", \"width\": 1080, \"height\": 1062}], \"variants\": {}, \"id\": \"JD2l2OoAmENMo1WbwJ1E5czfSriTAykH-rp251Wczk8\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_39ne7\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jcc9a\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Y4A0U812\", \"discussion_type\": null, \"num_comments\": 2832, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/therewasanattempt/comments/15jcc9a/to_be_brutally_honest_and_still_get_a_tinder_date/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/y2piy17t3egb1.png\", \"subreddit_subscribers\": 6804332, \"created_utc\": 1691284182.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"baseball\", \"selftext\": \"\", \"author_fullname\": \"t2_a0pn0\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 2, \"clicked\": false, \"title\": \"[Highlight] Benches clear in Cleveland as Tim Anderson and Jos\\u00e9 Ram\\u00edrez get into a fight after a slide into second base\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/baseball\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jbxvt\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 9824, \"total_awards_received\": 11, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": \"29a56bd8-f88a-11e5-9b8a-0e2d3120553f\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 9824, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": \"cws-2\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"Chicago White Sox \"}, {\"a\": \":cws3:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/wf2unrzrdnp01_t5_2qm7u/cws3\"}], \"gildings\": {\"gid_1\": 1, \"gid_2\": 2}, \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691283029.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"video.twimg.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://video.twimg.com/amplify_video/1687988839283859456/vid/1920x1080/3swvopNNy9cQiTV3.mp4\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=10034f3fdf8214c8377134bb60c5b832d4bbf588\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=100f785bf261fa9452a5d82ee0ef0793369dbfa5\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b15d030fdfbbe4af4a5b34ab9dc90a174df40a23\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=601c75be6ee30dc4b47a5c65d64dea9a185502a1\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=540f36e65c0e2f1347fe32020e4a1565e3680437\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=045db73f47a9513c44823d132b4c393ab9241b6a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=298a02e0edbb5b5e293087eeede63802cbe1d2c7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d06d606eb23dbcd6dbe39ee0e60588c5eb89065\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ecd9854b14104a36a210028c43420f0dababd96b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=0d5d7b92c1d66aff435f2ad32e6330ca2b971f6d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 125, \"id\": \"award_611ff347-196b-4a14-ad4b-0076f2d8f9d2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"This goes a long way to restore my faith in the people of Earth\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=efad7986011dac7bd9f1b3490753fc7b30be18f9\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=51b13dd41a13e9dba8af3316aa119fcfdc349c94\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b5c5868a81ba4f34c2510688a47ef5bf21751bee\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1e060c2f599b3eea83909599eb97fc8882b58f4f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=7dc4bd71f365229da8f7cee9d87b1433f3f8a4ec\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 400, \"id\": \"award_84276b1e-cc8f-484f-a19c-be6c09adc1a5\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"An amazing showing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=647cccf78702582f30d23908180da092b135cffe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 150, \"id\": \"award_88fdcafc-57a0-48db-99cc-76276bfaf28b\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3481c2a89c2ebe653aae1b8d627c20c10abfc79e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2bd2b8a9417e7cc18752927c11f98b242c133f2f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a34e3d83c5dd9f6c731b1375500e4de8d4fee652\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6525899b9a01d5b0c4deea6c34cd8436ee1ff0c7\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c9e094023649693de991fff551a0c9561d11163a\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"To pay respects.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Press F\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3481c2a89c2ebe653aae1b8d627c20c10abfc79e\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=2bd2b8a9417e7cc18752927c11f98b242c133f2f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a34e3d83c5dd9f6c731b1375500e4de8d4fee652\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6525899b9a01d5b0c4deea6c34cd8436ee1ff0c7\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c9e094023649693de991fff551a0c9561d11163a\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/tcofsbf92md41_PressF.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": \"t5_2qm7u\", \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"award_a5f728db-2589-4b08-9dfc-80c207f00862\", \"penny_donate\": null, \"award_sub_type\": \"COMMUNITY\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9b99d0ef53afb14bb9b21797665f85f047ddd35b\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e6342becfb3fe127eb1cf057040b447552f41228\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=94198a1eaf71c9c8b2e7846e950f498e3261a0a1\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d209ed83c6ba6d8ed4c63d67afa94316106ec2eb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=44415a4dc7b93a2288e66d62021e9d48b3828558\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Jeff.eth Award and grants %{coin_symbol}100 Coins to the community. Exclusive to this community.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Jeff.eth\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9b99d0ef53afb14bb9b21797665f85f047ddd35b\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e6342becfb3fe127eb1cf057040b447552f41228\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=94198a1eaf71c9c8b2e7846e950f498e3261a0a1\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=d209ed83c6ba6d8ed4c63d67afa94316106ec2eb\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=44415a4dc7b93a2288e66d62021e9d48b3828558\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"community\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_2qm7u/109604zy8mm81_Jeffeth.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 300, \"id\": \"award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9d714b25ca25d05e3310bc60bc1714ddf7951331\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d584b15c8e17d61fa8ae319a91d351c8fe35b918\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=d9fb2c025611a15e6bb4437734f92db99b93fd12\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=744fb200d76bf21f6e023ba98d3b4189b34973e3\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c180572afbc080622a8ac8441c3bc5214597d05a\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When an upvote just isn't enough, smash the Rocket Like.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Rocket Like\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=24fc4d912e595c3fed2ce0deef1c13f70df56056\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=f9d869602e0d8b719186cc603864a42699e5c96e\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b223ac8fdd206b683b840c2782307c3f01b04fb7\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=a0b840c6ecdee904012a6c53c40194733b72bca8\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=b2e2ca67e067f82ff9b4ea1fe1b39395ca622894\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 325, \"id\": \"award_3409a4c0-ba69-43a0-be9f-27bc27c159cc\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Spits_drink_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Spits_drink_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Spits_drink_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Spits_drink_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Spits_drink_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Spits_drink_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shower them with laughs\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Spit-take\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5virpo8iwsj51_Spit-take.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=5e4ae566eadac1eb432a2b815122df6c45ca325c\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5virpo8iwsj51_Spit-take.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=5321848d56e639b0f508ff003cf7f70d61868057\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5virpo8iwsj51_Spit-take.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=85e863bbb5a3628570bb27de292e7d886c7231a8\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5virpo8iwsj51_Spit-take.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=5cc72a3a77d5effbe376c0c1a151edf7ab8cb152\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5virpo8iwsj51_Spit-take.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c44b55c07d6f6abdcafc0feae98b4efe6875655c\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5virpo8iwsj51_Spit-take.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Chicago White Sox :cws3:\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm7u\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jbxvt\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"MUFColin\", \"discussion_type\": null, \"num_comments\": 2438, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/baseball/comments/15jbxvt/highlight_benches_clear_in_cleveland_as_tim/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://video.twimg.com/amplify_video/1687988839283859456/vid/1920x1080/3swvopNNy9cQiTV3.mp4\", \"subreddit_subscribers\": 2443845, \"created_utc\": 1691283029.0, \"num_crossposts\": 7, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"PublicFreakout\", \"selftext\": \"\", \"author_fullname\": \"t2_2c3q8jjv\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Crazy fight!\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"\\ud83e\\udd4aFight\"}], \"subreddit_name_prefixed\": \"r/PublicFreakout\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jopb3\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"ups\": 8748, \"total_awards_received\": 3, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/728ijzcgjhgb1/DASH_480.mp4?source=fallback\", \"has_audio\": true, \"height\": 854, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/728ijzcgjhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/728ijzcgjhgb1/DASHPlaylist.mpd?a=1693938777%2CZTFhMGU5ZTgzZTM2ZmU1Y2ZhZDExYzYxODczNmEzMDg1NWFiODBjYzZmNTFhMjc4NGNiNjA0ZGJjNTI4M2IyNg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 203, \"hls_url\": \"https://v.redd.it/728ijzcgjhgb1/HLSPlaylist.m3u8?a=1693938777%2CNjc2MzAyYTIwY2RhNTI3ZjNlZjlmM2I5ZmY1OGY0MjA2OWUxOTZkZWUwZTlkYTU1YjljOGViM2NkN2VlNmVjMg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"\\ud83e\\udd4aFight\", \"can_mod_post\": false, \"score\": 8748, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://external-preview.redd.it/OXNoNGFnOWdqaGdiMRdtpgjJX4_QsifLnJ7q7ryiewBKnr2prVSaJNRWiwHh.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=1c96b501b191420fb7deaf081a5b956da43c447d\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691325713.0, \"link_flair_type\": \"richtext\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/728ijzcgjhgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/OXNoNGFnOWdqaGdiMRdtpgjJX4_QsifLnJ7q7ryiewBKnr2prVSaJNRWiwHh.png?format=pjpg\\u0026auto=webp\\u0026s=3d2f7861ea54dff47a0607b9a09422797d77bdd5\", \"width\": 480, \"height\": 854}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/OXNoNGFnOWdqaGdiMRdtpgjJX4_QsifLnJ7q7ryiewBKnr2prVSaJNRWiwHh.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=71d344a488c25ce96870fb45e344bf684baa4aac\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/OXNoNGFnOWdqaGdiMRdtpgjJX4_QsifLnJ7q7ryiewBKnr2prVSaJNRWiwHh.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=f5193d88675a381dd12c84c7f7ac18d00ae4d87c\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/OXNoNGFnOWdqaGdiMRdtpgjJX4_QsifLnJ7q7ryiewBKnr2prVSaJNRWiwHh.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=267c930c6e89649fa32caccc95ccd2945f0b3d74\", \"width\": 320, \"height\": 569}], \"variants\": {}, \"id\": \"OXNoNGFnOWdqaGdiMRdtpgjJX4_QsifLnJ7q7ryiewBKnr2prVSaJNRWiwHh\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=978c93744e53b8c9305467a7be792e5c401eac6c\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d2ee343eef5048ad3add75d4a4d4e3922bb9565a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d216fd3a05c61d9fb75b27092844c546d958f14\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b76693f84fd19b04d0c0444a9812d812105e2d8f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=5353352ae9f443c353ef0b7725dabcfc1b3829a5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 75, \"id\": \"award_9663243a-e77f-44cf-abc6-850ead2cd18d\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"For an especially amazing showing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo Grande!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3459bdf1d1777821a831c5bf9834f4365263fcff\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9181d68065ccfccf2b1074e499cd7c1103aa2ce8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=339b368d395219120abc50d54fb3e2cdcad8ca4f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=de4ebbe92f9019de05aaa77f88810d44adbe1e50\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ba6c1add5204ea43e5af010bd9622392a42140e3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"8ff98682-8bcd-11e5-b44f-0e373b482bcf\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2yrq6\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#b8001f\", \"id\": \"15jopb3\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"boulevardknight\", \"discussion_type\": null, \"num_comments\": 1718, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/PublicFreakout/comments/15jopb3/crazy_fight/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://v.redd.it/728ijzcgjhgb1\", \"subreddit_subscribers\": 4582147, \"created_utc\": 1691325713.0, \"num_crossposts\": 11, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/728ijzcgjhgb1/DASH_480.mp4?source=fallback\", \"has_audio\": true, \"height\": 854, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/728ijzcgjhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/728ijzcgjhgb1/DASHPlaylist.mpd?a=1693938777%2CZTFhMGU5ZTgzZTM2ZmU1Y2ZhZDExYzYxODczNmEzMDg1NWFiODBjYzZmNTFhMjc4NGNiNjA0ZGJjNTI4M2IyNg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 203, \"hls_url\": \"https://v.redd.it/728ijzcgjhgb1/HLSPlaylist.m3u8?a=1693938777%2CNjc2MzAyYTIwY2RhNTI3ZjNlZjlmM2I5ZmY1OGY0MjA2OWUxOTZkZWUwZTlkYTU1YjljOGViM2NkN2VlNmVjMg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"toptalent\", \"selftext\": \"\", \"author_fullname\": \"t2_r7cpmxvp\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Shaolin monk demonstration of iron finger\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Skills \"}, {\"a\": \":SurprisedPikachuPodium:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/4m1jynnrf6w31_t5_3ptyd/SurprisedPikachuPodium\"}], \"subreddit_name_prefixed\": \"r/toptalent\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"skill\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15j9t5v\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.87, \"author_flair_background_color\": null, \"ups\": 68390, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/6wvyga9hjdgb1/DASH_480.mp4?source=fallback\", \"height\": 592, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/6wvyga9hjdgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/6wvyga9hjdgb1/DASHPlaylist.mpd?a=1693938777%2CZDA1ODNiZmFmZmFlZmVlNTI2NGRlMjE3MzE2ZjY0MzFmNTcyMmU1YjVkYzQ1ODMyMzBiYTU5ODBlNzcxOTQ1NA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 28, \"hls_url\": \"https://v.redd.it/6wvyga9hjdgb1/HLSPlaylist.m3u8?a=1693938777%2CMTc2ODQzYmJjOTQyMjk5YWM0NzFiYTU3ZjU3NTc2NTkzZDM3OTRlOTY1ZjZmYzI5MmE1NTExMzZlODYxMmE5OA%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Skills :SurprisedPikachuPodium:\", \"can_mod_post\": false, \"score\": 68390, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://external-preview.redd.it/ZzlyeDBwNWhqZGdiMdz_-ES80zHy9V8kkKXzea7c-gkr-oUgSqmt7L6SZqcs.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=a5693fa09c54b773148036c9bf2d6d0cc2861876\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691277213.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/6wvyga9hjdgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ZzlyeDBwNWhqZGdiMdz_-ES80zHy9V8kkKXzea7c-gkr-oUgSqmt7L6SZqcs.png?format=pjpg\\u0026auto=webp\\u0026s=9a223fa7a6aa80b7dea47f61a6295bdbb663f514\", \"width\": 1080, \"height\": 1331}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ZzlyeDBwNWhqZGdiMdz_-ES80zHy9V8kkKXzea7c-gkr-oUgSqmt7L6SZqcs.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=e589ee3c35247cf0aec11e2570f9ff7a2bfb0597\", \"width\": 108, \"height\": 133}, {\"url\": \"https://external-preview.redd.it/ZzlyeDBwNWhqZGdiMdz_-ES80zHy9V8kkKXzea7c-gkr-oUgSqmt7L6SZqcs.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=6bd0384cc63a8477f32b0be0ba0ec03b749a24fb\", \"width\": 216, \"height\": 266}, {\"url\": \"https://external-preview.redd.it/ZzlyeDBwNWhqZGdiMdz_-ES80zHy9V8kkKXzea7c-gkr-oUgSqmt7L6SZqcs.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=e0687df08bb4702c490df411a06de6117504974c\", \"width\": 320, \"height\": 394}, {\"url\": \"https://external-preview.redd.it/ZzlyeDBwNWhqZGdiMdz_-ES80zHy9V8kkKXzea7c-gkr-oUgSqmt7L6SZqcs.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=deb817d443a221d0f34d94d22c00c5c84054896a\", \"width\": 640, \"height\": 788}, {\"url\": \"https://external-preview.redd.it/ZzlyeDBwNWhqZGdiMdz_-ES80zHy9V8kkKXzea7c-gkr-oUgSqmt7L6SZqcs.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=f7b89addddd14f673c82b63bdc0b9cf5ea6abab4\", \"width\": 960, \"height\": 1183}, {\"url\": \"https://external-preview.redd.it/ZzlyeDBwNWhqZGdiMdz_-ES80zHy9V8kkKXzea7c-gkr-oUgSqmt7L6SZqcs.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=76c4e0068c30d693f7738d5ec6a24979ef56bacc\", \"width\": 1080, \"height\": 1331}], \"variants\": {}, \"id\": \"ZzlyeDBwNWhqZGdiMdz_-ES80zHy9V8kkKXzea7c-gkr-oUgSqmt7L6SZqcs\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"7f82c364-5cbb-11e9-967e-0e187fdc756c\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3ptyd\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#0079d3\", \"id\": \"15j9t5v\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"_ThatswhatXisaid_\", \"discussion_type\": null, \"num_comments\": 2499, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/toptalent/comments/15j9t5v/shaolin_monk_demonstration_of_iron_finger/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/6wvyga9hjdgb1\", \"subreddit_subscribers\": 2681426, \"created_utc\": 1691277213.0, \"num_crossposts\": 37, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/6wvyga9hjdgb1/DASH_480.mp4?source=fallback\", \"height\": 592, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/6wvyga9hjdgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/6wvyga9hjdgb1/DASHPlaylist.mpd?a=1693938777%2CZDA1ODNiZmFmZmFlZmVlNTI2NGRlMjE3MzE2ZjY0MzFmNTcyMmU1YjVkYzQ1ODMyMzBiYTU5ODBlNzcxOTQ1NA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 28, \"hls_url\": \"https://v.redd.it/6wvyga9hjdgb1/HLSPlaylist.m3u8?a=1693938777%2CMTc2ODQzYmJjOTQyMjk5YWM0NzFiYTU3ZjU3NTc2NTkzZDM3OTRlOTY1ZjZmYzI5MmE1NTExMzZlODYxMmE5OA%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"funny\", \"selftext\": \"\", \"author_fullname\": \"t2_8bgiq8qo\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"My disbelief has been thoroughly suspended\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/funny\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 119, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jeuks\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 46757, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 46757, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/zHDsQcXvIT7XhTppuvO55ePPwipITm0rUq36pPcjE8c.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691291763.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/ek9jkg1rqegb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/ek9jkg1rqegb1.jpg?auto=webp\\u0026s=4ee37e8363cc922fccca322324dde0ca240fc6a3\", \"width\": 1076, \"height\": 918}, \"resolutions\": [{\"url\": \"https://preview.redd.it/ek9jkg1rqegb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=52a4dd3d2ea2611bb1fa66a6e25b61516c39e455\", \"width\": 108, \"height\": 92}, {\"url\": \"https://preview.redd.it/ek9jkg1rqegb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=9cd13ebc8a44eb161607b43941273d37faf0d877\", \"width\": 216, \"height\": 184}, {\"url\": \"https://preview.redd.it/ek9jkg1rqegb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=9f12c5307ee9da07f001a891cf0fe7ddbedea500\", \"width\": 320, \"height\": 273}, {\"url\": \"https://preview.redd.it/ek9jkg1rqegb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=336f81d7433087ab333ed36f63a0619cc1ebd825\", \"width\": 640, \"height\": 546}, {\"url\": \"https://preview.redd.it/ek9jkg1rqegb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=45853158cd7ff443ed7555cd09998b90ada62fae\", \"width\": 960, \"height\": 819}], \"variants\": {}, \"id\": \"aLhpdH3X5IPfPE0T1tS9gDRQdrYXB3lbR6LcjdOhZrI\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh33\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jeuks\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Smasherjet\", \"discussion_type\": null, \"num_comments\": 2199, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/funny/comments/15jeuks/my_disbelief_has_been_thoroughly_suspended/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/ek9jkg1rqegb1.jpg\", \"subreddit_subscribers\": 51510445, \"created_utc\": 1691291763.0, \"num_crossposts\": 7, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"wholesomememes\", \"selftext\": \"\", \"author_fullname\": \"t2_oahya1c0\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Reversed fusion be like\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/wholesomememes\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jm7wn\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 28561, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 28561, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/_lvhTNq6EJTQO4-oLdm-nItwWPJP3LoURw_OSI3OVD8.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691317341.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/u7czj1osuggb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/u7czj1osuggb1.jpg?auto=webp\\u0026s=acf4acc9b22045ea24f8809135fbf1cdb8d08258\", \"width\": 1125, \"height\": 1314}, \"resolutions\": [{\"url\": \"https://preview.redd.it/u7czj1osuggb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=8ca89901df5f37d5cda63729668bb5361c340775\", \"width\": 108, \"height\": 126}, {\"url\": \"https://preview.redd.it/u7czj1osuggb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=3f2637c79cd91cdaf4530b3b10d6c6f79c57dbbb\", \"width\": 216, \"height\": 252}, {\"url\": \"https://preview.redd.it/u7czj1osuggb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=d90ea71cdb419b0ff31ac43d1745b2167465f801\", \"width\": 320, \"height\": 373}, {\"url\": \"https://preview.redd.it/u7czj1osuggb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=7282b7b89928ef4615aec1fadecd9a9f7c6b76a8\", \"width\": 640, \"height\": 747}, {\"url\": \"https://preview.redd.it/u7czj1osuggb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=bd54e3baa8429c4b16327f828d42c90b904fb7e2\", \"width\": 960, \"height\": 1121}, {\"url\": \"https://preview.redd.it/u7czj1osuggb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=509d5fc1c7a5e181adb0eca263d41a754f167043\", \"width\": 1080, \"height\": 1261}], \"variants\": {}, \"id\": \"ETEMY_gLrxblM-m2qljcMEGTufuJGvTmrJtbizefhr8\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3gcwj\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jm7wn\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"CitronSe4147\", \"discussion_type\": null, \"num_comments\": 167, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/wholesomememes/comments/15jm7wn/reversed_fusion_be_like/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/u7czj1osuggb1.jpg\", \"subreddit_subscribers\": 14172881, \"created_utc\": 1691317341.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"memes\", \"selftext\": \"\", \"author_fullname\": \"t2_qzgaep1f\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"The fact some people actually think this... (shrek)\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/memes\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jkpnq\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.9, \"author_flair_background_color\": \"#edeff1\", \"subreddit_type\": \"public\", \"ups\": 44049, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"f8574d6a-9a97-11ec-9811-0ee184ff219a\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 44049, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/viUja5ytN-LQYUyC0WhY1d3GvUTxhpAlm7rxSxRUl7k.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"a\": \":Ukraine:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/r3oro7a7v2l81_t5_2qjpg/Ukraine\"}, {\"e\": \"text\", \"t\": \"Stand With Ukraine\"}, {\"a\": \":Ukraine:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/r3oro7a7v2l81_t5_2qjpg/Ukraine\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691311915.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/trfxm7pleggb1.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/trfxm7pleggb1.png?auto=webp\\u0026s=5b9d1a30fa421e36a6de358674231896da94beef\", \"width\": 500, \"height\": 1128}, \"resolutions\": [{\"url\": \"https://preview.redd.it/trfxm7pleggb1.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=a1a447d2ff2c3800833b8a9eb21ef45cccc7a593\", \"width\": 108, \"height\": 216}, {\"url\": \"https://preview.redd.it/trfxm7pleggb1.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=755ac27db86e6af082334960fbd86b63a5dfdc4e\", \"width\": 216, \"height\": 432}, {\"url\": \"https://preview.redd.it/trfxm7pleggb1.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=b58a5bf06fe6ab20f6c6d6b47bff04e7cb4c9700\", \"width\": 320, \"height\": 640}], \"variants\": {}, \"id\": \"-vw48E0VVeJc2yWWtgxiyFa_r7w5JkG9b3gN2WxpFBM\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":Ukraine:Stand With Ukraine:Ukraine:\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qjpg\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jkpnq\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"for_sure_not_a_lama\", \"discussion_type\": null, \"num_comments\": 2155, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/memes/comments/15jkpnq/the_fact_some_people_actually_think_this_shrek/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/trfxm7pleggb1.png\", \"subreddit_subscribers\": 26865528, \"created_utc\": 1691311915.0, \"num_crossposts\": 4, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"shittytattoos\", \"selftext\": \"\", \"author_fullname\": \"t2_uwruhyib\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"is_gallery\": true, \"title\": \"My brother just got this from his cousin, I\\u2019m fucking flabbergasted, I honestly don\\u2019t know what to say\\u2026.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/shittytattoos\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 105, \"top_awarded_type\": null, \"hide_score\": false, \"media_metadata\": {\"0idcr383vegb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 216, \"x\": 108, \"u\": \"https://preview.redd.it/0idcr383vegb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=3046557271929ea16801cfc8cb270d3092c28d78\"}, {\"y\": 432, \"x\": 216, \"u\": \"https://preview.redd.it/0idcr383vegb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=9533e6a8d2776aa4662fb53b8542c4025398fe2f\"}, {\"y\": 640, \"x\": 320, \"u\": \"https://preview.redd.it/0idcr383vegb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=732acbe85a3f462a84d35aaf8885ab12755886d5\"}, {\"y\": 1280, \"x\": 640, \"u\": \"https://preview.redd.it/0idcr383vegb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=230ad50334050b1c1bfabfd56f616f375aebe09a\"}, {\"y\": 1920, \"x\": 960, \"u\": \"https://preview.redd.it/0idcr383vegb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=12c92b2b9b2bcf869af6f76a8f0194632ba8d9a6\"}], \"s\": {\"y\": 2079, \"x\": 960, \"u\": \"https://preview.redd.it/0idcr383vegb1.jpg?width=960\\u0026format=pjpg\\u0026auto=webp\\u0026s=731fb1f40e4feddd6449e8626cb6b90acff3a19d\"}, \"id\": \"0idcr383vegb1\"}, \"zcf64483vegb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 81, \"x\": 108, \"u\": \"https://preview.redd.it/zcf64483vegb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=d12c13764093e6d58cbd8de6d70761bdf3c84fbf\"}, {\"y\": 162, \"x\": 216, \"u\": \"https://preview.redd.it/zcf64483vegb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=756e11d3d7b7dd4d4e47c0d3535d4256b43e5755\"}, {\"y\": 240, \"x\": 320, \"u\": \"https://preview.redd.it/zcf64483vegb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=6df2df04ba9fd8871db3d4f3abd8e9325550c33c\"}, {\"y\": 480, \"x\": 640, \"u\": \"https://preview.redd.it/zcf64483vegb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=4f736ae313c5256500deb04e58b8a0ef720196b8\"}, {\"y\": 720, \"x\": 960, \"u\": \"https://preview.redd.it/zcf64483vegb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=5673fd210c9230ecb0d9e207b16ef18f2ccf7947\"}, {\"y\": 810, \"x\": 1080, \"u\": \"https://preview.redd.it/zcf64483vegb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=586a686ea15e06190b329d741d98596e355f7d55\"}], \"s\": {\"y\": 3024, \"x\": 4032, \"u\": \"https://preview.redd.it/zcf64483vegb1.jpg?width=4032\\u0026format=pjpg\\u0026auto=webp\\u0026s=6f78b5342eeaa3fbf37df8efdd0708115152b165\"}, \"id\": \"zcf64483vegb1\"}}, \"name\": \"t3_15jfbbl\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"ups\": 11219, \"domain\": \"reddit.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"gallery_data\": {\"items\": [{\"media_id\": \"zcf64483vegb1\", \"id\": 311612430}, {\"media_id\": \"0idcr383vegb1\", \"id\": 311612431}]}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 11219, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/QlWOaFDKdXJo4tFfjV3mDHrmNrTtl7Du8adTDuSjLog.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691293226.0, \"link_flair_type\": \"text\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 1, \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.reddit.com/gallery/15jfbbl\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 400, \"id\": \"award_5b39e8fd-7a58-4cbe-8ca0-bdedd5ed1f5a\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Sometimes you just got to dance with the doots.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Doot \\ud83c\\udfb5 Doot\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=790a066f2bd24add161dca86c7c1fbbebf87a605\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=de906d7cfdc09762efc46150f56a394c0306e4ed\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=029f4975f1becca00c76f68ad420788ddcec63b0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=365d0d7e3d5cd1a14ad9ec5e984a8b34d3403dbc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f6b482b790f34037b1a2e6676dcb506693857ec5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2tbk2\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jfbbl\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"NotAllDawgsGoToHeven\", \"discussion_type\": null, \"num_comments\": 2086, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/shittytattoos/comments/15jfbbl/my_brother_just_got_this_from_his_cousin_im/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://www.reddit.com/gallery/15jfbbl\", \"subreddit_subscribers\": 544153, \"created_utc\": 1691293226.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"funny\", \"selftext\": \"\", \"author_fullname\": \"t2_bnps1iv0\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Do you have OF?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/funny\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jlz0e\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.91, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 22422, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 800, \"fallback_url\": \"https://v.redd.it/08zy1lb2sggb1/DASH_360.mp4?source=fallback\", \"height\": 450, \"width\": 360, \"scrubber_media_url\": \"https://v.redd.it/08zy1lb2sggb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/08zy1lb2sggb1/DASHPlaylist.mpd?a=1693938777%2CM2FkMTU3MTQyNzAwZDU3MDdkZTMyMGRiZWI0ZmZmYmEwZTk5YjRlNjJkYThhNDk5MjZiMTEyODg1MGYyYjZlNA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 29, \"hls_url\": \"https://v.redd.it/08zy1lb2sggb1/HLSPlaylist.m3u8?a=1693938777%2CMDc1OGZlMTlmNzhiNzUzYmY1ZjIwMWJmNDA5MWE5MThjY2Y2MDJmMzJjYWUxNzU0MjUyZTRmN2JjZWYzNGM1Mw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 22422, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/5rYZpTGMIGHUSEJsubgDIXNclqBZINuHrSoO0uJnoAk.jpg\", \"edited\": false, \"author_flair_css_class\": \"1\", \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691316440.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/08zy1lb2sggb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/Yrp-xXBGHfq4SDgt56_JSZPh4HGteDhPhRA0m7E_klw.png?format=pjpg\\u0026auto=webp\\u0026s=9bfddefd8aea6e6b54ae8f9fcafe2c6a45a3b97c\", \"width\": 460, \"height\": 576}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/Yrp-xXBGHfq4SDgt56_JSZPh4HGteDhPhRA0m7E_klw.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=d9ec8cccc4fe2c53398847edc89ca2554f43ac55\", \"width\": 108, \"height\": 135}, {\"url\": \"https://external-preview.redd.it/Yrp-xXBGHfq4SDgt56_JSZPh4HGteDhPhRA0m7E_klw.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=b39a071a6c5fd5690a899c9b37da3e9ad0f8e6a4\", \"width\": 216, \"height\": 270}, {\"url\": \"https://external-preview.redd.it/Yrp-xXBGHfq4SDgt56_JSZPh4HGteDhPhRA0m7E_klw.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=28edd73e6fa951ae8be2bd0bd52dd5ec2e0d6284\", \"width\": 320, \"height\": 400}], \"variants\": {}, \"id\": \"YUTElDfUwLwUXYnQ8DZnpdcezGb0-kMBG31lQanvGNk\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh33\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jlz0e\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Medium_Gap7026\", \"discussion_type\": null, \"num_comments\": 681, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/funny/comments/15jlz0e/do_you_have_of/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/08zy1lb2sggb1\", \"subreddit_subscribers\": 51510445, \"created_utc\": 1691316440.0, \"num_crossposts\": 6, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 800, \"fallback_url\": \"https://v.redd.it/08zy1lb2sggb1/DASH_360.mp4?source=fallback\", \"height\": 450, \"width\": 360, \"scrubber_media_url\": \"https://v.redd.it/08zy1lb2sggb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/08zy1lb2sggb1/DASHPlaylist.mpd?a=1693938777%2CM2FkMTU3MTQyNzAwZDU3MDdkZTMyMGRiZWI0ZmZmYmEwZTk5YjRlNjJkYThhNDk5MjZiMTEyODg1MGYyYjZlNA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 29, \"hls_url\": \"https://v.redd.it/08zy1lb2sggb1/HLSPlaylist.m3u8?a=1693938777%2CMDc1OGZlMTlmNzhiNzUzYmY1ZjIwMWJmNDA5MWE5MThjY2Y2MDJmMzJjYWUxNzU0MjUyZTRmN2JjZWYzNGM1Mw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"mildlyinfuriating\", \"selftext\": \"Recently changed jobs to work as an emergency medical courier working overnights. I was hired on with great urgency, set a higher that normal pay rate because I was so desperately needed. \\n\\nTonight, as I\\u2019m writing this, I\\u2019ve been sitting here in the building that is staffed 24/7 with at least 1 person aside from myself for my 12 hour shift, and I\\u2019ve been alone for 9 hours. \\n\\nWhen I got here, the person handling the materials said they were here till around 7 but that no one would be here between then and 10. Ok, NBD. I did one delivery, came back to an empty building. \\n\\nThen at midnight, someone showed up, did 20 minutes of work and left while I was taking a leak. \\n\\nSo now, I\\u2019m sitting here getting paid my base rate, plus weekend and overnight shift diff. \\n\\nAnd because I\\u2019ve been bored, I did some math. I\\u2019ve been on the clock roughly 67 hours in 2 weeks, and I\\u2019ve performed my job duties for 7 of those hours and have sat on my phone for the other 60 hours. \\n\\nWtf.\\n\\n\\nQuick update:\\n\\n1, thanks to everyone for the advice/cover for my mental health. Thankfully this isn\\u2019t my first rodeo doing stuff like this and I\\u2019ll be ok for the most part\\n\\n2, to clarify something: \\nMy frustration comes not from not having anything to do and getting paid, but the fact that my company didn\\u2019t have someone to work that enables me to do my job. Communication at this company is shockingly bad. \\n\\nMy job is to deliver what I\\u2019m given by another, certified person. Without that person in the building to receive and process the order, I can not do anything. Same if there are no orders, my job is to sit until there is or my shift ends. Apparently there was no one for my shift tonight so I did my part\\u2026. lol\", \"author_fullname\": \"t2_16ua4w\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"My job forgot about me\\u2026so I\\u2019m gettin paid to sit\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/mildlyinfuriating\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jia9z\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 25682, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 25682, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"self\", \"edited\": 1691318574.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691303155.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.mildlyinfuriating\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ERecently changed jobs to work as an emergency medical courier working overnights. I was hired on with great urgency, set a higher that normal pay rate because I was so desperately needed. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003ETonight, as I\\u2019m writing this, I\\u2019ve been sitting here in the building that is staffed 24/7 with at least 1 person aside from myself for my 12 hour shift, and I\\u2019ve been alone for 9 hours. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWhen I got here, the person handling the materials said they were here till around 7 but that no one would be here between then and 10. Ok, NBD. I did one delivery, came back to an empty building. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EThen at midnight, someone showed up, did 20 minutes of work and left while I was taking a leak. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003ESo now, I\\u2019m sitting here getting paid my base rate, plus weekend and overnight shift diff. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EAnd because I\\u2019ve been bored, I did some math. I\\u2019ve been on the clock roughly 67 hours in 2 weeks, and I\\u2019ve performed my job duties for 7 of those hours and have sat on my phone for the other 60 hours. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWtf.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EQuick update:\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E1, thanks to everyone for the advice/cover for my mental health. Thankfully this isn\\u2019t my first rodeo doing stuff like this and I\\u2019ll be ok for the most part\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E2, to clarify something: \\nMy frustration comes not from not having anything to do and getting paid, but the fact that my company didn\\u2019t have someone to work that enables me to do my job. Communication at this company is shockingly bad. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EMy job is to deliver what I\\u2019m given by another, certified person. Without that person in the building to receive and process the order, I can not do anything. Same if there are no orders, my job is to sit until there is or my shift ends. Apparently there was no one for my shift tonight so I did my part\\u2026. lol\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2ubgg\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jia9z\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"TheProphetDave\", \"discussion_type\": null, \"num_comments\": 1521, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/mildlyinfuriating/comments/15jia9z/my_job_forgot_about_meso_im_gettin_paid_to_sit/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/mildlyinfuriating/comments/15jia9z/my_job_forgot_about_meso_im_gettin_paid_to_sit/\", \"subreddit_subscribers\": 6146183, \"created_utc\": 1691303155.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"AITAH\", \"selftext\": \"I (25m) am a single dad to my 5 year old son and daughter. Their mom is alive, but left me and I have full custody.\\n\\nYesterday I had to buy groceries so I had my kids next to me. An older guy was behind me in line and started asking me about them and I should have just said that I was watching them or something but I told him that they're my kids. I don't look old at all, so of course he started judging me like people love doing. \\n\\nHe ended up asking where their mom was and i almost just said at home or something, but I'm tired of being judged, so I made up a lie and said that their mom died (she might as well be dead to me). He looked horrified and mumbled something and walked away. Thankfully my kids didn't know what was happening so I finished and left.\\n\\nThis morning I was on the phone with my sister and I told her about it and she got mad at me and told me that I went too far and I got a reaction out of him for no reason. I can understand that, but I'm really tired of being judged for being a young parent. But maybe my judgment is clouded. Am I the asshole?\", \"author_fullname\": \"t2_gzgdez8ln\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"AITAH for lying about why I'm a single dad to someone?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/AITAH\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jq3gj\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 2969, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 2969, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691329712.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.AITAH\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI (25m) am a single dad to my 5 year old son and daughter. Their mom is alive, but left me and I have full custody.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EYesterday I had to buy groceries so I had my kids next to me. An older guy was behind me in line and started asking me about them and I should have just said that I was watching them or something but I told him that they\\u0026#39;re my kids. I don\\u0026#39;t look old at all, so of course he started judging me like people love doing. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EHe ended up asking where their mom was and i almost just said at home or something, but I\\u0026#39;m tired of being judged, so I made up a lie and said that their mom died (she might as well be dead to me). He looked horrified and mumbled something and walked away. Thankfully my kids didn\\u0026#39;t know what was happening so I finished and left.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EThis morning I was on the phone with my sister and I told her about it and she got mad at me and told me that I went too far and I got a reaction out of him for no reason. I can understand that, but I\\u0026#39;m really tired of being judged for being a young parent. But maybe my judgment is clouded. Am I the asshole?\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_446kys\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jq3gj\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Tiny_Field_7479\", \"discussion_type\": null, \"num_comments\": 1471, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/AITAH/comments/15jq3gj/aitah_for_lying_about_why_im_a_single_dad_to/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/AITAH/comments/15jq3gj/aitah_for_lying_about_why_im_a_single_dad_to/\", \"subreddit_subscribers\": 382506, \"created_utc\": 1691329712.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TwoHotTakes\", \"selftext\": \"My (24m) girlfriend (25f) currently follows a guy on instagram who wears a nazi ring. Apparently it\\u2019s to honor his grandfather. He\\u2019s a friend of her friend, and they knew each other from high school. She doesn\\u2019t want to unfollow him because it \\u201cdoesn\\u2019t affect her directly.\\u201d I think that\\u2019s absolute bullshit.\\n\\nShe told me \\u201cIt\\u2019s not like you don\\u2019t follow shitty people.\\u201d But if there\\u2019s anyone immoral that I follow, I don\\u2019t know it. Hell I barely know a quarter of the people I\\u2019m following well.\\n\\nThe mutual friend has a birthday coming up. I told my gf that if I\\u2019m there, I will call him the fuck out. She is getting mad bc it\\u2019s her friend\\u2019s bday and she doesn\\u2019t want me to make it about me. That\\u2019s understandable, but frankly I don\\u2019t feel comfortable around someone who wears a nazi ring. \\n\\nShe thinks I\\u2019m being overdramatic.\\n\\nEdit: update\\n\\nI\\u2019ve been banned from the party. My gf will be going, but her friend is very offended. I\\u2019m in utter disbelief atm. Apparently I\\u2019m the asshole.\", \"author_fullname\": \"t2_3s9gw112\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"I want my gf to unfollow someone who wears a Nazi ring\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/TwoHotTakes\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jqwln\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.86, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1428, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Personal Write In\", \"can_mod_post\": false, \"score\": 1428, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1691334816.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691331890.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.TwoHotTakes\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMy (24m) girlfriend (25f) currently follows a guy on instagram who wears a nazi ring. Apparently it\\u2019s to honor his grandfather. He\\u2019s a friend of her friend, and they knew each other from high school. She doesn\\u2019t want to unfollow him because it \\u201cdoesn\\u2019t affect her directly.\\u201d I think that\\u2019s absolute bullshit.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EShe told me \\u201cIt\\u2019s not like you don\\u2019t follow shitty people.\\u201d But if there\\u2019s anyone immoral that I follow, I don\\u2019t know it. Hell I barely know a quarter of the people I\\u2019m following well.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EThe mutual friend has a birthday coming up. I told my gf that if I\\u2019m there, I will call him the fuck out. She is getting mad bc it\\u2019s her friend\\u2019s bday and she doesn\\u2019t want me to make it about me. That\\u2019s understandable, but frankly I don\\u2019t feel comfortable around someone who wears a nazi ring. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EShe thinks I\\u2019m being overdramatic.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEdit: update\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EI\\u2019ve been banned from the party. My gf will be going, but her friend is very offended. I\\u2019m in utter disbelief atm. Apparently I\\u2019m the asshole.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"430f950e-c3ae-11eb-8825-0e848a1026d7\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_4hlyni\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ff4500\", \"id\": \"15jqwln\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"drmuffin1080\", \"discussion_type\": null, \"num_comments\": 1509, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/TwoHotTakes/comments/15jqwln/i_want_my_gf_to_unfollow_someone_who_wears_a_nazi/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/TwoHotTakes/comments/15jqwln/i_want_my_gf_to_unfollow_someone_who_wears_a_nazi/\", \"subreddit_subscribers\": 266193, \"created_utc\": 1691331890.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"fightporn\", \"selftext\": \"\", \"author_fullname\": \"t2_i9d8liw5\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"The weakest shit I've ever seen in my life\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/fightporn\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": \"R3\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jooqx\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"ups\": 8099, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/7mv1co3xhhgb1/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/7mv1co3xhhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/7mv1co3xhhgb1/DASHPlaylist.mpd?a=1693938777%2CNjVlNGIzODNiOTg0NzE5MDAyZDQ1N2E0OGU3NzE1ZTQ5M2Y0MDJlY2QxYjhkNTdlODVjOTA5N2EzNGRmZmQwOA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 43, \"hls_url\": \"https://v.redd.it/7mv1co3xhhgb1/HLSPlaylist.m3u8?a=1693938777%2CNzlhZmZlYjNlN2Y1OTA0ZWJmZDU2NmJlNzc1NzRlM2QzYWExZmU0Yjc4NWVmNDYzZjMyMTU3ZDNlNTZkOWM0Nw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Removed: R3 Not a fight by our definition\", \"can_mod_post\": false, \"score\": 8099, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Ku5_17oUANit-OrWsQNYwijSqrqAZe1AvIRJLDQYy-s.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691325667.0, \"link_flair_type\": \"text\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/7mv1co3xhhgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/Z2utGe5vFTPePD4oO7n0Ex6JaHZgvjMaREzBi-Leov4.png?format=pjpg\\u0026auto=webp\\u0026s=a0bda936e2efa6319588e7892c10b37ea572a59d\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/Z2utGe5vFTPePD4oO7n0Ex6JaHZgvjMaREzBi-Leov4.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=6bc0e61411f804a6c031f7e798383309123ce242\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/Z2utGe5vFTPePD4oO7n0Ex6JaHZgvjMaREzBi-Leov4.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=5aa97e9e20b3fc61e47dd6c2caf9af5070ae3b50\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/Z2utGe5vFTPePD4oO7n0Ex6JaHZgvjMaREzBi-Leov4.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=9b1619a0b92181c17996e920c963081d8ed37d4a\", \"width\": 320, \"height\": 320}], \"variants\": {}, \"id\": \"qJ9z61AY8SbbNbInz1vEMDG7kvsAoj234Z_fTmvw2YU\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"7d5625e0-312c-11ea-a7b1-0ef1272b2823\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2u5un\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ffb000\", \"id\": \"15jooqx\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Ipunishdogabusers\", \"discussion_type\": null, \"num_comments\": 679, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/fightporn/comments/15jooqx/the_weakest_shit_ive_ever_seen_in_my_life/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://v.redd.it/7mv1co3xhhgb1\", \"subreddit_subscribers\": 1895347, \"created_utc\": 1691325667.0, \"num_crossposts\": 1, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/7mv1co3xhhgb1/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/7mv1co3xhhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/7mv1co3xhhgb1/DASHPlaylist.mpd?a=1693938777%2CNjVlNGIzODNiOTg0NzE5MDAyZDQ1N2E0OGU3NzE1ZTQ5M2Y0MDJlY2QxYjhkNTdlODVjOTA5N2EzNGRmZmQwOA%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 43, \"hls_url\": \"https://v.redd.it/7mv1co3xhhgb1/HLSPlaylist.m3u8?a=1693938777%2CNzlhZmZlYjNlN2Y1OTA0ZWJmZDU2NmJlNzc1NzRlM2QzYWExZmU0Yjc4NWVmNDYzZjMyMTU3ZDNlNTZkOWM0Nw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"toptalent\", \"selftext\": \"\", \"author_fullname\": \"t2_ufjr712k\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Reverse parking a semi-trailer truck like a champ\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Skills \"}, {\"a\": \":SurprisedPikachuPodium:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/4m1jynnrf6w31_t5_3ptyd/SurprisedPikachuPodium\"}], \"subreddit_name_prefixed\": \"r/toptalent\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"skill\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jn0md\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"ups\": 14413, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/03x1wbld3hgb1/DASH_480.mp4?source=fallback\", \"has_audio\": true, \"height\": 600, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/03x1wbld3hgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/03x1wbld3hgb1/DASHPlaylist.mpd?a=1693938777%2CM2FjZDQ0M2RiN2M4NzUxY2ZlMzAwMjg5Mzg4Y2M3YWI1MDZmMDM3ZTEyNjQwNGQyYzRjOGMwNzFlYWNjY2UyMw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 30, \"hls_url\": \"https://v.redd.it/03x1wbld3hgb1/HLSPlaylist.m3u8?a=1693938777%2CMDQzOWE2N2ZjZTdlZjY4OTNlNTQzM2Y0NjNkYWQzY2E2NDU4Zjc3NzkwY2RlM2UyZDQ3YzBlODE5ZTMzMGU5MQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Skills :SurprisedPikachuPodium:\", \"can_mod_post\": false, \"score\": 14413, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/zCokL2sVwtCoj6DL9AnZQIiKK2LBi9VOCuJIYoSpD2k.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691320254.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/03x1wbld3hgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/0gTCr_hLSt7yIsYA6feWwp5_oE1pm4xbGQP6yLatEZU.png?format=pjpg\\u0026auto=webp\\u0026s=c824df5e5c7b0c5bd2e759500c59bd95e87370f8\", \"width\": 684, \"height\": 854}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/0gTCr_hLSt7yIsYA6feWwp5_oE1pm4xbGQP6yLatEZU.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=c8f2fe2c339e5fe2b85c9e2b57f5cc49e48ecd8a\", \"width\": 108, \"height\": 134}, {\"url\": \"https://external-preview.redd.it/0gTCr_hLSt7yIsYA6feWwp5_oE1pm4xbGQP6yLatEZU.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=41ec6045d52f5257f4c5bc150f31cb16f7b5cf86\", \"width\": 216, \"height\": 269}, {\"url\": \"https://external-preview.redd.it/0gTCr_hLSt7yIsYA6feWwp5_oE1pm4xbGQP6yLatEZU.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=0ed45a3ee79f8301128a0f96898d60e43da603df\", \"width\": 320, \"height\": 399}, {\"url\": \"https://external-preview.redd.it/0gTCr_hLSt7yIsYA6feWwp5_oE1pm4xbGQP6yLatEZU.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=5bac38ec82bc98aeabadb631414e0a6632699054\", \"width\": 640, \"height\": 799}], \"variants\": {}, \"id\": \"JU8oEQyQ1rx9aWoTEtn8ktpqjkoXMvzlSedZ4wZBY30\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"7f82c364-5cbb-11e9-967e-0e187fdc756c\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3ptyd\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#0079d3\", \"id\": \"15jn0md\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"MrJasonMason\", \"discussion_type\": null, \"num_comments\": 442, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/toptalent/comments/15jn0md/reverse_parking_a_semitrailer_truck_like_a_champ/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/03x1wbld3hgb1\", \"subreddit_subscribers\": 2681426, \"created_utc\": 1691320254.0, \"num_crossposts\": 7, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/03x1wbld3hgb1/DASH_480.mp4?source=fallback\", \"has_audio\": true, \"height\": 600, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/03x1wbld3hgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/03x1wbld3hgb1/DASHPlaylist.mpd?a=1693938777%2CM2FjZDQ0M2RiN2M4NzUxY2ZlMzAwMjg5Mzg4Y2M3YWI1MDZmMDM3ZTEyNjQwNGQyYzRjOGMwNzFlYWNjY2UyMw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 30, \"hls_url\": \"https://v.redd.it/03x1wbld3hgb1/HLSPlaylist.m3u8?a=1693938777%2CMDQzOWE2N2ZjZTdlZjY4OTNlNTQzM2Y0NjNkYWQzY2E2NDU4Zjc3NzkwY2RlM2UyZDQ3YzBlODE5ZTMzMGU5MQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"europe\", \"selftext\": \"\", \"author_fullname\": \"t2_1tw5fjdk\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"UK will return to EU in future, says Tony Blair\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"News\"}], \"subreddit_name_prefixed\": \"r/europe\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 73, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jhawj\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.91, \"author_flair_background_color\": null, \"ups\": 4500, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"News\", \"can_mod_post\": false, \"score\": 4500, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/TRz0ATrey1UfVPQSUF1lRu6TC07JwZQYKTck4GtKj1Y.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691299778.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"telegraph.co.uk\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.telegraph.co.uk/politics/2023/07/27/uk-return-to-eu-future-tony-blair-brexit/\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/LVKyvwGrZ8de76LKLjrFINUgclwe3biQf_UP5HYfp2A.jpg?auto=webp\\u0026s=3748cd165610a133c0f990ef2c63b76f824a8479\", \"width\": 1024, \"height\": 536}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/LVKyvwGrZ8de76LKLjrFINUgclwe3biQf_UP5HYfp2A.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=0e691264a674f95bd24f10591771232577be0e15\", \"width\": 108, \"height\": 56}, {\"url\": \"https://external-preview.redd.it/LVKyvwGrZ8de76LKLjrFINUgclwe3biQf_UP5HYfp2A.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=e7bc4c398634c7b37da406f22532b94255d651bd\", \"width\": 216, \"height\": 113}, {\"url\": \"https://external-preview.redd.it/LVKyvwGrZ8de76LKLjrFINUgclwe3biQf_UP5HYfp2A.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=e4977c1785315ac4786d0ab6c57f559be1d9a4fb\", \"width\": 320, \"height\": 167}, {\"url\": \"https://external-preview.redd.it/LVKyvwGrZ8de76LKLjrFINUgclwe3biQf_UP5HYfp2A.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=6150cac9a4b6faacdbd2e7f53b87b9353cb811d5\", \"width\": 640, \"height\": 335}, {\"url\": \"https://external-preview.redd.it/LVKyvwGrZ8de76LKLjrFINUgclwe3biQf_UP5HYfp2A.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=4ac595cad40e4966f5c577ef006ecf3b1a5a1df4\", \"width\": 960, \"height\": 502}], \"variants\": {}, \"id\": \"7RJMc5MEOJDI7OqsS_mZByfIOqTm-VWEjWhKcDQhuKo\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"ea71bf12-9723-11e8-a4f4-0e73e87cb97a\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh4j\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#005ba1\", \"id\": \"15jhawj\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"casualphilosopher1\", \"discussion_type\": null, \"num_comments\": 1316, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/europe/comments/15jhawj/uk_will_return_to_eu_in_future_says_tony_blair/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.telegraph.co.uk/politics/2023/07/27/uk-return-to-eu-future-tony-blair-brexit/\", \"subreddit_subscribers\": 4818747, \"created_utc\": 1691299778.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"shitposting\", \"selftext\": \"\", \"author_fullname\": \"t2_uws6ij2e\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Uh oh... (heil spez)\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"I Miss Natter #NatterIsLoveNatterIsLife\"}], \"subreddit_name_prefixed\": \"r/shitposting\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"natter\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jqdw7\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"ups\": 7151, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"I Miss Natter #NatterIsLoveNatterIsLife\", \"can_mod_post\": false, \"score\": 7151, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/25JmdXtsJWiQXqN-X5Xi1sNmJg3AIjDLI0Qr3W-qy4w.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691330493.0, \"link_flair_type\": \"richtext\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/d7tu8abwxhgb1.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/d7tu8abwxhgb1.png?auto=webp\\u0026s=b16fe029b4d774c80d0bb2695c98bb4c13e8876e\", \"width\": 1080, \"height\": 1720}, \"resolutions\": [{\"url\": \"https://preview.redd.it/d7tu8abwxhgb1.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=e4ffb27fa3e1c11ac751cc1a39e909e2ff77d7cc\", \"width\": 108, \"height\": 172}, {\"url\": \"https://preview.redd.it/d7tu8abwxhgb1.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=b62ce89562ce6abf3e35d69318e2d7038cad93f5\", \"width\": 216, \"height\": 344}, {\"url\": \"https://preview.redd.it/d7tu8abwxhgb1.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=9413dc5cc83c04c98fcc090483061287f7f23b98\", \"width\": 320, \"height\": 509}, {\"url\": \"https://preview.redd.it/d7tu8abwxhgb1.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=472e0333afd026fdacb1b52a204ea45fbfebc4db\", \"width\": 640, \"height\": 1019}, {\"url\": \"https://preview.redd.it/d7tu8abwxhgb1.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=0b74896b681ceb4db33f2b387410b96cecda2f50\", \"width\": 960, \"height\": 1528}, {\"url\": \"https://preview.redd.it/d7tu8abwxhgb1.png?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=460273a66621a0b2c9e7242433a163b02619960e\", \"width\": 1080, \"height\": 1720}], \"variants\": {}, \"id\": \"NPlnt_CcWvgBNXMBJs8-BNJAltlYkWagJM5_9JdgMV4\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"5c1a067c-d015-11ed-88be-42e48b618fa0\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2usxq\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#2e368f\", \"id\": \"15jqdw7\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Front-Constant-3262\", \"discussion_type\": null, \"num_comments\": 161, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/shitposting/comments/15jqdw7/uh_oh_heil_spez/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/d7tu8abwxhgb1.png\", \"subreddit_subscribers\": 2467413, \"created_utc\": 1691330493.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"OUTFITS\", \"selftext\": \"I also dyed my hair back to its natural color and it\\u2019s taking some time to grow on me :/\", \"author_fullname\": \"t2_nt39xzns\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"is_gallery\": true, \"title\": \"What I wore to my best friend of 14yrs wedding! What do y\\u2019all think?\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Question \\u2753\"}], \"subreddit_name_prefixed\": \"r/OUTFITS\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"media_metadata\": {\"9k2d2nwhxcgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 144, \"x\": 108, \"u\": \"https://preview.redd.it/9k2d2nwhxcgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=058e639db167f1a6eab780b0bd02f79d732e2993\"}, {\"y\": 288, \"x\": 216, \"u\": \"https://preview.redd.it/9k2d2nwhxcgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=fd3204ec06a398cef47b7138559a73e5fc36ab86\"}, {\"y\": 426, \"x\": 320, \"u\": \"https://preview.redd.it/9k2d2nwhxcgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=bae09333e4dadf964ca576f81207609534ca3d6d\"}, {\"y\": 853, \"x\": 640, \"u\": \"https://preview.redd.it/9k2d2nwhxcgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=91bdd620757db19e1675f0b3025535ec39edd971\"}, {\"y\": 1280, \"x\": 960, \"u\": \"https://preview.redd.it/9k2d2nwhxcgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=bc1cdd22b7c3f8e4c745dd1e1d29699cd491f6cb\"}, {\"y\": 1440, \"x\": 1080, \"u\": \"https://preview.redd.it/9k2d2nwhxcgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=37016f4e04a25cecc4a17a5342da5985f41d2a53\"}], \"s\": {\"y\": 4032, \"x\": 3024, \"u\": \"https://preview.redd.it/9k2d2nwhxcgb1.jpg?width=3024\\u0026format=pjpg\\u0026auto=webp\\u0026s=d15329d093ae20a08f6b5045165341938429dbde\"}, \"id\": \"9k2d2nwhxcgb1\"}, \"uezspxwhxcgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 144, \"x\": 108, \"u\": \"https://preview.redd.it/uezspxwhxcgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=64442368357b9f9d8657f91053daca44f996bdc2\"}, {\"y\": 288, \"x\": 216, \"u\": \"https://preview.redd.it/uezspxwhxcgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=1e870c7f110e485161aedb2e4bc9b025dc41fb7c\"}, {\"y\": 426, \"x\": 320, \"u\": \"https://preview.redd.it/uezspxwhxcgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=18b62338cd8ef5f18d62117cb72b856b46ca1cc8\"}, {\"y\": 853, \"x\": 640, \"u\": \"https://preview.redd.it/uezspxwhxcgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=c9abdb5c903f3afca26e97a9371388e18779a159\"}, {\"y\": 1280, \"x\": 960, \"u\": \"https://preview.redd.it/uezspxwhxcgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=78c509c1dfe9ac57a9f0db6693a263eaf3d6a9fc\"}, {\"y\": 1440, \"x\": 1080, \"u\": \"https://preview.redd.it/uezspxwhxcgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=0e4816aed30f701c3a9a2e8fdb28fac61f228468\"}], \"s\": {\"y\": 4032, \"x\": 3024, \"u\": \"https://preview.redd.it/uezspxwhxcgb1.jpg?width=3024\\u0026format=pjpg\\u0026auto=webp\\u0026s=0f6584f11f4c39ab8caa58086d2ca8baa03765e6\"}, \"id\": \"uezspxwhxcgb1\"}, \"jl3nzmwhxcgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 143, \"x\": 108, \"u\": \"https://preview.redd.it/jl3nzmwhxcgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=bb138c14bce9aca537b5af196c623841bed587c3\"}, {\"y\": 287, \"x\": 216, \"u\": \"https://preview.redd.it/jl3nzmwhxcgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=149165dee49f94265366387203dd599620fccf05\"}, {\"y\": 426, \"x\": 320, \"u\": \"https://preview.redd.it/jl3nzmwhxcgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=83c80bc1cdc2943cbc861d1e55807fe9e1818ef5\"}, {\"y\": 853, \"x\": 640, \"u\": \"https://preview.redd.it/jl3nzmwhxcgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=c50de73d8370066f2ea898712c7a8b9de469f2e2\"}, {\"y\": 1279, \"x\": 960, \"u\": \"https://preview.redd.it/jl3nzmwhxcgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=65af3f2861c48009bfb002a7796bb3c83603bdc3\"}, {\"y\": 1439, \"x\": 1080, \"u\": \"https://preview.redd.it/jl3nzmwhxcgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=f492dbc11f11f87183ea7a44ecba26b3eafd88b8\"}], \"s\": {\"y\": 3111, \"x\": 2334, \"u\": \"https://preview.redd.it/jl3nzmwhxcgb1.jpg?width=2334\\u0026format=pjpg\\u0026auto=webp\\u0026s=1f0038aefdcddfee78a44d799cfaed226b210ead\"}, \"id\": \"jl3nzmwhxcgb1\"}}, \"name\": \"t3_15j6u64\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.91, \"author_flair_background_color\": \"#560075\", \"ups\": 22379, \"domain\": \"reddit.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"a41d3814-bf03-11ec-ad67-5a0cf1589de3\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"gallery_data\": {\"items\": [{\"media_id\": \"jl3nzmwhxcgb1\", \"id\": 311490972}, {\"media_id\": \"9k2d2nwhxcgb1\", \"id\": 311490973}, {\"media_id\": \"uezspxwhxcgb1\", \"id\": 311490974}]}, \"link_flair_text\": \"Question \\u2753\", \"can_mod_post\": false, \"score\": 22379, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/rZFDChQig_R2RYTvRiS_Q9nbUxFL9moN7VvO8PXk_pM.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"Active Stylist (39 posts)\"}], \"gildings\": {}, \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691269831.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"total_awards_received\": 6, \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI also dyed my hair back to its natural color and it\\u2019s taking some time to grow on me :/\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.reddit.com/gallery/15j6u64\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 150, \"id\": \"award_0d762fb3-17e4-4477-ab6b-9770b71b493c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Beating_Heart_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"My valentine makes my heart beat out of my chest.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 2, \"static_icon_height\": 512, \"name\": \"Beating Heart\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=2b75458be20c8dd7e3d32f8754cdc443f893d25d\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=03415287ae9573836fb90a341c088857cda7b458\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=394541b358ce6031a9b649b94a88c3cfb7196c67\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=6dcfcdb9734eeee1cd1d841f3c43f8b448564fd8\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=210687a14256a0bb934f7bf76a63c593bc31b66a\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/ilrpmsl5icg61_BeatingHeart.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 325, \"id\": \"award_6220ecfe-4552-4949-aa13-fb1fb7db537c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Superheart_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When the love is out of control.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Super Heart Eyes\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=d84ad4796c28f2664a459b49b329ef8c1af6d3ee\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a2f1b732dd8154d70e43375226d2667d604642ac\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=e94454d2224f1e3e73712a2c5c05927071161a56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b1a8c6734a52092663cdbf038a665c6e026dde99\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=6f2631fa586e3e31b139a71612b1ad2d3d06b7a9\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/q6lzzxih9l581_SuperHeartEyes2.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 250, \"id\": \"award_31260000-2f4a-4b40-ad20-f5aa46a577bf\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Timeless_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Beauty that's forever. Gives %{coin_symbol}100 Coins each to the author and the community.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Timeless Beauty\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=9fdc2c55e7ddacb233466226c411fdd5474b9f02\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=7b32657206f9bf592327fcf93be3141c88377738\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=f9d7c94902a3fca13129f1562c1760fd2efed612\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=5d7c3b3b8c15fea95896006200a6dea0eccb2820\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=613f9c4ad715208edccb511aaccac33fe033111a\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/08ps702w9l581_Timeless.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 100, \"id\": \"award_19860e30-3331-4bac-b3d1-bd28de0c7974\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I needed this today\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Heartwarming\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=4e50438bd2d72ae5398e839ac2bdcccf323fca79\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e730f68de038499700c6301470812c29ef6a8555\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8d7c7fa22e6ff3b1b0a347839e42f493eb5f6cbc\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=11ec2a72e2724017bb8479639edce8a7f2ba64f4\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=1e936ae571e89abb5a5aaa2efd2d7cfb0ed1b537\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/v1mxw8i6wnf51_Heartwarming.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 100, \"id\": \"award_01178870-6a4f-4172-8f36-9ed5092ee4f9\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7ef402e4400dbacd3b319ab18a8c72c97f08fb48\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ef998b93113d1cd3a4b75bdfd7485223b36250d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4d02dbb8dbe1c997fdafa8aa862ce0a5e1d4c25\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3f0f4be23a9ad9da36f3a1cef2f2fd208b09bc55\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=57e80210c6fa095baece3848e1ecd12c6d172a12\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"You look amazing, glowing, incredible!\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Glow Up\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7ef402e4400dbacd3b319ab18a8c72c97f08fb48\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ef998b93113d1cd3a4b75bdfd7485223b36250d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4d02dbb8dbe1c997fdafa8aa862ce0a5e1d4c25\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3f0f4be23a9ad9da36f3a1cef2f2fd208b09bc55\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=57e80210c6fa095baece3848e1ecd12c6d172a12\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"4f309e44-fddd-11ed-b07a-2eb2f09cf9c1\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Active Stylist (39 posts)\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qnlg\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#b8001f\", \"id\": \"15j6u64\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"noorvanah\", \"discussion_type\": null, \"num_comments\": 1484, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"light\", \"permalink\": \"/r/OUTFITS/comments/15j6u64/what_i_wore_to_my_best_friend_of_14yrs_wedding/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/gallery/15j6u64\", \"subreddit_subscribers\": 716419, \"created_utc\": 1691269831.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"maybemaybemaybe\", \"selftext\": \"\", \"author_fullname\": \"t2_jpc5jp0e\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 2, \"clicked\": false, \"title\": \"Maybe Maybe Maybe\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/maybemaybemaybe\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jnhsk\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.88, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 11807, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/3poyy7ec8hgb1/DASH_1080.mp4?source=fallback\", \"height\": 1920, \"width\": 1080, \"scrubber_media_url\": \"https://v.redd.it/3poyy7ec8hgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/3poyy7ec8hgb1/DASHPlaylist.mpd?a=1693938777%2CM2YyNTlhOWU0ZjczMGYwYjMwNjQ0YzU4ZTQyZDgyZDYxZmM5YzJlMmUwY2I3YmNjNjkwNzRkOTUwZTRmN2ExMg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 46, \"hls_url\": \"https://v.redd.it/3poyy7ec8hgb1/HLSPlaylist.m3u8?a=1693938777%2CNDMwM2RkNzRjMDI3ZjA1MzU2ZTA5ZmVlYzA1ZjQwMjI5NGRiN2Q3ODRjYTYzOWE5ZWY0ZWM4YTRkYWM1NDY0Yg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 11807, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://external-preview.redd.it/aW04d3o5NWM4aGdiMRE53dotyFAnTjxaYSLHwl4nwi30xGczmihENdWJOoHA.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=cb47a1c2dd827c5d57b9b480d1ef92f286ba484e\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691321900.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/3poyy7ec8hgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/aW04d3o5NWM4aGdiMRE53dotyFAnTjxaYSLHwl4nwi30xGczmihENdWJOoHA.png?format=pjpg\\u0026auto=webp\\u0026s=1bf3e281085ecd2fe055e0e09ec3125b1ae12f08\", \"width\": 917, \"height\": 1631}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/aW04d3o5NWM4aGdiMRE53dotyFAnTjxaYSLHwl4nwi30xGczmihENdWJOoHA.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=6bd4dc9afff4d48110406c5f2fb5ff51dddae7c2\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/aW04d3o5NWM4aGdiMRE53dotyFAnTjxaYSLHwl4nwi30xGczmihENdWJOoHA.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=4f98e8f1f0730e945c7703cae2d1de95b6a6dcc2\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/aW04d3o5NWM4aGdiMRE53dotyFAnTjxaYSLHwl4nwi30xGczmihENdWJOoHA.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=78cec41e7a8ce33971ca90acf350109b4fe008c4\", \"width\": 320, \"height\": 569}, {\"url\": \"https://external-preview.redd.it/aW04d3o5NWM4aGdiMRE53dotyFAnTjxaYSLHwl4nwi30xGczmihENdWJOoHA.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=bbe15f847118ae1cb1546ebac5790aa51f9c92a7\", \"width\": 640, \"height\": 1138}], \"variants\": {}, \"id\": \"aW04d3o5NWM4aGdiMRE53dotyFAnTjxaYSLHwl4nwi30xGczmihENdWJOoHA\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_38e1l\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jnhsk\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"supermanistaken\", \"discussion_type\": null, \"num_comments\": 261, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/maybemaybemaybe/comments/15jnhsk/maybe_maybe_maybe/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/3poyy7ec8hgb1\", \"subreddit_subscribers\": 2790350, \"created_utc\": 1691321900.0, \"num_crossposts\": 5, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/3poyy7ec8hgb1/DASH_1080.mp4?source=fallback\", \"height\": 1920, \"width\": 1080, \"scrubber_media_url\": \"https://v.redd.it/3poyy7ec8hgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/3poyy7ec8hgb1/DASHPlaylist.mpd?a=1693938777%2CM2YyNTlhOWU0ZjczMGYwYjMwNjQ0YzU4ZTQyZDgyZDYxZmM5YzJlMmUwY2I3YmNjNjkwNzRkOTUwZTRmN2ExMg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 46, \"hls_url\": \"https://v.redd.it/3poyy7ec8hgb1/HLSPlaylist.m3u8?a=1693938777%2CNDMwM2RkNzRjMDI3ZjA1MzU2ZTA5ZmVlYzA1ZjQwMjI5NGRiN2Q3ODRjYTYzOWE5ZWY0ZWM4YTRkYWM1NDY0Yg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"CasualUK\", \"selftext\": \"\", \"author_fullname\": \"t2_fe6gbfyj\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"I drunkenly ordered \\u00a354.54 worth of food after a night out last night and I have no recollection of placing the order. Please tell me your drunken spending stories to make me feel better\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/CasualUK\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jk79d\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 4239, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 4239, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/Qf4N7vq6C3O5kj_e4DMkhQP-9UA_cJenOql61BgFxh8.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691309969.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/jq9dvrwv8ggb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/jq9dvrwv8ggb1.jpg?auto=webp\\u0026s=25d99b38696f8c62916328c0cf5f23fddf6943f0\", \"width\": 1170, \"height\": 2532}, \"resolutions\": [{\"url\": \"https://preview.redd.it/jq9dvrwv8ggb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=cd4b0221f099d3cfe20e96e8d4dbd4bed1b47f58\", \"width\": 108, \"height\": 216}, {\"url\": \"https://preview.redd.it/jq9dvrwv8ggb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=4f65b0571be41591931c2bcb2f96a522e7517966\", \"width\": 216, \"height\": 432}, {\"url\": \"https://preview.redd.it/jq9dvrwv8ggb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=5cf297ceb275920516bcf6d8afd0643bc0106d18\", \"width\": 320, \"height\": 640}, {\"url\": \"https://preview.redd.it/jq9dvrwv8ggb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=f550d26fcd89c656edd0052a2d47e0abfec51970\", \"width\": 640, \"height\": 1280}, {\"url\": \"https://preview.redd.it/jq9dvrwv8ggb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=2b8cd30d282aff13eb213aa1ac90a6044e576b40\", \"width\": 960, \"height\": 1920}, {\"url\": \"https://preview.redd.it/jq9dvrwv8ggb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=671e7223895350a972df283936ad05ccd507d2f9\", \"width\": 1080, \"height\": 2160}], \"variants\": {}, \"id\": \"AJ-Dlgwn8Q0Z4KEkRuETk_M50JtBQx7xYEpGFEXUTvU\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3j2jr\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jk79d\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Fluffy-Survey4036\", \"discussion_type\": null, \"num_comments\": 1153, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/CasualUK/comments/15jk79d/i_drunkenly_ordered_5454_worth_of_food_after_a/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/jq9dvrwv8ggb1.jpg\", \"subreddit_subscribers\": 1818187, \"created_utc\": 1691309969.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"meirl\", \"selftext\": \"\", \"author_fullname\": \"t2_15bofy\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"meirl\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/meirl\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jm13n\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 23246, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 23246, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/emcnkqhx23PGjjVgMtCAbd35We38OQQ6pzDJvJ3DNrw.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691316658.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/ngca0bvqsggb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/ngca0bvqsggb1.jpg?auto=webp\\u0026s=984f93619bb4f83ec34468bbaa68d159438f4a48\", \"width\": 1080, \"height\": 1080}, \"resolutions\": [{\"url\": \"https://preview.redd.it/ngca0bvqsggb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=7bf8b71f68e7eb8049ebd4e4def5baedbad75ee8\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/ngca0bvqsggb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=2b4756d09a154f3a966513471e0c11824db5a918\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/ngca0bvqsggb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=bca66bf5335075701785acb103b7a2084b41a12c\", \"width\": 320, \"height\": 320}, {\"url\": \"https://preview.redd.it/ngca0bvqsggb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=f2bbfc3fa935cdb6b1002c72c27b88b55d795185\", \"width\": 640, \"height\": 640}, {\"url\": \"https://preview.redd.it/ngca0bvqsggb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=17fcad19ef2332747b62518f62e2af4e5dce524f\", \"width\": 960, \"height\": 960}, {\"url\": \"https://preview.redd.it/ngca0bvqsggb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=a74b22d79860dcd4e508a9cd08e88d6585064952\", \"width\": 1080, \"height\": 1080}], \"variants\": {}, \"id\": \"X2pdwJUmUFZInQP_DzSZVlney85n3m-Dn1kj8CGBghU\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2s5ti\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jm13n\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Douglasqqq\", \"discussion_type\": null, \"num_comments\": 140, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/meirl/comments/15jm13n/meirl/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/ngca0bvqsggb1.jpg\", \"subreddit_subscribers\": 2511351, \"created_utc\": 1691316658.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"AskUK\", \"selftext\": \"For me, it's the chefs, especially male ones. Many of them (not all, of course) seemed to believe they possessed incredible talent and considered themselves above everyone. They would only tell one person the soup or specials and refuse point blank to tell anyone else. Their treatment of junior chefs was less than ideal, and would make 16 year old girls cry on a nightly basis. They would boast about working exhausting 26-hour days without breaks, but in reality, most were just bang average cooks struggling with alcohol issues.\\n\\nPlease note that this perspective is based on my experience from around 15 years ago, so the situation might have changed since then.\\n\\nIf you are a chef but not one of these guys, you at least have to admit you know someone like this.\", \"author_fullname\": \"t2_hxllcbu1\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"What profession produces the biggest arse holes?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/AskUK\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jndok\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.9, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1623, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1623, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691321516.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.AskUK\", \"allow_live_comments\": false, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFor me, it\\u0026#39;s the chefs, especially male ones. Many of them (not all, of course) seemed to believe they possessed incredible talent and considered themselves above everyone. They would only tell one person the soup or specials and refuse point blank to tell anyone else. Their treatment of junior chefs was less than ideal, and would make 16 year old girls cry on a nightly basis. They would boast about working exhausting 26-hour days without breaks, but in reality, most were just bang average cooks struggling with alcohol issues.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EPlease note that this perspective is based on my experience from around 15 years ago, so the situation might have changed since then.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EIf you are a chef but not one of these guys, you at least have to admit you know someone like this.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2t4s3\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jndok\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Important_Ad716\", \"discussion_type\": null, \"num_comments\": 1262, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/AskUK/comments/15jndok/what_profession_produces_the_biggest_arse_holes/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/AskUK/comments/15jndok/what_profession_produces_the_biggest_arse_holes/\", \"subreddit_subscribers\": 1129906, \"created_utc\": 1691321516.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"pettyrevenge\", \"selftext\": \"Years ago, I (32m) went on a date with a guy named Wes (33m), but he eventually stopped contacting me. Fast forward a few years and a 60 lb weight loss, I matched with Wes again on a dating app. After talking to him for awhile I realized he did not recognize me. This is where my revenge plot began.\\n \\nAfter weeks of planning we set up a date. I was extremely sweet and affectionate. Even got his pets to love me. I also spent the night and doting on him. He was into me after just out one interaction. Then, I disappeared blocking him on everything. He tried reaching out to me through blocked numbers and multiple social media accounts, but I just laughed it off. \\n\\n\\nTLDR: I took revenge on a guy who blew me off by going on an amazing date with him and then blocking him on everything.\", \"author_fullname\": \"t2_d73fo4z5\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Gave a guy an amazing date then blocked him on everything.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/pettyrevenge\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jq4h4\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.68, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 4038, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 4038, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691329796.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.pettyrevenge\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYears ago, I (32m) went on a date with a guy named Wes (33m), but he eventually stopped contacting me. Fast forward a few years and a 60 lb weight loss, I matched with Wes again on a dating app. After talking to him for awhile I realized he did not recognize me. This is where my revenge plot began.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EAfter weeks of planning we set up a date. I was extremely sweet and affectionate. Even got his pets to love me. I also spent the night and doting on him. He was into me after just out one interaction. Then, I disappeared blocking him on everything. He tried reaching out to me through blocked numbers and multiple social media accounts, but I just laughed it off. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003ETLDR: I took revenge on a guy who blew me off by going on an amazing date with him and then blocking him on everything.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2vg7t\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jq4h4\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Ok-Work-8622\", \"discussion_type\": null, \"num_comments\": 1277, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/pettyrevenge/comments/15jq4h4/gave_a_guy_an_amazing_date_then_blocked_him_on/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/pettyrevenge/comments/15jq4h4/gave_a_guy_an_amazing_date_then_blocked_him_on/\", \"subreddit_subscribers\": 4020559, \"created_utc\": 1691329796.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"coolguides\", \"selftext\": \"\", \"author_fullname\": \"t2_2xvbvxud\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"A cool guide showing the richest billionaire in each state!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/coolguides\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jphs9\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.87, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 5903, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 5903, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Ob7jvwIEQ4Zc2nzb2A-TGeVFu8HHELrsZBwNB5SuA1g.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691328002.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/xcax5w1iqhgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/xcax5w1iqhgb1.jpg?auto=webp\\u0026s=2058ff1be5156fe41fbe58132be0d46ad1bd760a\", \"width\": 4500, \"height\": 4500}, \"resolutions\": [{\"url\": \"https://preview.redd.it/xcax5w1iqhgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=7e9a24685c6f111f83c5fb2c085def2b5cfb08e6\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/xcax5w1iqhgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=1b55959c6f14ec7095e9dd707d9f66303ef037e5\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/xcax5w1iqhgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=756e80cba5e2b7675c2fa11040440b917db096ea\", \"width\": 320, \"height\": 320}, {\"url\": \"https://preview.redd.it/xcax5w1iqhgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=5f7e68d845b6d0c528efd962de5fc964fea6a9b3\", \"width\": 640, \"height\": 640}, {\"url\": \"https://preview.redd.it/xcax5w1iqhgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=0c60e6985e8763cded81089dbc2355536d2a4f39\", \"width\": 960, \"height\": 960}, {\"url\": \"https://preview.redd.it/xcax5w1iqhgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=d418f6bbcbc9d46d114746b00dc28fa470fc17c4\", \"width\": 1080, \"height\": 1080}], \"variants\": {}, \"id\": \"ekl-AnCIbCLggJDZcxuEl356tZEiu6iPPoD0snhMD3U\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 400, \"id\": \"award_5b39e8fd-7a58-4cbe-8ca0-bdedd5ed1f5a\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Updoot_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Sometimes you just got to dance with the doots.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Doot \\ud83c\\udfb5 Doot\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=790a066f2bd24add161dca86c7c1fbbebf87a605\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=de906d7cfdc09762efc46150f56a394c0306e4ed\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=029f4975f1becca00c76f68ad420788ddcec63b0\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=365d0d7e3d5cd1a14ad9ec5e984a8b34d3403dbc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=f6b482b790f34037b1a2e6676dcb506693857ec5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/yk6z2t12m4451_DootDoot-Static.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_310rm\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jphs9\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"qwert384\", \"discussion_type\": null, \"num_comments\": 1247, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/coolguides/comments/15jphs9/a_cool_guide_showing_the_richest_billionaire_in/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/xcax5w1iqhgb1.jpg\", \"subreddit_subscribers\": 3569198, \"created_utc\": 1691328002.0, \"num_crossposts\": 6, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Damnthatsinteresting\", \"selftext\": \"\", \"author_fullname\": \"t2_7cfr5s0n\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"The surface of Mars, captured by the Curiosity rover.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Damnthatsinteresting\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"video\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15ji8yw\", \"quarantine\": false, \"link_flair_text_color\": null, \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 35653, \"total_awards_received\": 2, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/k6vc8pj4ofgb1/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/k6vc8pj4ofgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/k6vc8pj4ofgb1/DASHPlaylist.mpd?a=1693938777%2CMjYyZmJkZjQzYjE4YWJiYWQyYzdiM2I2ZjBhYTA1MzUzODE2YTdiMjBiZTZlMDExZDZmMGNkMzlhZDNmYzlmNQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 59, \"hls_url\": \"https://v.redd.it/k6vc8pj4ofgb1/HLSPlaylist.m3u8?a=1693938777%2CYmVjOWNjZjBiNTg4NGJlZmZmMzNmZDM0MDhjMzJhMTRjZjAxN2IzMjk2ZjhiZjY0MTZkMzY5MjM4NDMxMDk3Zg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Video\", \"can_mod_post\": false, \"score\": 35653, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/i1AdBWKtvV4d-3ksrC-YRu_sShaV3zNESjwg_LmrUDc.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691303021.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/k6vc8pj4ofgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ugxjTcl3qOWPAMgYDbZlJRE0tnRqml3h_rGlN4HNzaI.png?format=pjpg\\u0026auto=webp\\u0026s=5f53f25242fd45fc7c66daf3e268794c869d36c2\", \"width\": 720, \"height\": 720}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ugxjTcl3qOWPAMgYDbZlJRE0tnRqml3h_rGlN4HNzaI.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=c3d22767481663536581d18f3da3f48dcf823927\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/ugxjTcl3qOWPAMgYDbZlJRE0tnRqml3h_rGlN4HNzaI.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=9bf62ba640d143b306758c9b779317e0c1706924\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/ugxjTcl3qOWPAMgYDbZlJRE0tnRqml3h_rGlN4HNzaI.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=ef8464eb8a9060b5a238367cafbe2b31f9df04a5\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/ugxjTcl3qOWPAMgYDbZlJRE0tnRqml3h_rGlN4HNzaI.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=6b7dbbb41bf239b2223eb270a04711d874b73c3c\", \"width\": 640, \"height\": 640}], \"variants\": {}, \"id\": \"rq3JUI1ulXKACXiumNxOgEpNP5rG20mEVU0HiolQvgA\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 125, \"id\": \"award_611ff347-196b-4a14-ad4b-0076f2d8f9d2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"This goes a long way to restore my faith in the people of Earth\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=efad7986011dac7bd9f1b3490753fc7b30be18f9\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=51b13dd41a13e9dba8af3316aa119fcfdc349c94\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b5c5868a81ba4f34c2510688a47ef5bf21751bee\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1e060c2f599b3eea83909599eb97fc8882b58f4f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=7dc4bd71f365229da8f7cee9d87b1433f3f8a4ec\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": true, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2xxyj\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": null, \"id\": \"15ji8yw\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"False_Gap_6619\", \"discussion_type\": null, \"num_comments\": 1088, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Damnthatsinteresting/comments/15ji8yw/the_surface_of_mars_captured_by_the_curiosity/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/k6vc8pj4ofgb1\", \"subreddit_subscribers\": 11059887, \"created_utc\": 1691303021.0, \"num_crossposts\": 16, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/k6vc8pj4ofgb1/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/k6vc8pj4ofgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/k6vc8pj4ofgb1/DASHPlaylist.mpd?a=1693938777%2CMjYyZmJkZjQzYjE4YWJiYWQyYzdiM2I2ZjBhYTA1MzUzODE2YTdiMjBiZTZlMDExZDZmMGNkMzlhZDNmYzlmNQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 59, \"hls_url\": \"https://v.redd.it/k6vc8pj4ofgb1/HLSPlaylist.m3u8?a=1693938777%2CYmVjOWNjZjBiNTg4NGJlZmZmMzNmZDM0MDhjMzJhMTRjZjAxN2IzMjk2ZjhiZjY0MTZkMzY5MjM4NDMxMDk3Zg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"sports\", \"selftext\": \"\", \"author_fullname\": \"t2_b1imm\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"The United States Women\\u2019s team has been eliminated from the Women\\u2019s World Cup\\u2014the earliest WWC elimination in USWNT history\", \"link_flair_richtext\": [{\"a\": \":soccer:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/7boz75ij70811_t5_2qgzy/soccer\"}, {\"e\": \"text\", \"t\": \" Soccer\"}], \"subreddit_name_prefixed\": \"r/sports\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jnros\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": \"\", \"ups\": 5654, \"total_awards_received\": 0, \"media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EThe USWNT are out of the Women\\u0026#39;s World Cup in the Round of 16 \\ud83d\\ude2e \\u003Ca href=\\\"https://t.co/VIxXtwMR8K\\\"\\u003Epic.twitter.com/VIxXtwMR8K\\u003C/a\\u003E\\u003C/p\\u003E\\u0026mdash; ESPN (@espn) \\u003Ca href=\\\"https://twitter.com/espn/status/1688154164453310464?ref_src=twsrc%5Etfw\\\"\\u003EAugust 6, 2023\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"height\": 200}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/espn/status/1688154164453310464\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EThe USWNT are out of the Women\\u0026#39;s World Cup in the Round of 16 \\ud83d\\ude2e \\u003Ca href=\\\"https://t.co/VIxXtwMR8K\\\"\\u003Epic.twitter.com/VIxXtwMR8K\\u003C/a\\u003E\\u003C/p\\u003E\\u0026mdash; ESPN (@espn) \\u003Ca href=\\\"https://twitter.com/espn/status/1688154164453310464?ref_src=twsrc%5Etfw\\\"\\u003EAugust 6, 2023\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"ESPN\", \"height\": null, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/espn\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EThe USWNT are out of the Women\\u0026#39;s World Cup in the Round of 16 \\ud83d\\ude2e \\u003Ca href=\\\"https://t.co/VIxXtwMR8K\\\"\\u003Epic.twitter.com/VIxXtwMR8K\\u003C/a\\u003E\\u003C/p\\u003E\\u0026mdash; ESPN (@espn) \\u003Ca href=\\\"https://twitter.com/espn/status/1688154164453310464?ref_src=twsrc%5Etfw\\\"\\u003EAugust 6, 2023\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/15jnros\", \"height\": 200}, \"link_flair_text\": \":soccer: Soccer\", \"can_mod_post\": false, \"score\": 5654, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/_vCTwTlpgD3c3XzAjNiLmucpNk0_C8xlACHEqNxJ1MM.jpg\", \"edited\": false, \"author_flair_css_class\": \"\", \"author_flair_richtext\": [{\"a\": \":NBAokc:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/pq96h3kl1ga11_t5_2qgzy/NBAokc\"}, {\"e\": \"text\", \"t\": \" Oklahoma City Thunder\"}], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691322833.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"twitter.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://twitter.com/espn/status/1688154164453310464?s=46\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/f1bZ2GzyRL3FV4zHXV0g26SXEELH4ja59tdtTNNArMY.jpg?auto=webp\\u0026s=d11badd43e4153aeedaef965b09ae0e380016bc3\", \"width\": 1080, \"height\": 1350}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/f1bZ2GzyRL3FV4zHXV0g26SXEELH4ja59tdtTNNArMY.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=29391260bf7c7d90aa3621c136686fdcc448281e\", \"width\": 108, \"height\": 135}, {\"url\": \"https://external-preview.redd.it/f1bZ2GzyRL3FV4zHXV0g26SXEELH4ja59tdtTNNArMY.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=ee727dca03d6455bdeb356df11a3feee4f54835f\", \"width\": 216, \"height\": 270}, {\"url\": \"https://external-preview.redd.it/f1bZ2GzyRL3FV4zHXV0g26SXEELH4ja59tdtTNNArMY.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=eed4deb2b564affefa70990a32e263896c61751f\", \"width\": 320, \"height\": 400}, {\"url\": \"https://external-preview.redd.it/f1bZ2GzyRL3FV4zHXV0g26SXEELH4ja59tdtTNNArMY.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=79e1e94a88d3a029b9b27d57ff49724a881114e4\", \"width\": 640, \"height\": 800}, {\"url\": \"https://external-preview.redd.it/f1bZ2GzyRL3FV4zHXV0g26SXEELH4ja59tdtTNNArMY.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=47fc37f3e6dbb14b86422f746195e5e1904359d9\", \"width\": 960, \"height\": 1200}, {\"url\": \"https://external-preview.redd.it/f1bZ2GzyRL3FV4zHXV0g26SXEELH4ja59tdtTNNArMY.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=725b559736ec75735adb75b20084eb882b758180\", \"width\": 1080, \"height\": 1350}], \"variants\": {}, \"id\": \"bsFxfp7D-R8E_o73Y2ddsCeRb9RU278MV6gMC9q3wd4\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"875afa68-1db3-11e8-acb1-0e1795efe81c\", \"can_gild\": false, \"spoiler\": false, \"locked\": true, \"author_flair_text\": \":NBAokc: Oklahoma City Thunder\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qgzy\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ff4500\", \"id\": \"15jnros\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"homefree122\", \"discussion_type\": null, \"num_comments\": 727, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/sports/comments/15jnros/the_united_states_womens_team_has_been_eliminated/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://twitter.com/espn/status/1688154164453310464?s=46\", \"subreddit_subscribers\": 20799859, \"created_utc\": 1691322833.0, \"num_crossposts\": 1, \"media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/espn/status/1688154164453310464\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EThe USWNT are out of the Women\\u0026#39;s World Cup in the Round of 16 \\ud83d\\ude2e \\u003Ca href=\\\"https://t.co/VIxXtwMR8K\\\"\\u003Epic.twitter.com/VIxXtwMR8K\\u003C/a\\u003E\\u003C/p\\u003E\\u0026mdash; ESPN (@espn) \\u003Ca href=\\\"https://twitter.com/espn/status/1688154164453310464?ref_src=twsrc%5Etfw\\\"\\u003EAugust 6, 2023\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"ESPN\", \"height\": null, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/espn\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"australia\", \"selftext\": \"With the cost of living being so high and the price of houses feeling like it's never going to stop rising, is anyone in your life turning to views that were once considered \\\"radical\\\" only a few decades ago?\\nE.G. Marxism, Communism, even Nihilism etc.\\n\\nIt seems like very little is being owned by the the younger generations, I feel like people are turning to different views to help them cope and rise up against a world in which they feel like they have no chance of getting ahead?\", \"author_fullname\": \"t2_eh3nbrww\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Is anyone else seeing their (young) friends or family turn to more radical views of the world due to economic pressures?\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"no politics\"}], \"subreddit_name_prefixed\": \"r/australia\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"nptag\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jgx46\", \"quarantine\": false, \"link_flair_text_color\": null, \"upvote_ratio\": 0.88, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1951, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"no politics\", \"can_mod_post\": false, \"score\": 1951, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691298436.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.australia\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWith the cost of living being so high and the price of houses feeling like it\\u0026#39;s never going to stop rising, is anyone in your life turning to views that were once considered \\u0026quot;radical\\u0026quot; only a few decades ago?\\nE.G. Marxism, Communism, even Nihilism etc.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EIt seems like very little is being owned by the the younger generations, I feel like people are turning to different views to help them cope and rise up against a world in which they feel like they have no chance of getting ahead?\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh8e\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": null, \"id\": \"15jgx46\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Typical-Training64\", \"discussion_type\": null, \"num_comments\": 876, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/australia/comments/15jgx46/is_anyone_else_seeing_their_young_friends_or/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/australia/comments/15jgx46/is_anyone_else_seeing_their_young_friends_or/\", \"subreddit_subscribers\": 1355235, \"created_utc\": 1691298436.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"NonPoliticalTwitter\", \"selftext\": \"\", \"author_fullname\": \"t2_hjyvpwh6\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"I'm at a loss of words\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Meme \"}], \"subreddit_name_prefixed\": \"r/NonPoliticalTwitter\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jpnza\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": \"transparent\", \"ups\": 5374, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"2fb596c0-e8f2-11eb-b5de-0ef741c707a1\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Meme \", \"can_mod_post\": false, \"score\": 5374, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/n9FCgzfalPLntZZXYGIxASnZeEgwgilDkkKQHXqTAKg.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"a\": \":blue1:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/l0jmc7r1j9c71_t5_39gt6y/blue1\"}, {\"a\": \":blue2:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/vr4dcst1j9c71_t5_39gt6y/blue2\"}, {\"a\": \":1111:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/qiynwtu1j9c71_t5_39gt6y/1111\"}, {\"a\": \":1112:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/7sxmtqw1j9c71_t5_39gt6y/1112\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691328490.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/qfmz95cyrhgb1.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/qfmz95cyrhgb1.png?auto=webp\\u0026s=b8cdeed9126d433a4bcbe0599688707b48766dc8\", \"width\": 720, \"height\": 721}, \"resolutions\": [{\"url\": \"https://preview.redd.it/qfmz95cyrhgb1.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=506e0d20f5bc0620820701dc3580ca570ad00826\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/qfmz95cyrhgb1.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=c7400a6cbb3e3b90612e99e18df21f1753a1b242\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/qfmz95cyrhgb1.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=0cb12e0074d5aa683df8c93e176edb9b341debf4\", \"width\": 320, \"height\": 320}, {\"url\": \"https://preview.redd.it/qfmz95cyrhgb1.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=2f4d00c68a5195525c079a2bc86f8583468fe3b4\", \"width\": 640, \"height\": 640}], \"variants\": {}, \"id\": \"yN5aVw0J4mtuEnBfsfhJKOxFQ6TvxiA73PYqe_6ClRM\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"d501e452-85f2-11eb-bc6c-0e254ba721e9\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":blue1::blue2::1111::1112:\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_39gt6y\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#7193ff\", \"id\": \"15jpnza\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"biggusdickus78\", \"discussion_type\": null, \"num_comments\": 62, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/NonPoliticalTwitter/comments/15jpnza/im_at_a_loss_of_words/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/qfmz95cyrhgb1.png\", \"subreddit_subscribers\": 321058, \"created_utc\": 1691328490.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"ContagiousLaughter\", \"selftext\": \"\", \"author_fullname\": \"t2_iiaau10s\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"The dog tried to finish the job\\ud83d\\ude06\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/ContagiousLaughter\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jlmo5\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 16870, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 800, \"fallback_url\": \"https://v.redd.it/qog6k3jgoggb1/DASH_360.mp4?source=fallback\", \"height\": 360, \"width\": 360, \"scrubber_media_url\": \"https://v.redd.it/qog6k3jgoggb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/qog6k3jgoggb1/DASHPlaylist.mpd?a=1693938777%2CMjIxOTYzYTA3ZmZhNzFiM2Q2YjExMDdhZjljMjY1NzM1NzVmZTQ0NjQ0MDdjNGY1Y2FmODg0NGExMTA1Y2U4MQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 32, \"hls_url\": \"https://v.redd.it/qog6k3jgoggb1/HLSPlaylist.m3u8?a=1693938777%2CODY1MTQwNjY2YmNhMTFiODI0NzRlZTFjYjhhY2ViZGE3NTg1ZjBiMDI0MjZiZTI5YWUxZTAzMTAxMTY0NzNhMw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 16870, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://external-preview.redd.it/cDIwMGgzOWdvZ2diMRHSHFNZk3-7AZDaOedxWJrM9RY8Im5Mo9o__x_9qWlu.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=d128e503f0fb5f64425cc0f9d22069cb7eedf423\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691315208.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/qog6k3jgoggb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/cDIwMGgzOWdvZ2diMRHSHFNZk3-7AZDaOedxWJrM9RY8Im5Mo9o__x_9qWlu.png?format=pjpg\\u0026auto=webp\\u0026s=7626f920551acf2300b337af2f2c8af8e2724b83\", \"width\": 1080, \"height\": 1080}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/cDIwMGgzOWdvZ2diMRHSHFNZk3-7AZDaOedxWJrM9RY8Im5Mo9o__x_9qWlu.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=03bc81c5360105ccc53cd9d36fd1e0157f2b07fb\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/cDIwMGgzOWdvZ2diMRHSHFNZk3-7AZDaOedxWJrM9RY8Im5Mo9o__x_9qWlu.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=0f83e0d17984fc3fe4dec6b1734749ced655be1c\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/cDIwMGgzOWdvZ2diMRHSHFNZk3-7AZDaOedxWJrM9RY8Im5Mo9o__x_9qWlu.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=291eb360513016afbe049e69b8a5051e1f48b5d9\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/cDIwMGgzOWdvZ2diMRHSHFNZk3-7AZDaOedxWJrM9RY8Im5Mo9o__x_9qWlu.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=dc16d6298680cc68d6a80afc50d329323cea9c8d\", \"width\": 640, \"height\": 640}, {\"url\": \"https://external-preview.redd.it/cDIwMGgzOWdvZ2diMRHSHFNZk3-7AZDaOedxWJrM9RY8Im5Mo9o__x_9qWlu.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=24b5b64908881d9ffdbfbf03b455480c109695d6\", \"width\": 960, \"height\": 960}, {\"url\": \"https://external-preview.redd.it/cDIwMGgzOWdvZ2diMRHSHFNZk3-7AZDaOedxWJrM9RY8Im5Mo9o__x_9qWlu.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=6c3e4b98e376773a58ec2226eb0d0689d4f4d140\", \"width\": 1080, \"height\": 1080}], \"variants\": {}, \"id\": \"cDIwMGgzOWdvZ2diMRHSHFNZk3-7AZDaOedxWJrM9RY8Im5Mo9o__x_9qWlu\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=978c93744e53b8c9305467a7be792e5c401eac6c\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d2ee343eef5048ad3add75d4a4d4e3922bb9565a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d216fd3a05c61d9fb75b27092844c546d958f14\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b76693f84fd19b04d0c0444a9812d812105e2d8f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=5353352ae9f443c353ef0b7725dabcfc1b3829a5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2u2bh\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jlmo5\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Legitimate-Fallness\", \"discussion_type\": null, \"num_comments\": 220, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/ContagiousLaughter/comments/15jlmo5/the_dog_tried_to_finish_the_job/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/qog6k3jgoggb1\", \"subreddit_subscribers\": 7353842, \"created_utc\": 1691315208.0, \"num_crossposts\": 5, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 800, \"fallback_url\": \"https://v.redd.it/qog6k3jgoggb1/DASH_360.mp4?source=fallback\", \"height\": 360, \"width\": 360, \"scrubber_media_url\": \"https://v.redd.it/qog6k3jgoggb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/qog6k3jgoggb1/DASHPlaylist.mpd?a=1693938777%2CMjIxOTYzYTA3ZmZhNzFiM2Q2YjExMDdhZjljMjY1NzM1NzVmZTQ0NjQ0MDdjNGY1Y2FmODg0NGExMTA1Y2U4MQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 32, \"hls_url\": \"https://v.redd.it/qog6k3jgoggb1/HLSPlaylist.m3u8?a=1693938777%2CODY1MTQwNjY2YmNhMTFiODI0NzRlZTFjYjhhY2ViZGE3NTg1ZjBiMDI0MjZiZTI5YWUxZTAzMTAxMTY0NzNhMw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"remnantgame\", \"selftext\": \"Posting from the official gunfire account. I\\u2019ll be answering when I can. Let em rip - I\\u2019ll do my best to answer as much as I can (obviously I can\\u2019t reveal all secrets).\\n\\nEdit: I did my best. I'm a pretty fast typer (spellcheck keeps complaining about that word, is that not a word?) but even I can't keep up. I gotta head out but I'll be on later this evening to answer some more questions.\", \"author_fullname\": \"t2_nduwg\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Hello. This is David Adams. I\\u2019m the Game Director on Remnant 2. AMA\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Megathread\"}], \"subreddit_name_prefixed\": \"r/remnantgame\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"mega\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jqr1x\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": \"#171717\", \"subreddit_type\": \"public\", \"ups\": 790, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": \"d2e103f6-c145-11e9-ad28-0ecccd6841d0\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Megathread\", \"can_mod_post\": false, \"score\": 790, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1691338110.0, \"author_flair_css_class\": \"GunGame\", \"author_flair_richtext\": [{\"a\": \":Gunfire:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/heni9v70dvk31_t5_kenii/Gunfire\"}, {\"e\": \"text\", \"t\": \" Developer\"}], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691331467.0, \"link_flair_type\": \"richtext\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"self.remnantgame\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EPosting from the official gunfire account. I\\u2019ll be answering when I can. Let em rip - I\\u2019ll do my best to answer as much as I can (obviously I can\\u2019t reveal all secrets).\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEdit: I did my best. I\\u0026#39;m a pretty fast typer (spellcheck keeps complaining about that word, is that not a word?) but even I can\\u0026#39;t keep up. I gotta head out but I\\u0026#39;ll be on later this evening to answer some more questions.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"817566ae-ce67-11e9-a094-0ea831e31df8\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":Gunfire: Developer\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_kenii\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#9e0b0f\", \"id\": \"15jqr1x\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"GunfireGames\", \"discussion_type\": null, \"num_comments\": 935, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"light\", \"permalink\": \"/r/remnantgame/comments/15jqr1x/hello_this_is_david_adams_im_the_game_director_on/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": true, \"url\": \"https://www.reddit.com/r/remnantgame/comments/15jqr1x/hello_this_is_david_adams_im_the_game_director_on/\", \"subreddit_subscribers\": 85501, \"created_utc\": 1691331467.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"news\", \"selftext\": \"\", \"author_fullname\": \"t2_ejnhe66d\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Donald Trump social media post flagged by prosecutors in court filing\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/news\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jeqz8\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 11570, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 11570, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691291455.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"bbc.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.bbc.com/news/world-us-canada-66417168\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/7cVbNBFM4i-haArqMRR5bOVN7a3FhQPJqAgIhOEZvac.jpg?auto=webp\\u0026s=7d0df4922047661f2cf37af12e5c03138180e33f\", \"width\": 1024, \"height\": 576}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/7cVbNBFM4i-haArqMRR5bOVN7a3FhQPJqAgIhOEZvac.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=141efa4abe3f08f542248ca66f49af49878c4481\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/7cVbNBFM4i-haArqMRR5bOVN7a3FhQPJqAgIhOEZvac.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=be79727db8b6b1da43f34e8b6aaba87165db8f1f\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/7cVbNBFM4i-haArqMRR5bOVN7a3FhQPJqAgIhOEZvac.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=8a83eba7befc7fffba462a136bdf5c493db5d605\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/7cVbNBFM4i-haArqMRR5bOVN7a3FhQPJqAgIhOEZvac.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=7c0142ba3dd50f2b5540481ba921521dc8cc36cd\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/7cVbNBFM4i-haArqMRR5bOVN7a3FhQPJqAgIhOEZvac.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=3554a39cfd41fbcc345a2b6ca9898b4479d34791\", \"width\": 960, \"height\": 540}], \"variants\": {}, \"id\": \"aOydH6QRx-kLkhduv35SwFiwV4uPWdE3FzAJ637WvV8\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 100, \"id\": \"award_01178870-6a4f-4172-8f36-9ed5092ee4f9\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7ef402e4400dbacd3b319ab18a8c72c97f08fb48\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ef998b93113d1cd3a4b75bdfd7485223b36250d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4d02dbb8dbe1c997fdafa8aa862ce0a5e1d4c25\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3f0f4be23a9ad9da36f3a1cef2f2fd208b09bc55\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=57e80210c6fa095baece3848e1ecd12c6d172a12\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"You look amazing, glowing, incredible!\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Glow Up\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7ef402e4400dbacd3b319ab18a8c72c97f08fb48\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=3ef998b93113d1cd3a4b75bdfd7485223b36250d\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b4d02dbb8dbe1c997fdafa8aa862ce0a5e1d4c25\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3f0f4be23a9ad9da36f3a1cef2f2fd208b09bc55\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=57e80210c6fa095baece3848e1ecd12c6d172a12\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2754pa5jvsj51_GlowUp.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh3l\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jeqz8\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"NutzPup\", \"discussion_type\": null, \"num_comments\": 850, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/news/comments/15jeqz8/donald_trump_social_media_post_flagged_by/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.bbc.com/news/world-us-canada-66417168\", \"subreddit_subscribers\": 26552737, \"created_utc\": 1691291455.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"tumblr\", \"selftext\": \"\", \"author_fullname\": \"t2_1vc38jp0\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Tag your ship\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/tumblr\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jlngv\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 19986, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 19986, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/ZWrYEDRr5Iunr50JBAGh7rnO0kLzwnTmIo7K2WzyiX8.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691315293.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/gezi8mupoggb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/gezi8mupoggb1.jpg?auto=webp\\u0026s=47cdc4f9d2c065fc0a56dfa1f672a3b6c216d2c9\", \"width\": 1080, \"height\": 1671}, \"resolutions\": [{\"url\": \"https://preview.redd.it/gezi8mupoggb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=e62cd4252331443626d4bdcbfdcf54160c04f76f\", \"width\": 108, \"height\": 167}, {\"url\": \"https://preview.redd.it/gezi8mupoggb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=3ee4c0e700cae71b98b1d5b30f3b258cbc831254\", \"width\": 216, \"height\": 334}, {\"url\": \"https://preview.redd.it/gezi8mupoggb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=44b3afbe3a98d01e9b7ec962c1728648c00d4e74\", \"width\": 320, \"height\": 495}, {\"url\": \"https://preview.redd.it/gezi8mupoggb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=da8ab8b2919c4faf868ede87eefd09055327a97f\", \"width\": 640, \"height\": 990}, {\"url\": \"https://preview.redd.it/gezi8mupoggb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=5e8965dc0f4990feae8ee7932934c0062e56b587\", \"width\": 960, \"height\": 1485}, {\"url\": \"https://preview.redd.it/gezi8mupoggb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=fa4fc854a25fcbc135071c1c20e43da2a7e2ba46\", \"width\": 1080, \"height\": 1671}], \"variants\": {}, \"id\": \"2_kbnawwLut4dVMDeArfmEnFjV3W1GOtZdtRAQZkIXA\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r7hk\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jlngv\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"cal-nomen-official\", \"discussion_type\": null, \"num_comments\": 208, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/tumblr/comments/15jlngv/tag_your_ship/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/gezi8mupoggb1.jpg\", \"subreddit_subscribers\": 1347197, \"created_utc\": 1691315293.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"3Dprinting\", \"selftext\": \"\", \"author_fullname\": \"t2_mz0qj\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Return of the electric tea light - Trilogy completed\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Project\"}], \"subreddit_name_prefixed\": \"r/3Dprinting\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"f\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jo76p\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"ups\": 6337, \"total_awards_received\": 2, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/4tibwzm3ehgb1/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1920, \"scrubber_media_url\": \"https://v.redd.it/4tibwzm3ehgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/4tibwzm3ehgb1/DASHPlaylist.mpd?a=1693938777%2CYjZkYWI1MGZmNzUzNzRhYzA0MmY0M2Y0YmIyZWM0OWEwMTFlYWZlOTZhOTAwZjY2MTQxMzk3OWY1ZjYwMjczZg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 23, \"hls_url\": \"https://v.redd.it/4tibwzm3ehgb1/HLSPlaylist.m3u8?a=1693938777%2CYjMzYTY0N2YzZjA2YjBkMTExZDM4ZmUyNWNjZTljODNiYzdhZDFlNmZlMDliZWVjOGE0MTVlZjA4ZjkyOTA4Zg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Project\", \"can_mod_post\": false, \"score\": 6337, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/1sdbg-Ybqa5RdoMOQUOaOqncdGJ8XmFpnZNgqlrdCfc.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691324183.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/4tibwzm3ehgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/M42JEoVT2skJdTKDuuz5ZYbLT5aKuzHYps4tdNEdQr4.png?format=pjpg\\u0026auto=webp\\u0026s=07269d2791251d36074b2273ab765c375afc8f99\", \"width\": 3840, \"height\": 2160}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/M42JEoVT2skJdTKDuuz5ZYbLT5aKuzHYps4tdNEdQr4.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=5bdae6f935c62e1a32fccd79657cc3ae46c8f629\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/M42JEoVT2skJdTKDuuz5ZYbLT5aKuzHYps4tdNEdQr4.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=a1330dee8a84654704a7ab81d7c3368efd41c9c2\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/M42JEoVT2skJdTKDuuz5ZYbLT5aKuzHYps4tdNEdQr4.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=7157f0ddafcfe66a8a9d5714989302f3cf59fa42\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/M42JEoVT2skJdTKDuuz5ZYbLT5aKuzHYps4tdNEdQr4.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=b3a77f9389b1f271df103681db18ac2573b48bfd\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/M42JEoVT2skJdTKDuuz5ZYbLT5aKuzHYps4tdNEdQr4.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=787386f0e0a58176db35af30e5ee3c159283927b\", \"width\": 960, \"height\": 540}, {\"url\": \"https://external-preview.redd.it/M42JEoVT2skJdTKDuuz5ZYbLT5aKuzHYps4tdNEdQr4.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=f84c82c3849acd01edc595b1100978baf387f36f\", \"width\": 1080, \"height\": 607}], \"variants\": {}, \"id\": \"YFeSm0LSAt09LhGLKxI5ezhEs4NpRJjSZU0SNQGLKng\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 20, \"id\": \"award_5eac457f-ebac-449b-93a7-eb17b557f03c\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bc61b528b8d075c26a3d0f2ad3d9e42259c51cbe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d576c9a19ed29ca5624333239dbde289a146930b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=da1e45654f5acfb6be44fa07c168ad6420796f56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=677455ac05c563b5585f76e52ee96354f1430799\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=25a3b6021a92685b01883fb3d947d2959a75d8b3\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"When you follow your heart, love is the answer\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"LOVE!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bc61b528b8d075c26a3d0f2ad3d9e42259c51cbe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d576c9a19ed29ca5624333239dbde289a146930b\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=da1e45654f5acfb6be44fa07c168ad6420796f56\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=677455ac05c563b5585f76e52ee96354f1430799\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=25a3b6021a92685b01883fb3d947d2959a75d8b3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/j3azv69qjfn51_LOVE.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"eac4405e-e96f-11e3-a75b-12313d18e5cd\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2rk5q\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#7193ff\", \"id\": \"15jo76p\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"DrKronoglopolos\", \"discussion_type\": null, \"num_comments\": 159, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/3Dprinting/comments/15jo76p/return_of_the_electric_tea_light_trilogy_completed/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/4tibwzm3ehgb1\", \"subreddit_subscribers\": 1823744, \"created_utc\": 1691324183.0, \"num_crossposts\": 0, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/4tibwzm3ehgb1/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1920, \"scrubber_media_url\": \"https://v.redd.it/4tibwzm3ehgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/4tibwzm3ehgb1/DASHPlaylist.mpd?a=1693938777%2CYjZkYWI1MGZmNzUzNzRhYzA0MmY0M2Y0YmIyZWM0OWEwMTFlYWZlOTZhOTAwZjY2MTQxMzk3OWY1ZjYwMjczZg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 23, \"hls_url\": \"https://v.redd.it/4tibwzm3ehgb1/HLSPlaylist.m3u8?a=1693938777%2CYjMzYTY0N2YzZjA2YjBkMTExZDM4ZmUyNWNjZTljODNiYzdhZDFlNmZlMDliZWVjOGE0MTVlZjA4ZjkyOTA4Zg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": true, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"technology\", \"selftext\": \"\", \"author_fullname\": \"t2_4e88rhze\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Many Americans think NASA returning to the moon is a waste of time and it should prioritize asteroid hunting instead, a poll shows\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/technology\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"general\", \"downs\": 0, \"thumbnail_height\": 70, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15johtk\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.86, \"author_flair_background_color\": null, \"ups\": 3463, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Space\", \"can_mod_post\": false, \"score\": 3463, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/VgpZbI-ml2RItUcqk6bLZzdq08mW4SDM6SEN0YeshnM.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691325091.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"businessinsider.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.businessinsider.com/americans-nasa-shouldnt-waste-time-moon-polls-say-2023-8\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/6EFdI8vxwl8eHTSz9RUazPbYvoqqJPjkCGlWGb0wPT4.jpg?auto=webp\\u0026s=f464ae891124cff2335a808e11eae8ab01d568aa\", \"width\": 1200, \"height\": 600}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/6EFdI8vxwl8eHTSz9RUazPbYvoqqJPjkCGlWGb0wPT4.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=e807cae854682ef5034298ff80255916ade2873c\", \"width\": 108, \"height\": 54}, {\"url\": \"https://external-preview.redd.it/6EFdI8vxwl8eHTSz9RUazPbYvoqqJPjkCGlWGb0wPT4.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=3aeefd277a04ee45fa3eac41584cc122bfa88e78\", \"width\": 216, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/6EFdI8vxwl8eHTSz9RUazPbYvoqqJPjkCGlWGb0wPT4.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=a0e201b6dedbcfcfe223882b226cde70e57e7b68\", \"width\": 320, \"height\": 160}, {\"url\": \"https://external-preview.redd.it/6EFdI8vxwl8eHTSz9RUazPbYvoqqJPjkCGlWGb0wPT4.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=de5254d323f9f28c14993411fe8598f0d013f02b\", \"width\": 640, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/6EFdI8vxwl8eHTSz9RUazPbYvoqqJPjkCGlWGb0wPT4.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=ea0209d45da1d68eb96c67c455fd7a57da74c12b\", \"width\": 960, \"height\": 480}, {\"url\": \"https://external-preview.redd.it/6EFdI8vxwl8eHTSz9RUazPbYvoqqJPjkCGlWGb0wPT4.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=bb06f1480573db4b71a69986e7a98a2db8c1b649\", \"width\": 1080, \"height\": 540}], \"variants\": {}, \"id\": \"3RvPCE5SHc7KETPYyi8rFsjuVB7sspZOwRxMrTyYu1k\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"8824cd4a-a816-11e9-9cc9-0e36fc97d25c\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh16\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15johtk\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Sorin61\", \"discussion_type\": null, \"num_comments\": 963, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/technology/comments/15johtk/many_americans_think_nasa_returning_to_the_moon/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.businessinsider.com/americans-nasa-shouldnt-waste-time-moon-polls-say-2023-8\", \"subreddit_subscribers\": 14595454, \"created_utc\": 1691325091.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"MapPorn\", \"selftext\": \"\", \"author_fullname\": \"t2_3tpchfin\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Prostitution in the USA\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/MapPorn\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 89, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jixfn\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 13768, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 13768, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/vibVnEmEzGH6vfdBYyktlm5Jp2g6RNn4-8srHyJNmIo.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691305448.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/c0v35oxdvfgb1.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/c0v35oxdvfgb1.png?auto=webp\\u0026s=baceb7fc5294b6b2a66f619f0173ff216641b2a2\", \"width\": 968, \"height\": 620}, \"resolutions\": [{\"url\": \"https://preview.redd.it/c0v35oxdvfgb1.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=fdbd0e5984bb6323369211e127df7d8ca3841124\", \"width\": 108, \"height\": 69}, {\"url\": \"https://preview.redd.it/c0v35oxdvfgb1.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=f4ac337d22ed5ab55bdb56d119fbc762f40a55fc\", \"width\": 216, \"height\": 138}, {\"url\": \"https://preview.redd.it/c0v35oxdvfgb1.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=c5f8aaa246ff781405c37760a7486f61fcdb1df7\", \"width\": 320, \"height\": 204}, {\"url\": \"https://preview.redd.it/c0v35oxdvfgb1.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=ef529c73960c3883d7a33072033c5bf36a77ee0c\", \"width\": 640, \"height\": 409}, {\"url\": \"https://preview.redd.it/c0v35oxdvfgb1.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=45fd796a70d407d916202a7966a332af4fe8f9b2\", \"width\": 960, \"height\": 614}], \"variants\": {}, \"id\": \"fuqii0qUkpZkh9XBJnB_YDRd2miPKW1LyePtpyD22oo\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2si92\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jixfn\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"knolml\", \"discussion_type\": null, \"num_comments\": 906, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/MapPorn/comments/15jixfn/prostitution_in_the_usa/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/c0v35oxdvfgb1.png\", \"subreddit_subscribers\": 2543890, \"created_utc\": 1691305448.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"shitposting\", \"selftext\": \"\", \"author_fullname\": \"t2_6kzpyi60\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"So wholesome \\ud83e\\udd70\\ud83e\\udd70\\ud83e\\udd70 (Heil spez)\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"I Miss Natter #NatterIsLoveNatterIsLife\"}], \"subreddit_name_prefixed\": \"r/shitposting\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"natter\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jn1ts\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.87, \"author_flair_background_color\": null, \"ups\": 26527, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/roypudmt3hgb1/DASH_480.mp4?source=fallback\", \"height\": 660, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/roypudmt3hgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/roypudmt3hgb1/DASHPlaylist.mpd?a=1693938777%2CYjE0MzMxNjljMWRlNjNkZjZhMzBmOWE3ZDA3YjhkNmM1MjU3NmQ4NDllM2ZiZDQ5OGNjYmFlNDgzZTJjOGI5Mg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 20, \"hls_url\": \"https://v.redd.it/roypudmt3hgb1/HLSPlaylist.m3u8?a=1693938777%2CZGU4NWMxMTk3ZWExNjUwMjIwMWU3NjM2YWMwMzE1MzUxMWM3MjU2NDY2YzQ2NzE5YTkwYjFkODU0MDJjNTFjMA%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"I Miss Natter #NatterIsLoveNatterIsLife\", \"can_mod_post\": false, \"score\": 26527, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://external-preview.redd.it/ZG5wdWJ2aHQzaGdiMR-gL7cfstsL_T6hzoo_pgiFQc7QRnHHOByqYElbL6ko.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=82e50682bf07596c6369b0f02a0ff30e7d79c222\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691320376.0, \"link_flair_type\": \"richtext\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/roypudmt3hgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ZG5wdWJ2aHQzaGdiMR-gL7cfstsL_T6hzoo_pgiFQc7QRnHHOByqYElbL6ko.png?format=pjpg\\u0026auto=webp\\u0026s=a4186b358e594ead9581e011fe29a101b6c6695d\", \"width\": 1080, \"height\": 1488}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ZG5wdWJ2aHQzaGdiMR-gL7cfstsL_T6hzoo_pgiFQc7QRnHHOByqYElbL6ko.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=983c1fb64c9f8472935a8bf12b559081cdb2489d\", \"width\": 108, \"height\": 148}, {\"url\": \"https://external-preview.redd.it/ZG5wdWJ2aHQzaGdiMR-gL7cfstsL_T6hzoo_pgiFQc7QRnHHOByqYElbL6ko.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=888ebed278995d7a7fece89db79206b67d53b7b3\", \"width\": 216, \"height\": 297}, {\"url\": \"https://external-preview.redd.it/ZG5wdWJ2aHQzaGdiMR-gL7cfstsL_T6hzoo_pgiFQc7QRnHHOByqYElbL6ko.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=fc5160b7ebb6781e4a28914df960963655798307\", \"width\": 320, \"height\": 440}, {\"url\": \"https://external-preview.redd.it/ZG5wdWJ2aHQzaGdiMR-gL7cfstsL_T6hzoo_pgiFQc7QRnHHOByqYElbL6ko.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=c28a6a57777ae918da848e14ce020d8e2bbd5488\", \"width\": 640, \"height\": 881}, {\"url\": \"https://external-preview.redd.it/ZG5wdWJ2aHQzaGdiMR-gL7cfstsL_T6hzoo_pgiFQc7QRnHHOByqYElbL6ko.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=54e0d335f65ca39dfaa7d2d2ae7144610d5711f9\", \"width\": 960, \"height\": 1322}, {\"url\": \"https://external-preview.redd.it/ZG5wdWJ2aHQzaGdiMR-gL7cfstsL_T6hzoo_pgiFQc7QRnHHOByqYElbL6ko.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=62df102c83eba813f1d5d0c71d6c4d5dd3783f10\", \"width\": 1080, \"height\": 1488}], \"variants\": {}, \"id\": \"ZG5wdWJ2aHQzaGdiMR-gL7cfstsL_T6hzoo_pgiFQc7QRnHHOByqYElbL6ko\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"5c1a067c-d015-11ed-88be-42e48b618fa0\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2usxq\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#2e368f\", \"id\": \"15jn1ts\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"bah_a\", \"discussion_type\": null, \"num_comments\": 980, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/shitposting/comments/15jn1ts/so_wholesome_heil_spez/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/roypudmt3hgb1\", \"subreddit_subscribers\": 2467413, \"created_utc\": 1691320376.0, \"num_crossposts\": 8, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/roypudmt3hgb1/DASH_480.mp4?source=fallback\", \"height\": 660, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/roypudmt3hgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/roypudmt3hgb1/DASHPlaylist.mpd?a=1693938777%2CYjE0MzMxNjljMWRlNjNkZjZhMzBmOWE3ZDA3YjhkNmM1MjU3NmQ4NDllM2ZiZDQ5OGNjYmFlNDgzZTJjOGI5Mg%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 20, \"hls_url\": \"https://v.redd.it/roypudmt3hgb1/HLSPlaylist.m3u8?a=1693938777%2CZGU4NWMxMTk3ZWExNjUwMjIwMWU3NjM2YWMwMzE1MzUxMWM3MjU2NDY2YzQ2NzE5YTkwYjFkODU0MDJjNTFjMA%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"LeopardsAteMyFace\", \"selftext\": \"\", \"author_fullname\": \"t2_cmudhe4k\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Texas power cost estimated to surge 800% today, Sunday. The state is disconnected from the national grid, and will have issues meeting demand this evening.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/LeopardsAteMyFace\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 93, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jq6lp\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.98, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 4270, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 4270, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/WAKuIvYo8VZ5NM7Xeky0pOedjHsujgbJtiyCX5F90B0.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691329949.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"finance.yahoo.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://finance.yahoo.com/news/texas-power-prices-surge-800-191023828.html\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/UfK1k4kwH6GmWrgEXwENTimuDL2yYd9QBQhkSwRvWEE.jpg?auto=webp\\u0026s=fd65a8d396659018797f9995c66eda909f800d44\", \"width\": 1200, \"height\": 799}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/UfK1k4kwH6GmWrgEXwENTimuDL2yYd9QBQhkSwRvWEE.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=1769857ee698bb2f354f76e9dd04ea291cb08448\", \"width\": 108, \"height\": 71}, {\"url\": \"https://external-preview.redd.it/UfK1k4kwH6GmWrgEXwENTimuDL2yYd9QBQhkSwRvWEE.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=6c9ef8b3e00821b07b9818ba1c4dbd40aa70c924\", \"width\": 216, \"height\": 143}, {\"url\": \"https://external-preview.redd.it/UfK1k4kwH6GmWrgEXwENTimuDL2yYd9QBQhkSwRvWEE.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=3a866ac751fef52ff748ef08df944cf3d43598fd\", \"width\": 320, \"height\": 213}, {\"url\": \"https://external-preview.redd.it/UfK1k4kwH6GmWrgEXwENTimuDL2yYd9QBQhkSwRvWEE.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=bd98c076ddd2e29d904d06cabe830953e240ccde\", \"width\": 640, \"height\": 426}, {\"url\": \"https://external-preview.redd.it/UfK1k4kwH6GmWrgEXwENTimuDL2yYd9QBQhkSwRvWEE.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=f8716874fe80d00e901536d4d31258bd71442c95\", \"width\": 960, \"height\": 639}, {\"url\": \"https://external-preview.redd.it/UfK1k4kwH6GmWrgEXwENTimuDL2yYd9QBQhkSwRvWEE.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=07baa77e1b9691c0d6cd86c44face9b99706e4e4\", \"width\": 1080, \"height\": 719}], \"variants\": {}, \"id\": \"H4UBBDGrInIuLTiOXOecLyVDsKNnlqrvDpyNa2YxPd0\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3jp3p\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jq6lp\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"AverageCowboyCentaur\", \"discussion_type\": null, \"num_comments\": 418, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/LeopardsAteMyFace/comments/15jq6lp/texas_power_cost_estimated_to_surge_800_today/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://finance.yahoo.com/news/texas-power-prices-surge-800-191023828.html\", \"subreddit_subscribers\": 977687, \"created_utc\": 1691329949.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"CrazyFuckingVideos\", \"selftext\": \"\", \"author_fullname\": \"t2_87ez3uo1t\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Where the hell you come from?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/CrazyFuckingVideos\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jpgeb\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 5008, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/bfi21ry5qhgb1/DASH_720.mp4?source=fallback\", \"has_audio\": true, \"height\": 900, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/bfi21ry5qhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/bfi21ry5qhgb1/DASHPlaylist.mpd?a=1693938777%2COTMzYzZlZGI1YzQxNTg5YmM2NTcwYjRjMDgzNWU1M2ZhNDgwYWJiMmViN2FmNzk4NDdlMDFjYWE1MTUwNmE1YQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 27, \"hls_url\": \"https://v.redd.it/bfi21ry5qhgb1/HLSPlaylist.m3u8?a=1693938777%2CNmI0YmFiMmIzOGQyZDc5Zjk5NmUwYWY0MjYzYzdmOGM0NjEzMTk3ZjcxMTk2OWYwNTI1MmJmOTg4NTRlNTc5Mw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 5008, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://external-preview.redd.it/eXN5OTRqdTVxaGdiMSWWzR6AiSWhIskxpO-m4R8HGomq_E4b19RFCbjV3wBF.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=3472284452cc1d43d87cfe0d1da70b8d88ac849a\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691327887.0, \"link_flair_type\": \"text\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/bfi21ry5qhgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/eXN5OTRqdTVxaGdiMSWWzR6AiSWhIskxpO-m4R8HGomq_E4b19RFCbjV3wBF.png?format=pjpg\\u0026auto=webp\\u0026s=405fa16ffc3ec5f5b7d040ebdb38cbd8c8b19399\", \"width\": 720, \"height\": 900}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/eXN5OTRqdTVxaGdiMSWWzR6AiSWhIskxpO-m4R8HGomq_E4b19RFCbjV3wBF.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=0a50433159588c3617021e620e013c1f3c9f54e4\", \"width\": 108, \"height\": 135}, {\"url\": \"https://external-preview.redd.it/eXN5OTRqdTVxaGdiMSWWzR6AiSWhIskxpO-m4R8HGomq_E4b19RFCbjV3wBF.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=bac160b0008f518f85585eebf7b64fec87765320\", \"width\": 216, \"height\": 270}, {\"url\": \"https://external-preview.redd.it/eXN5OTRqdTVxaGdiMSWWzR6AiSWhIskxpO-m4R8HGomq_E4b19RFCbjV3wBF.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=542b78e7c8208e938e5e76bd4b023a89c040881d\", \"width\": 320, \"height\": 400}, {\"url\": \"https://external-preview.redd.it/eXN5OTRqdTVxaGdiMSWWzR6AiSWhIskxpO-m4R8HGomq_E4b19RFCbjV3wBF.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=de741cf0c1e12fabe1bee8aa1e4aa55ac22de7cf\", \"width\": 640, \"height\": 800}], \"variants\": {}, \"id\": \"eXN5OTRqdTVxaGdiMSWWzR6AiSWhIskxpO-m4R8HGomq_E4b19RFCbjV3wBF\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_45hae8\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jpgeb\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"RightOfLifeIsRight\", \"discussion_type\": null, \"num_comments\": 196, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/CrazyFuckingVideos/comments/15jpgeb/where_the_hell_you_come_from/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://v.redd.it/bfi21ry5qhgb1\", \"subreddit_subscribers\": 1888675, \"created_utc\": 1691327887.0, \"num_crossposts\": 2, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/bfi21ry5qhgb1/DASH_720.mp4?source=fallback\", \"has_audio\": true, \"height\": 900, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/bfi21ry5qhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/bfi21ry5qhgb1/DASHPlaylist.mpd?a=1693938777%2COTMzYzZlZGI1YzQxNTg5YmM2NTcwYjRjMDgzNWU1M2ZhNDgwYWJiMmViN2FmNzk4NDdlMDFjYWE1MTUwNmE1YQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 27, \"hls_url\": \"https://v.redd.it/bfi21ry5qhgb1/HLSPlaylist.m3u8?a=1693938777%2CNmI0YmFiMmIzOGQyZDc5Zjk5NmUwYWY0MjYzYzdmOGM0NjEzMTk3ZjcxMTk2OWYwNTI1MmJmOTg4NTRlNTc5Mw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"wallstreetbets\", \"selftext\": \"\", \"author_fullname\": \"t2_lto0kx07\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"It\\u2019s really happening, Battle of the Billionaires\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Meme\"}], \"subreddit_name_prefixed\": \"r/wallstreetbets\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"meme\", \"downs\": 0, \"thumbnail_height\": 130, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jlta1\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.87, \"author_flair_background_color\": null, \"ups\": 7473, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Meme\", \"can_mod_post\": false, \"score\": 7473, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/wTRgYpMgamBCXADdglv7s1K3wnI6iEK4RQmh1pHj8Po.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691315902.0, \"link_flair_type\": \"richtext\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/vrmvt1ziqggb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/vrmvt1ziqggb1.jpg?auto=webp\\u0026s=8f587293e0931a35090e51fb8c6c7073b1f6488f\", \"width\": 505, \"height\": 472}, \"resolutions\": [{\"url\": \"https://preview.redd.it/vrmvt1ziqggb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=fff07f4101de88557664aebca7c42c19a4dd0728\", \"width\": 108, \"height\": 100}, {\"url\": \"https://preview.redd.it/vrmvt1ziqggb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=c0455b241a664811174137d7ec2055d87b182d83\", \"width\": 216, \"height\": 201}, {\"url\": \"https://preview.redd.it/vrmvt1ziqggb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=fbdf174dc675515694a683d60e8fe42e222d9716\", \"width\": 320, \"height\": 299}], \"variants\": {}, \"id\": \"WadPtV6Pti5d6ODlD8GyFO3GYY7DSRLoYBmgO81yD54\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"0513bea8-4f64-11e9-886d-0e2b4fe7300c\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2th52\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#014980\", \"id\": \"15jlta1\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"OptionsApe69\", \"discussion_type\": null, \"num_comments\": 916, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/wallstreetbets/comments/15jlta1/its_really_happening_battle_of_the_billionaires/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/vrmvt1ziqggb1.jpg\", \"subreddit_subscribers\": 14142311, \"created_utc\": 1691315902.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"JoeRogan\", \"selftext\": \"Hhhhnn\", \"author_fullname\": \"t2_2nog5gwu\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Legal trouble for Joe?\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Meme \\ud83d\\udca9\"}], \"subreddit_name_prefixed\": \"r/JoeRogan\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jkoa4\", \"quarantine\": false, \"link_flair_text_color\": null, \"upvote_ratio\": 0.88, \"author_flair_background_color\": \"#94e044\", \"ups\": 1837, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"89b811e6-a92f-11eb-92b4-0e0580462801\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Meme \\ud83d\\udca9\", \"can_mod_post\": false, \"score\": 1837, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Pw28Bgtsdrr8Ve7tso-hVLmUum0xJq7tJNnZZv-vvyo.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"Monkey in Space\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691311771.0, \"link_flair_type\": \"richtext\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHhhhnn\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": \"confidence\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/zs23mvq8eggb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/zs23mvq8eggb1.jpg?auto=webp\\u0026s=9097ef96fd4ef0256574d4a6914b324b1a6b59a9\", \"width\": 1284, \"height\": 1330}, \"resolutions\": [{\"url\": \"https://preview.redd.it/zs23mvq8eggb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=ffdbac69379b502cd3cecb8d6c99ff3991d6cb05\", \"width\": 108, \"height\": 111}, {\"url\": \"https://preview.redd.it/zs23mvq8eggb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=c08ce1e86ceed83163960ee52b4e014ceb0f8db8\", \"width\": 216, \"height\": 223}, {\"url\": \"https://preview.redd.it/zs23mvq8eggb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=948a7588e687f3ec34598f9c599a1f060426921b\", \"width\": 320, \"height\": 331}, {\"url\": \"https://preview.redd.it/zs23mvq8eggb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=681698fd6a3662070e5c9a8855288e3114e0578c\", \"width\": 640, \"height\": 662}, {\"url\": \"https://preview.redd.it/zs23mvq8eggb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=12b77061ece78917aa5ca8d7cbe9a97746777f4d\", \"width\": 960, \"height\": 994}, {\"url\": \"https://preview.redd.it/zs23mvq8eggb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=7a105ca7e41c6cf53d579ca8ded349928c1f8270\", \"width\": 1080, \"height\": 1118}], \"variants\": {}, \"id\": \"ngiiQ71L3RDXOd1JhtjALp_NIHByqk7Gky5pmRTAJbA\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"b4d6fd1a-0263-11eb-958c-0e6d18365967\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Monkey in Space\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2s4tv\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#7193ff\", \"id\": \"15jkoa4\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"EvanderTheGreat\", \"discussion_type\": null, \"num_comments\": 857, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/JoeRogan/comments/15jkoa4/legal_trouble_for_joe/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://i.redd.it/zs23mvq8eggb1.jpg\", \"subreddit_subscribers\": 875590, \"created_utc\": 1691311771.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"mlb\", \"selftext\": \"\", \"author_fullname\": \"t2_71rc6s9a\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"Jose Ramirez and Tim Anderson come to blows\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/mlb\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 77, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jceey\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": \"#002d62\", \"ups\": 4238, \"total_awards_received\": 2, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"a14e907c-a7fe-11ec-846f-620cc724c073\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/szdtxfaj4egb1/DASH_480.mp4?source=fallback\", \"height\": 472, \"width\": 854, \"scrubber_media_url\": \"https://v.redd.it/szdtxfaj4egb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/szdtxfaj4egb1/DASHPlaylist.mpd?a=1693938777%2COTA5MTNmNjQ3MjE4NTljYjYyMDkwNGZiOWUxMDZlOWQwNTY5Zjk4OWEwYmQ4Y2E1MGU2ZGEzYmE3M2U0NGFjNw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 21, \"hls_url\": \"https://v.redd.it/szdtxfaj4egb1/HLSPlaylist.m3u8?a=1693938777%2CODE1MGNmZDU4OGQwYmI2MTFmNWE5ZWZiOWM2ODRlM2MyOTg2MzlmY2JkMTBhNWZhYTk3NmJkZWJkM2M2NjFmZg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Highlights\", \"can_mod_post\": false, \"score\": 4238, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://external-preview.redd.it/ZzZsbWh3MGo0ZWdiMaNvL8f8Q2rj3wKJtpxOhWVBrTcwL47TQHgdeT6BLAfy.png?width=140\\u0026height=77\\u0026crop=140:77,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=b62c2f80e76886b724b258e64b59b6df0db4287d\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691284358.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/szdtxfaj4egb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ZzZsbWh3MGo0ZWdiMaNvL8f8Q2rj3wKJtpxOhWVBrTcwL47TQHgdeT6BLAfy.png?format=pjpg\\u0026auto=webp\\u0026s=0a10c70f3add24fb3bdd49edfc514d2417337e33\", \"width\": 1080, \"height\": 598}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ZzZsbWh3MGo0ZWdiMaNvL8f8Q2rj3wKJtpxOhWVBrTcwL47TQHgdeT6BLAfy.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=3d2133c8928a9b62cc7a7e8dcacf1fbdddae9c13\", \"width\": 108, \"height\": 59}, {\"url\": \"https://external-preview.redd.it/ZzZsbWh3MGo0ZWdiMaNvL8f8Q2rj3wKJtpxOhWVBrTcwL47TQHgdeT6BLAfy.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=9a41bfe4c5dd9a8595c65053afbc9aebbfcaad5a\", \"width\": 216, \"height\": 119}, {\"url\": \"https://external-preview.redd.it/ZzZsbWh3MGo0ZWdiMaNvL8f8Q2rj3wKJtpxOhWVBrTcwL47TQHgdeT6BLAfy.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=89ada09265c9eabdab5add0b897d24744ce2e31a\", \"width\": 320, \"height\": 177}, {\"url\": \"https://external-preview.redd.it/ZzZsbWh3MGo0ZWdiMaNvL8f8Q2rj3wKJtpxOhWVBrTcwL47TQHgdeT6BLAfy.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=9eaa9ad8ffeabff54df08ee6316707c7cdd56cad\", \"width\": 640, \"height\": 354}, {\"url\": \"https://external-preview.redd.it/ZzZsbWh3MGo0ZWdiMaNvL8f8Q2rj3wKJtpxOhWVBrTcwL47TQHgdeT6BLAfy.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=e841484d1494261d17dc2a40b842cfe246077852\", \"width\": 960, \"height\": 531}, {\"url\": \"https://external-preview.redd.it/ZzZsbWh3MGo0ZWdiMaNvL8f8Q2rj3wKJtpxOhWVBrTcwL47TQHgdeT6BLAfy.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=ad1060c77f15595ad753e60c0cdd693da7142572\", \"width\": 1080, \"height\": 598}], \"variants\": {}, \"id\": \"ZzZsbWh3MGo0ZWdiMaNvL8f8Q2rj3wKJtpxOhWVBrTcwL47TQHgdeT6BLAfy\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 200, \"id\": \"award_b28d9565-4137-433d-bb65-5d4aa82ade4c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3f6534cdb236717698fb32fdac05a0cb8a9d9b80\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=90affa57f358a1bcfb77226ef3ae13e5ae909cd1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8edd0f4ef9ade0afbf0432c8e94a7dcd3cd1ccf2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=07c9216b7e1e2c6949431e7fe7a552bb4684201b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=36a96b04aad18511ecdaf474e4edf7271bad6b07\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Call an ambulance, I'm laughing too hard.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"I'm Deceased\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3f6534cdb236717698fb32fdac05a0cb8a9d9b80\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=90affa57f358a1bcfb77226ef3ae13e5ae909cd1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=8edd0f4ef9ade0afbf0432c8e94a7dcd3cd1ccf2\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=07c9216b7e1e2c6949431e7fe7a552bb4684201b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=36a96b04aad18511ecdaf474e4edf7271bad6b07\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/2jd92wtn25g41_ImDeceased.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"ea7bc6d2-a7fb-11ec-ae76-4a5f236d35f7\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Toronto Blue Jays\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qrrr\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#00ff00\", \"id\": \"15jceey\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Ignomatics\", \"discussion_type\": null, \"num_comments\": 884, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"light\", \"permalink\": \"/r/mlb/comments/15jceey/jose_ramirez_and_tim_anderson_come_to_blows/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/szdtxfaj4egb1\", \"subreddit_subscribers\": 1177891, \"created_utc\": 1691284358.0, \"num_crossposts\": 2, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/szdtxfaj4egb1/DASH_480.mp4?source=fallback\", \"height\": 472, \"width\": 854, \"scrubber_media_url\": \"https://v.redd.it/szdtxfaj4egb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/szdtxfaj4egb1/DASHPlaylist.mpd?a=1693938777%2COTA5MTNmNjQ3MjE4NTljYjYyMDkwNGZiOWUxMDZlOWQwNTY5Zjk4OWEwYmQ4Y2E1MGU2ZGEzYmE3M2U0NGFjNw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 21, \"hls_url\": \"https://v.redd.it/szdtxfaj4egb1/HLSPlaylist.m3u8?a=1693938777%2CODE1MGNmZDU4OGQwYmI2MTFmNWE5ZWZiOWM2ODRlM2MyOTg2MzlmY2JkMTBhNWZhYTk3NmJkZWJkM2M2NjFmZg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"ProgrammerHumor\", \"selftext\": \"\", \"author_fullname\": \"t2_vc4huslu\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"botsWithBrushes\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Meme\"}], \"subreddit_name_prefixed\": \"r/ProgrammerHumor\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"meme\", \"downs\": 0, \"thumbnail_height\": 72, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jm9le\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"ups\": 9627, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Meme\", \"can_mod_post\": false, \"score\": 9627, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/oBC-TRl050RCNN-AgcJg7dG1kDmUwSfT0Fj0tCFy6cA.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691317520.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/onox8jubvggb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/onox8jubvggb1.jpg?auto=webp\\u0026s=e015b21c51e01ec0db63732a9bbaa9285a8ca31d\", \"width\": 1284, \"height\": 661}, \"resolutions\": [{\"url\": \"https://preview.redd.it/onox8jubvggb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=082e2d7466d65815ac81dd44ff87ad817183add5\", \"width\": 108, \"height\": 55}, {\"url\": \"https://preview.redd.it/onox8jubvggb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=cebe7ac65e4cb57465de13a3725a8c0be353942f\", \"width\": 216, \"height\": 111}, {\"url\": \"https://preview.redd.it/onox8jubvggb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=e41b6ac66dc654f5457137c1f324e60a69c23e6c\", \"width\": 320, \"height\": 164}, {\"url\": \"https://preview.redd.it/onox8jubvggb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e0e7176191f58b65325c8dbcec61c52a65c4965a\", \"width\": 640, \"height\": 329}, {\"url\": \"https://preview.redd.it/onox8jubvggb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=2dbcf649d4f2a68409cc80e263e9dd09bc0bcbdb\", \"width\": 960, \"height\": 494}, {\"url\": \"https://preview.redd.it/onox8jubvggb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=3075cdf7937b53523e4856bbcb2b84dff7e3bfad\", \"width\": 1080, \"height\": 555}], \"variants\": {}, \"id\": \"s7UarHGvGHsQDOrxIsEwt6zax--IIpVzoOlC8snb4Rw\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=10034f3fdf8214c8377134bb60c5b832d4bbf588\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=100f785bf261fa9452a5d82ee0ef0793369dbfa5\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b15d030fdfbbe4af4a5b34ab9dc90a174df40a23\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=601c75be6ee30dc4b47a5c65d64dea9a185502a1\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=540f36e65c0e2f1347fe32020e4a1565e3680437\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=045db73f47a9513c44823d132b4c393ab9241b6a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=298a02e0edbb5b5e293087eeede63802cbe1d2c7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d06d606eb23dbcd6dbe39ee0e60588c5eb89065\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ecd9854b14104a36a210028c43420f0dababd96b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=0d5d7b92c1d66aff435f2ad32e6330ca2b971f6d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"fe277d42-440f-11e8-8ec3-0eac434afc94\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2tex6\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#373c3f\", \"id\": \"15jm9le\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"yepvaishz\", \"discussion_type\": null, \"num_comments\": 179, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/ProgrammerHumor/comments/15jm9le/botswithbrushes/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/onox8jubvggb1.jpg\", \"subreddit_subscribers\": 3064638, \"created_utc\": 1691317520.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"nextfuckinglevel\", \"selftext\": \"Video by Unilad\", \"author_fullname\": \"t2_hxysriay\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Taekwondo Board Smashing. OMG\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/nextfuckinglevel\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jq0i5\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 4598, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/sfgt51xvuhgb1/DASH_720.mp4?source=fallback\", \"has_audio\": true, \"height\": 900, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/sfgt51xvuhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/sfgt51xvuhgb1/DASHPlaylist.mpd?a=1693938777%2CNmYwNDJmYTg3OTIyZDg3MDcwZDBhZjlkNjgyYmY1ZDg4NzBhMGZjMzZiMmU4ZGEzZjNjYmU0M2U1ZmE4YzkwMQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 53, \"hls_url\": \"https://v.redd.it/sfgt51xvuhgb1/HLSPlaylist.m3u8?a=1693938777%2CNDUxNTllNTJkNDc4OTU0MjUwOWI1NGE2N2U1MDkwY2MzNjVjNDc2NTAyNjMxMDQwMDNkNzNhNmQ3ZjFkNmFjNw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 4598, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://external-preview.redd.it/NGowbm10cXZ1aGdiMWAWsTucvGMamzKfjj77JWueTVKra6jDF16jxmfWigsI.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=867e496712132953ea05e27312b0bae51d696fd4\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691329480.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EVideo by Unilad\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/sfgt51xvuhgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/NGowbm10cXZ1aGdiMWAWsTucvGMamzKfjj77JWueTVKra6jDF16jxmfWigsI.png?format=pjpg\\u0026auto=webp\\u0026s=713ca737538672acbc71470e3cc8be5d3b3882c9\", \"width\": 720, \"height\": 900}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/NGowbm10cXZ1aGdiMWAWsTucvGMamzKfjj77JWueTVKra6jDF16jxmfWigsI.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=363f313e0e4f0d1172af531bcc2b06bffb462b50\", \"width\": 108, \"height\": 135}, {\"url\": \"https://external-preview.redd.it/NGowbm10cXZ1aGdiMWAWsTucvGMamzKfjj77JWueTVKra6jDF16jxmfWigsI.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=199d689bed60c7768c7ff107105914894517626e\", \"width\": 216, \"height\": 270}, {\"url\": \"https://external-preview.redd.it/NGowbm10cXZ1aGdiMWAWsTucvGMamzKfjj77JWueTVKra6jDF16jxmfWigsI.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=989a0551ae4928eea48998665abf683f9e4a75b3\", \"width\": 320, \"height\": 400}, {\"url\": \"https://external-preview.redd.it/NGowbm10cXZ1aGdiMWAWsTucvGMamzKfjj77JWueTVKra6jDF16jxmfWigsI.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=e7bc2fd6760c835f46aec9fe1482e5a0bd20c3bb\", \"width\": 640, \"height\": 800}], \"variants\": {}, \"id\": \"NGowbm10cXZ1aGdiMWAWsTucvGMamzKfjj77JWueTVKra6jDF16jxmfWigsI\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 75, \"id\": \"award_9663243a-e77f-44cf-abc6-850ead2cd18d\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"For an especially amazing showing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo Grande!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3459bdf1d1777821a831c5bf9834f4365263fcff\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9181d68065ccfccf2b1074e499cd7c1103aa2ce8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=339b368d395219120abc50d54fb3e2cdcad8ca4f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=de4ebbe92f9019de05aaa77f88810d44adbe1e50\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ba6c1add5204ea43e5af010bd9622392a42140e3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_m0bnr\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jq0i5\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"trueblueink\", \"discussion_type\": null, \"num_comments\": 587, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/nextfuckinglevel/comments/15jq0i5/taekwondo_board_smashing_omg/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/sfgt51xvuhgb1\", \"subreddit_subscribers\": 8281269, \"created_utc\": 1691329480.0, \"num_crossposts\": 1, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/sfgt51xvuhgb1/DASH_720.mp4?source=fallback\", \"has_audio\": true, \"height\": 900, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/sfgt51xvuhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/sfgt51xvuhgb1/DASHPlaylist.mpd?a=1693938777%2CNmYwNDJmYTg3OTIyZDg3MDcwZDBhZjlkNjgyYmY1ZDg4NzBhMGZjMzZiMmU4ZGEzZjNjYmU0M2U1ZmE4YzkwMQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 53, \"hls_url\": \"https://v.redd.it/sfgt51xvuhgb1/HLSPlaylist.m3u8?a=1693938777%2CNDUxNTllNTJkNDc4OTU0MjUwOWI1NGE2N2U1MDkwY2MzNjVjNDc2NTAyNjMxMDQwMDNkNzNhNmQ3ZjFkNmFjNw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"hockey\", \"selftext\": \"\", \"author_fullname\": \"t2_mut9w\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 1, \"clicked\": false, \"title\": \"[Pittsburgh Penguins] WE HAVE BIG TRADE NEWS TO ANNOUNCE \\ud83d\\udea8 The Penguins have acquired defenseman Erik Karlsson, forward Rem Pitlick, forward Dillon Hamaliuk and a 2026 third-round draft pick in a three-team trade involving the San Jose Sharks and Montreal Canadiens.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/hockey\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jso4u\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": \"\", \"subreddit_type\": \"public\", \"ups\": 1655, \"total_awards_received\": 3, \"media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EWE HAVE BIG TRADE NEWS TO ANNOUNCE \\ud83d\\udea8\\u003Cbr\\u003E\\u003Cbr\\u003EThe Penguins have acquired defenseman Erik Karlsson, forward Rem Pitlick, forward Dillon Hamaliuk and a 2026 third-round draft pick in a three-team trade involving the San Jose Sharks and Montreal Canadiens.\\u003C/p\\u003E\\u0026mdash; Pittsburgh Penguins (@penguins) \\u003Ca href=\\\"https://twitter.com/penguins/status/1688213357734641664?ref_src=twsrc%5Etfw\\\"\\u003EAugust 6, 2023\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"height\": 200}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/penguins/status/1688213357734641664\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EWE HAVE BIG TRADE NEWS TO ANNOUNCE \\ud83d\\udea8\\u003Cbr\\u003E\\u003Cbr\\u003EThe Penguins have acquired defenseman Erik Karlsson, forward Rem Pitlick, forward Dillon Hamaliuk and a 2026 third-round draft pick in a three-team trade involving the San Jose Sharks and Montreal Canadiens.\\u003C/p\\u003E\\u0026mdash; Pittsburgh Penguins (@penguins) \\u003Ca href=\\\"https://twitter.com/penguins/status/1688213357734641664?ref_src=twsrc%5Etfw\\\"\\u003EAugust 6, 2023\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"Pittsburgh Penguins\", \"height\": null, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/penguins\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EWE HAVE BIG TRADE NEWS TO ANNOUNCE \\ud83d\\udea8\\u003Cbr\\u003E\\u003Cbr\\u003EThe Penguins have acquired defenseman Erik Karlsson, forward Rem Pitlick, forward Dillon Hamaliuk and a 2026 third-round draft pick in a three-team trade involving the San Jose Sharks and Montreal Canadiens.\\u003C/p\\u003E\\u0026mdash; Pittsburgh Penguins (@penguins) \\u003Ca href=\\\"https://twitter.com/penguins/status/1688213357734641664?ref_src=twsrc%5Etfw\\\"\\u003EAugust 6, 2023\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"width\": 350, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/15jso4u\", \"height\": 200}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1655, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": \"sheet6-col09-row10\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"PIT - NHL \"}, {\"a\": \":60910:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/4cdkza9ip7ab1_t5_2qiel/60910\"}], \"gildings\": {\"gid_2\": 1}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691336451.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"twitter.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://twitter.com/penguins/status/1688213357734641664?s=20\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/yhoEfJc_v2qxTjRO9DvKFOay04RUaWG3Q65YNXGYgJc.jpg?auto=webp\\u0026s=0ec3fe62408ed2e977037810714d1e322410af9b\", \"width\": 140, \"height\": 140}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/yhoEfJc_v2qxTjRO9DvKFOay04RUaWG3Q65YNXGYgJc.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=af4aa155fdc33b644a0a21978894abb70a8fac70\", \"width\": 108, \"height\": 108}], \"variants\": {}, \"id\": \"65zX0sek7IrkNm8mkektVBO5k2JdL7n3I1Lcep03-F8\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 500, \"id\": \"gid_2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 100, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\", \"days_of_premium\": 7, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives 100 Reddit Coins and a week of r/lounge access and ad-free browsing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Gold\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/gold_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/gold_512.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=978c93744e53b8c9305467a7be792e5c401eac6c\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d2ee343eef5048ad3add75d4a4d4e3922bb9565a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d216fd3a05c61d9fb75b27092844c546d958f14\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b76693f84fd19b04d0c0444a9812d812105e2d8f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=5353352ae9f443c353ef0b7725dabcfc1b3829a5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": \"t5_2qiel\", \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 1000, \"id\": \"award_8c7c7e79-01ad-4047-88ab-6f09d3f83a8a\", \"penny_donate\": null, \"award_sub_type\": \"COMMUNITY\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a3d5db61e46059d5a4ad705635860f2d16a969ae\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1b9130d791a28849519e394cc1c29cbfa1de9f7f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=3ff5cfd86c5317942b42e6baeb144df1f5db690f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c9f447a2f5a33cb6a396135d36e7c6319873f628\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c6eaa0d4013cf65b3f8f249cc6c85bde2a588685\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Celly Award and grants %{coin_symbol}200 Coins to the community. Exclusive to this community.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 200, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Celly\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=a3d5db61e46059d5a4ad705635860f2d16a969ae\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=1b9130d791a28849519e394cc1c29cbfa1de9f7f\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=3ff5cfd86c5317942b42e6baeb144df1f5db690f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=c9f447a2f5a33cb6a396135d36e7c6319873f628\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=c6eaa0d4013cf65b3f8f249cc6c85bde2a588685\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"community\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_2qiel/lon3nkldvaa31_Celly.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"PIT - NHL :60910:\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qiel\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jso4u\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ZombiePancake45\", \"discussion_type\": null, \"num_comments\": 795, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/hockey/comments/15jso4u/pittsburgh_penguins_we_have_big_trade_news_to/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://twitter.com/penguins/status/1688213357734641664?s=20\", \"subreddit_subscribers\": 1683866, \"created_utc\": 1691336451.0, \"num_crossposts\": 0, \"media\": {\"oembed\": {\"provider_url\": \"https://twitter.com\", \"url\": \"https://twitter.com/penguins/status/1688213357734641664\", \"html\": \"\\u003Cblockquote class=\\\"twitter-video\\\"\\u003E\\u003Cp lang=\\\"en\\\" dir=\\\"ltr\\\"\\u003EWE HAVE BIG TRADE NEWS TO ANNOUNCE \\ud83d\\udea8\\u003Cbr\\u003E\\u003Cbr\\u003EThe Penguins have acquired defenseman Erik Karlsson, forward Rem Pitlick, forward Dillon Hamaliuk and a 2026 third-round draft pick in a three-team trade involving the San Jose Sharks and Montreal Canadiens.\\u003C/p\\u003E\\u0026mdash; Pittsburgh Penguins (@penguins) \\u003Ca href=\\\"https://twitter.com/penguins/status/1688213357734641664?ref_src=twsrc%5Etfw\\\"\\u003EAugust 6, 2023\\u003C/a\\u003E\\u003C/blockquote\\u003E\\n\\u003Cscript async src=\\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C/script\\u003E\\n\", \"author_name\": \"Pittsburgh Penguins\", \"height\": null, \"width\": 350, \"version\": \"1.0\", \"author_url\": \"https://twitter.com/penguins\", \"provider_name\": \"Twitter\", \"cache_age\": 3153600000, \"type\": \"rich\"}, \"type\": \"twitter.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"worldnews\", \"selftext\": \"\", \"author_fullname\": \"t2_2pqvzp0x\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"A flightless parrot is returning to mainland New Zealand after a 40-year absence\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/worldnews\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jmlg6\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 7044, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 7044, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"default\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691318759.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"popsci.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.popsci.com/environment/kakapo-parrot-new-zealand/?fbclid=IwAR3uo_qJzXjeGgzg6TZlLvvYp8wwpg-4AbC7VvHUjW79GLoXB9bmgTyQz5Q\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/5uNizJLJx59aLOY5E4PMeoseIL_D_VieT4T2rscCLBs.jpg?auto=webp\\u0026s=b444b167b890aeb9316b8db3ba25c4e048dd9490\", \"width\": 2000, \"height\": 1125}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/5uNizJLJx59aLOY5E4PMeoseIL_D_VieT4T2rscCLBs.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=a85187163d0b449b50e7265fbd7546863bf2089c\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/5uNizJLJx59aLOY5E4PMeoseIL_D_VieT4T2rscCLBs.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=325b88c3ad16d9f822df8228b59b79cff5aad709\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/5uNizJLJx59aLOY5E4PMeoseIL_D_VieT4T2rscCLBs.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=e712bb1438c423e2d10d3702a45db81d4b3c5765\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/5uNizJLJx59aLOY5E4PMeoseIL_D_VieT4T2rscCLBs.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=3b74e4c243d736114512af56db324231e03c4167\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/5uNizJLJx59aLOY5E4PMeoseIL_D_VieT4T2rscCLBs.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=485274421b71a4430e8b5b07af402c3780590f30\", \"width\": 960, \"height\": 540}, {\"url\": \"https://external-preview.redd.it/5uNizJLJx59aLOY5E4PMeoseIL_D_VieT4T2rscCLBs.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=9e0d03f05065de89325efa73dd1180cdd9f49042\", \"width\": 1080, \"height\": 607}], \"variants\": {}, \"id\": \"jrOQtZ47C3qFkfqm5_EeKHLnZqFQKsbdvtC2TZYiEpI\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_69c94eb4-d6a3-48e7-9cf2-0f39fed8b87c\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Listen, get educated, and get involved.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Ally\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bb033b3352b6ece0954d279a56f99e16c67abe14\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=a8e1d0c2994e6e0b254fab1611d539a4fb94e38a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=723e4e932c9692ac61cf5b7509424c6ae1b5d220\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b7f0640e403ac0ef31236a4a0b7f3dc25de6046c\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ac954bb1a06af66bf9295bbfee4550443fb6f21d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/5nswjpyy44551_Ally.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh13\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jmlg6\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Free_Swimming\", \"discussion_type\": null, \"num_comments\": 262, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/worldnews/comments/15jmlg6/a_flightless_parrot_is_returning_to_mainland_new/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.popsci.com/environment/kakapo-parrot-new-zealand/?fbclid=IwAR3uo_qJzXjeGgzg6TZlLvvYp8wwpg-4AbC7VvHUjW79GLoXB9bmgTyQz5Q\", \"subreddit_subscribers\": 32577432, \"created_utc\": 1691318759.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"OldSchoolCool\", \"selftext\": \"\", \"author_fullname\": \"t2_14nikh\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"is_gallery\": true, \"title\": \"Found cool pictures from the 70's in previous bar-owners office after he passed.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/OldSchoolCool\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"media_metadata\": {\"8j6qsstdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 76, \"x\": 108, \"u\": \"https://preview.redd.it/8j6qsstdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=b95ebd6b2c212fbf9f4cb988aa53ced7f4a5be64\"}, {\"y\": 153, \"x\": 216, \"u\": \"https://preview.redd.it/8j6qsstdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=f3a33e391d1e5598045779ed38b4f11b14233168\"}, {\"y\": 226, \"x\": 320, \"u\": \"https://preview.redd.it/8j6qsstdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=16dd0437943178a22c9a1dd51fa7453442a85ba1\"}, {\"y\": 453, \"x\": 640, \"u\": \"https://preview.redd.it/8j6qsstdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=93414093ac8f3c84cbc4db5bb866ac5d3ac6dbb0\"}, {\"y\": 680, \"x\": 960, \"u\": \"https://preview.redd.it/8j6qsstdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=6d062a90a06535b3a63a9f717577cc6c68ca1a12\"}, {\"y\": 765, \"x\": 1080, \"u\": \"https://preview.redd.it/8j6qsstdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=9a16b41ddb201e13b26bb1577f6d7343e075a039\"}], \"s\": {\"y\": 2064, \"x\": 2912, \"u\": \"https://preview.redd.it/8j6qsstdcigb1.jpg?width=2912\\u0026format=pjpg\\u0026auto=webp\\u0026s=2c0623b797afe219cff075b8df2029e285441873\"}, \"id\": \"8j6qsstdcigb1\"}, \"2qkggptdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 152, \"x\": 108, \"u\": \"https://preview.redd.it/2qkggptdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=d1a6a1868f73fd2f83536275f2aa703b7eb4c54f\"}, {\"y\": 304, \"x\": 216, \"u\": \"https://preview.redd.it/2qkggptdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=9114a9213bc043b8b48ccac733cb14efebf95f22\"}, {\"y\": 450, \"x\": 320, \"u\": \"https://preview.redd.it/2qkggptdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=f39c7f28c8e54bc36798f17b46c5799452b5bb9a\"}, {\"y\": 901, \"x\": 640, \"u\": \"https://preview.redd.it/2qkggptdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e36e2fff70d02a497168fcd73f910942b9cd0765\"}, {\"y\": 1351, \"x\": 960, \"u\": \"https://preview.redd.it/2qkggptdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=fc5c438d2d7df238c63d11d0d817ad56eadd29cc\"}, {\"y\": 1520, \"x\": 1080, \"u\": \"https://preview.redd.it/2qkggptdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=f57da03b43a3fb9d2de9bbf3907b44fa4b3ea419\"}], \"s\": {\"y\": 2919, \"x\": 2073, \"u\": \"https://preview.redd.it/2qkggptdcigb1.jpg?width=2073\\u0026format=pjpg\\u0026auto=webp\\u0026s=2b486f8e5e90abf794fe8f14d74a325ac08eb4c3\"}, \"id\": \"2qkggptdcigb1\"}, \"94rb9stdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 76, \"x\": 108, \"u\": \"https://preview.redd.it/94rb9stdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=c8b5cce2a492883f39eb433a2f428300afba3b0c\"}, {\"y\": 152, \"x\": 216, \"u\": \"https://preview.redd.it/94rb9stdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=39406a373cd526281ca2ce96a9468179e31a6519\"}, {\"y\": 225, \"x\": 320, \"u\": \"https://preview.redd.it/94rb9stdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=6f0416ca46367889a5c717bc129b1dc7c0697b8d\"}, {\"y\": 451, \"x\": 640, \"u\": \"https://preview.redd.it/94rb9stdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=9272d86db6212614e8b4af0480cfd73d3a7047a1\"}, {\"y\": 677, \"x\": 960, \"u\": \"https://preview.redd.it/94rb9stdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=b2e3a86295ae3790e31eb141b42319f5962c7e69\"}, {\"y\": 761, \"x\": 1080, \"u\": \"https://preview.redd.it/94rb9stdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=54544d573b1747189affdd4b24c6e701dac0856b\"}], \"s\": {\"y\": 2063, \"x\": 2924, \"u\": \"https://preview.redd.it/94rb9stdcigb1.jpg?width=2924\\u0026format=pjpg\\u0026auto=webp\\u0026s=fee91f46000be729dd47b4d9c47c99eeff0855da\"}, \"id\": \"94rb9stdcigb1\"}, \"7alppltdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 151, \"x\": 108, \"u\": \"https://preview.redd.it/7alppltdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=73658232f667f1f0baa931537193c86446e05153\"}, {\"y\": 302, \"x\": 216, \"u\": \"https://preview.redd.it/7alppltdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=cd99de8f570baa78030cd6f0c4d15ef16c00e8ac\"}, {\"y\": 448, \"x\": 320, \"u\": \"https://preview.redd.it/7alppltdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=2053a17b0366432e8d128564013388bc6753acfe\"}, {\"y\": 896, \"x\": 640, \"u\": \"https://preview.redd.it/7alppltdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=70d80a89a5b87208ab99ff50ef8d133b8fd84888\"}, {\"y\": 1344, \"x\": 960, \"u\": \"https://preview.redd.it/7alppltdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=a5bbcc5fbc7049826dd36de4e6b66af414b680f7\"}, {\"y\": 1512, \"x\": 1080, \"u\": \"https://preview.redd.it/7alppltdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=f19797416e9bd688d1ab9b89625b9993aef633b5\"}], \"s\": {\"y\": 2909, \"x\": 2077, \"u\": \"https://preview.redd.it/7alppltdcigb1.jpg?width=2077\\u0026format=pjpg\\u0026auto=webp\\u0026s=e3d46e9f4a3b967a9f74185f746d854c02da0341\"}, \"id\": \"7alppltdcigb1\"}, \"c5kxuntdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 75, \"x\": 108, \"u\": \"https://preview.redd.it/c5kxuntdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=60a5f2b1ad2658f06bb44fb94e4fae4f452eb941\"}, {\"y\": 151, \"x\": 216, \"u\": \"https://preview.redd.it/c5kxuntdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=11b713f45fbedcff9bac53df86a9b4c8cc8b3b50\"}, {\"y\": 224, \"x\": 320, \"u\": \"https://preview.redd.it/c5kxuntdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=9ffdae6948a8e9599728c5b111b6b6db9649a65d\"}, {\"y\": 449, \"x\": 640, \"u\": \"https://preview.redd.it/c5kxuntdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=08ddec6a9c06e62775b8fa778ea080ef86c31378\"}, {\"y\": 674, \"x\": 960, \"u\": \"https://preview.redd.it/c5kxuntdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=19574a7a9956690d6beef7c71b48bcc2ba38f43f\"}, {\"y\": 759, \"x\": 1080, \"u\": \"https://preview.redd.it/c5kxuntdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=8c19919a46844dd76ebf76afddf7a3dd038a9ce0\"}], \"s\": {\"y\": 2059, \"x\": 2929, \"u\": \"https://preview.redd.it/c5kxuntdcigb1.jpg?width=2929\\u0026format=pjpg\\u0026auto=webp\\u0026s=1e402ea26da9a4a4bc645c9921f5672a3f1eb6c7\"}, \"id\": \"c5kxuntdcigb1\"}, \"0p56gotdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 152, \"x\": 108, \"u\": \"https://preview.redd.it/0p56gotdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=2f74b6c67ac98d06eb0ae0ec87c2744f19d0d9fa\"}, {\"y\": 305, \"x\": 216, \"u\": \"https://preview.redd.it/0p56gotdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=b16e316ed2230ce820638f8eb9beb1b8f3f79807\"}, {\"y\": 451, \"x\": 320, \"u\": \"https://preview.redd.it/0p56gotdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=5d7946b3d5c714234e84f605d7cd8dfe7732b83e\"}, {\"y\": 903, \"x\": 640, \"u\": \"https://preview.redd.it/0p56gotdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=4059e506a8a63a21de7f63efc2d6623975f6dd47\"}, {\"y\": 1355, \"x\": 960, \"u\": \"https://preview.redd.it/0p56gotdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=304ddf7f6db1610bff57566167066550583a759a\"}, {\"y\": 1525, \"x\": 1080, \"u\": \"https://preview.redd.it/0p56gotdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=82b542213494440df657b2aac0d26d3ae4c7354a\"}], \"s\": {\"y\": 2919, \"x\": 2067, \"u\": \"https://preview.redd.it/0p56gotdcigb1.jpg?width=2067\\u0026format=pjpg\\u0026auto=webp\\u0026s=f7823845ad24d603e66e3771f9db13659c7daa02\"}, \"id\": \"0p56gotdcigb1\"}, \"dnt0urtdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 76, \"x\": 108, \"u\": \"https://preview.redd.it/dnt0urtdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=244fffd06289f0aacabdfda060c9b04e8ce7dc6d\"}, {\"y\": 153, \"x\": 216, \"u\": \"https://preview.redd.it/dnt0urtdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=9cef7766de814530598f49da1828cf013f078d56\"}, {\"y\": 226, \"x\": 320, \"u\": \"https://preview.redd.it/dnt0urtdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=0b67d39abefc66ef6c9f6613b6fc3a77157478b2\"}, {\"y\": 453, \"x\": 640, \"u\": \"https://preview.redd.it/dnt0urtdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=46dbc346474c4aa90538c72f9e33d9da26b534f8\"}, {\"y\": 680, \"x\": 960, \"u\": \"https://preview.redd.it/dnt0urtdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=4de0271652c73cd28b8cde4a1ce2199959f0aeb6\"}, {\"y\": 765, \"x\": 1080, \"u\": \"https://preview.redd.it/dnt0urtdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=c45321ab60a8685bc224b4edb3fcf04f0b59747e\"}], \"s\": {\"y\": 2064, \"x\": 2912, \"u\": \"https://preview.redd.it/dnt0urtdcigb1.jpg?width=2912\\u0026format=pjpg\\u0026auto=webp\\u0026s=50bb48994253a188914f5aaa3249d96eba232870\"}, \"id\": \"dnt0urtdcigb1\"}, \"bpbwqltdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 153, \"x\": 108, \"u\": \"https://preview.redd.it/bpbwqltdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=3c079431fc0021d312fe5317327ee068f1289dcf\"}, {\"y\": 306, \"x\": 216, \"u\": \"https://preview.redd.it/bpbwqltdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=a0d18c23a2001f7f6221c820705f77d2ddea2b0e\"}, {\"y\": 453, \"x\": 320, \"u\": \"https://preview.redd.it/bpbwqltdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=71c8d499662932fae529577610572ace697d94f8\"}, {\"y\": 907, \"x\": 640, \"u\": \"https://preview.redd.it/bpbwqltdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=1c7a7ba1f486cadd7ec0e9ea7a3e34eb5bd7170e\"}, {\"y\": 1360, \"x\": 960, \"u\": \"https://preview.redd.it/bpbwqltdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=b138675e11386c7a43ca342cf52e529ced119007\"}, {\"y\": 1530, \"x\": 1080, \"u\": \"https://preview.redd.it/bpbwqltdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=2939630b3455d5ac991d21685be49b2d1ce8a5a1\"}], \"s\": {\"y\": 2931, \"x\": 2068, \"u\": \"https://preview.redd.it/bpbwqltdcigb1.jpg?width=2068\\u0026format=pjpg\\u0026auto=webp\\u0026s=d6935c7c8900fde34961dcff2fd43efdca959aa0\"}, \"id\": \"bpbwqltdcigb1\"}, \"ih800rtdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 76, \"x\": 108, \"u\": \"https://preview.redd.it/ih800rtdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=3e3d6fa9426225b2b4e193cee03ab7014e587d60\"}, {\"y\": 152, \"x\": 216, \"u\": \"https://preview.redd.it/ih800rtdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=10fcef43faed80a59618b4f8670dcf6987182063\"}, {\"y\": 225, \"x\": 320, \"u\": \"https://preview.redd.it/ih800rtdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=cd57bb255fe8e4c173ba88cf3c442ad81bdeecc2\"}, {\"y\": 450, \"x\": 640, \"u\": \"https://preview.redd.it/ih800rtdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=a67d94b3f21f8987713ec381fa074effd99bdcbc\"}, {\"y\": 675, \"x\": 960, \"u\": \"https://preview.redd.it/ih800rtdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=5bd842d373f522c84284e4c62cd5712ec311925c\"}, {\"y\": 760, \"x\": 1080, \"u\": \"https://preview.redd.it/ih800rtdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=63f9579ed0af00be4a8e973d8c09a1c091879d39\"}], \"s\": {\"y\": 2058, \"x\": 2924, \"u\": \"https://preview.redd.it/ih800rtdcigb1.jpg?width=2924\\u0026format=pjpg\\u0026auto=webp\\u0026s=079c95526e284871b9ca4d067bfbcd7bc3c58673\"}, \"id\": \"ih800rtdcigb1\"}, \"uoapkptdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 152, \"x\": 108, \"u\": \"https://preview.redd.it/uoapkptdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=08ed01b72a2b47294f8d3abd33129f918ff127d4\"}, {\"y\": 304, \"x\": 216, \"u\": \"https://preview.redd.it/uoapkptdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=ee272e7813142b59986f023f47803e11498f51cb\"}, {\"y\": 451, \"x\": 320, \"u\": \"https://preview.redd.it/uoapkptdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=1b809c3c44e00534eed952c6e74bc7ff6c733b38\"}, {\"y\": 903, \"x\": 640, \"u\": \"https://preview.redd.it/uoapkptdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=499dfca4b141bb05330c57bba515df3d4b6736d0\"}, {\"y\": 1355, \"x\": 960, \"u\": \"https://preview.redd.it/uoapkptdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=de27278db84f1cbb9075dda42fdb77c18e767e73\"}, {\"y\": 1524, \"x\": 1080, \"u\": \"https://preview.redd.it/uoapkptdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=345fcd1cdb7f45b6bb4629214ddf77ef552fc43c\"}], \"s\": {\"y\": 2920, \"x\": 2068, \"u\": \"https://preview.redd.it/uoapkptdcigb1.jpg?width=2068\\u0026format=pjpg\\u0026auto=webp\\u0026s=c0fc80ce3543006faa745f3d9a538121f6fc2c89\"}, \"id\": \"uoapkptdcigb1\"}, \"a1fp4stdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 75, \"x\": 108, \"u\": \"https://preview.redd.it/a1fp4stdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=9ad7a7d2eb362ef4c9d982bbc136c05f5aaf14a2\"}, {\"y\": 151, \"x\": 216, \"u\": \"https://preview.redd.it/a1fp4stdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=f3c7356ef93e0321a9569189798871b05aa1c8c8\"}, {\"y\": 224, \"x\": 320, \"u\": \"https://preview.redd.it/a1fp4stdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=1b8f5181239f91a857c0585b7627eb40bbe536ed\"}, {\"y\": 449, \"x\": 640, \"u\": \"https://preview.redd.it/a1fp4stdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=2e9b986be6181683038558eb1669a58e3d86ba20\"}, {\"y\": 674, \"x\": 960, \"u\": \"https://preview.redd.it/a1fp4stdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=6bde3d8c27baa96d7f45379f8c3b66fc9a8576a6\"}, {\"y\": 758, \"x\": 1080, \"u\": \"https://preview.redd.it/a1fp4stdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=dc25f7425fffd5a7ca88b080d22e8d4990820129\"}], \"s\": {\"y\": 2062, \"x\": 2935, \"u\": \"https://preview.redd.it/a1fp4stdcigb1.jpg?width=2935\\u0026format=pjpg\\u0026auto=webp\\u0026s=d62272cf41a4e1d637e55ce57eaec53434bf9540\"}, \"id\": \"a1fp4stdcigb1\"}, \"ltvo3ntdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 76, \"x\": 108, \"u\": \"https://preview.redd.it/ltvo3ntdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=acd6953b383caf73e7f11d1bb1443cfcf1be72b4\"}, {\"y\": 152, \"x\": 216, \"u\": \"https://preview.redd.it/ltvo3ntdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=e47fe807d269ab4b895e278e21e17539a4a98d05\"}, {\"y\": 225, \"x\": 320, \"u\": \"https://preview.redd.it/ltvo3ntdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=06c2ea45b22548a04f34882f98214732ead45bf6\"}, {\"y\": 450, \"x\": 640, \"u\": \"https://preview.redd.it/ltvo3ntdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=1621f0c3854b8762628258332370275c46f3570a\"}, {\"y\": 675, \"x\": 960, \"u\": \"https://preview.redd.it/ltvo3ntdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=be59ed4700af78940ae0f2bde3904f8cc6720886\"}, {\"y\": 760, \"x\": 1080, \"u\": \"https://preview.redd.it/ltvo3ntdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=f361eee031c3ec5ca04fff78c081302c8cc3de4f\"}], \"s\": {\"y\": 2063, \"x\": 2931, \"u\": \"https://preview.redd.it/ltvo3ntdcigb1.jpg?width=2931\\u0026format=pjpg\\u0026auto=webp\\u0026s=078a88cdf1849ab4ef23cbdda6733a37e51a8dca\"}, \"id\": \"ltvo3ntdcigb1\"}, \"75daimtdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 76, \"x\": 108, \"u\": \"https://preview.redd.it/75daimtdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=aa28e550870e1f44f9e203919730c17649a06154\"}, {\"y\": 152, \"x\": 216, \"u\": \"https://preview.redd.it/75daimtdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=262b9240c7f83b1e44cd94466e44a62f6c0155a9\"}, {\"y\": 226, \"x\": 320, \"u\": \"https://preview.redd.it/75daimtdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=bb081ee1ffec300766244fe0b3565297dc3b4ce9\"}, {\"y\": 452, \"x\": 640, \"u\": \"https://preview.redd.it/75daimtdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=8e7d03b75d9bebb565734e05bbff9931e3b8f2be\"}, {\"y\": 679, \"x\": 960, \"u\": \"https://preview.redd.it/75daimtdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=b2e7b100c72e04c2fdd947687a8272f9bbd0ae50\"}, {\"y\": 764, \"x\": 1080, \"u\": \"https://preview.redd.it/75daimtdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=f6a34c5008c92e8a66994e6a9283603817817552\"}], \"s\": {\"y\": 2062, \"x\": 2914, \"u\": \"https://preview.redd.it/75daimtdcigb1.jpg?width=2914\\u0026format=pjpg\\u0026auto=webp\\u0026s=728c640edff280fb1b9c1d2ddc817d89ec51902c\"}, \"id\": \"75daimtdcigb1\"}, \"l5i92qtdcigb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 76, \"x\": 108, \"u\": \"https://preview.redd.it/l5i92qtdcigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=09f6643118237e0b3913c9ade3e42cb5f0627553\"}, {\"y\": 152, \"x\": 216, \"u\": \"https://preview.redd.it/l5i92qtdcigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=f31360b6c07a39b6b0973c67ea31cbcba8bc26ae\"}, {\"y\": 225, \"x\": 320, \"u\": \"https://preview.redd.it/l5i92qtdcigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=3a30aded1b7d8e91a710498d55dc1f7d9cd28112\"}, {\"y\": 451, \"x\": 640, \"u\": \"https://preview.redd.it/l5i92qtdcigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=4c600cc50d87ad91d1585fd24abe78b46f1ad32f\"}, {\"y\": 677, \"x\": 960, \"u\": \"https://preview.redd.it/l5i92qtdcigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=139025eb6805e3ec7e6fca17eaa20b70bbe73832\"}, {\"y\": 761, \"x\": 1080, \"u\": \"https://preview.redd.it/l5i92qtdcigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=f3c3ca805c4a4cb29c4b71a4b80b3d7a0de0fe78\"}], \"s\": {\"y\": 2062, \"x\": 2923, \"u\": \"https://preview.redd.it/l5i92qtdcigb1.jpg?width=2923\\u0026format=pjpg\\u0026auto=webp\\u0026s=d56b3953385a136c90ec0ae815ea68ecf5a5f04d\"}, \"id\": \"l5i92qtdcigb1\"}}, \"name\": \"t3_15js9ac\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"ups\": 3085, \"domain\": \"reddit.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"gallery_data\": {\"items\": [{\"media_id\": \"7alppltdcigb1\", \"id\": 311792314}, {\"media_id\": \"bpbwqltdcigb1\", \"id\": 311792315}, {\"media_id\": \"0p56gotdcigb1\", \"id\": 311792316}, {\"media_id\": \"2qkggptdcigb1\", \"id\": 311792317}, {\"media_id\": \"uoapkptdcigb1\", \"id\": 311792318}, {\"media_id\": \"ltvo3ntdcigb1\", \"id\": 311792320}, {\"media_id\": \"c5kxuntdcigb1\", \"id\": 311792321}, {\"media_id\": \"ih800rtdcigb1\", \"id\": 311792323}, {\"media_id\": \"94rb9stdcigb1\", \"id\": 311792325}, {\"media_id\": \"dnt0urtdcigb1\", \"id\": 311792327}, {\"media_id\": \"8j6qsstdcigb1\", \"id\": 311792329}, {\"media_id\": \"a1fp4stdcigb1\", \"id\": 311792331}, {\"media_id\": \"l5i92qtdcigb1\", \"id\": 311792332}, {\"media_id\": \"75daimtdcigb1\", \"id\": 311792333}]}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 3085, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/necnhIj8PshiytYOz4yNFNWipr4VA-AFB2tLj0StRvY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691335415.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.reddit.com/gallery/15js9ac\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2tycb\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15js9ac\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"lTSONLYAGAME\", \"discussion_type\": null, \"num_comments\": 203, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/OldSchoolCool/comments/15js9ac/found_cool_pictures_from_the_70s_in_previous/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/gallery/15js9ac\", \"subreddit_subscribers\": 18110405, \"created_utc\": 1691335415.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"canada\", \"selftext\": \"\", \"author_fullname\": \"t2_77dsiktgq\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Two-thirds of Canadians say now is poor time for carbon tax increase: Nanos\", \"link_flair_richtext\": [{\"a\": \":Canada:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/7pr3b9g1fyv11_t5_2qh68/Canada\"}, {\"e\": \"text\", \"t\": \" National News\"}], \"subreddit_name_prefixed\": \"r/canada\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"m-National News\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jq8ea\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.83, \"author_flair_background_color\": \"#dadada\", \"ups\": 876, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"6690d26a-b4e7-11e2-a7d3-12313d1841d1\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \":Canada: National News\", \"can_mod_post\": false, \"score\": 876, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/f4IyVF-LjmI5j8ASvWHkf0BF4TC5IlNGvU0pjR7H3sw.jpg\", \"edited\": false, \"author_flair_css_class\": \"BC\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"British Columbia \"}, {\"a\": \":BC:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/kde20wcncyv11_t5_2qh68/BC\"}], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691330096.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"ctvnews.ca\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.ctvnews.ca/canada/two-thirds-of-canadians-say-now-is-poor-time-for-carbon-tax-increase-nanos-1.6507795\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/-g7weR5LRO2LYgHWxQM7bsWHloLVnLO2LTFN6HzlOpo.jpg?auto=webp\\u0026s=cabee4a5fc8cc04ed175bc4cfa8f27226090b34c\", \"width\": 1020, \"height\": 573}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/-g7weR5LRO2LYgHWxQM7bsWHloLVnLO2LTFN6HzlOpo.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=7529c5a692d1afb50e701c4bc4963deace80c8fa\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/-g7weR5LRO2LYgHWxQM7bsWHloLVnLO2LTFN6HzlOpo.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=3f65ca77b9156d161549efae002458224e9b4de9\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/-g7weR5LRO2LYgHWxQM7bsWHloLVnLO2LTFN6HzlOpo.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=84cf0411d8cc0e0ed5be615e8bb7ef33844b75cc\", \"width\": 320, \"height\": 179}, {\"url\": \"https://external-preview.redd.it/-g7weR5LRO2LYgHWxQM7bsWHloLVnLO2LTFN6HzlOpo.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=7aae0967f2ccfce1fefb3834f73e1733c266755d\", \"width\": 640, \"height\": 359}, {\"url\": \"https://external-preview.redd.it/-g7weR5LRO2LYgHWxQM7bsWHloLVnLO2LTFN6HzlOpo.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=5d4134669a874012255827bb01b35744298a3282\", \"width\": 960, \"height\": 539}], \"variants\": {}, \"id\": \"NqvaXWUhIC4HbxOR-jKsDaJ5dVJIjz873pBl-ahC1co\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"eb1801e6-11fa-11e8-9baf-0e3363fda33e\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"British Columbia :BC:\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh68\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#edeff1\", \"id\": \"15jq8ea\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"HanSolo5643\", \"discussion_type\": null, \"num_comments\": 837, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/canada/comments/15jq8ea/twothirds_of_canadians_say_now_is_poor_time_for/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.ctvnews.ca/canada/two-thirds-of-canadians-say-now-is-poor-time-for-carbon-tax-increase-nanos-1.6507795\", \"subreddit_subscribers\": 1887981, \"created_utc\": 1691330096.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"natureismetal\", \"selftext\": \"\", \"author_fullname\": \"t2_13o61uis\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Bear peels the skin off a living salmon like a banana\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"During the Hunt\"}], \"subreddit_name_prefixed\": \"r/natureismetal\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": \"article\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jrg70\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"ups\": 3147, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"During the Hunt\", \"can_mod_post\": false, \"score\": 3147, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"nsfw\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691333330.0, \"link_flair_type\": \"richtext\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/cbsj1pic6igb1.gif\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": true, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?format=png8\\u0026s=e0e3b21a0180171d68e5d2aadf5d03d1e97457cd\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=108\\u0026crop=smart\\u0026format=png8\\u0026s=ba2f0d9dd3d8f48b184cb1580cc98f1fc5a5a374\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=216\\u0026crop=smart\\u0026format=png8\\u0026s=1ae5d7fc7147335993555531a5d9d3c359e91a50\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=320\\u0026crop=smart\\u0026format=png8\\u0026s=e42e47919c07edb67745931eeb95afa603fe5013\", \"width\": 320, \"height\": 320}], \"variants\": {\"obfuscated\": {\"source\": {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?blur=40\\u0026format=png8\\u0026s=a2eb1fb1b07bada6a5d9832bfa9e9162e35ccb17\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=108\\u0026crop=smart\\u0026blur=10\\u0026format=png8\\u0026s=e0742f8d7c4786d679bc7e579bc0b9356cc0bea2\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=216\\u0026crop=smart\\u0026blur=21\\u0026format=png8\\u0026s=0ec910f46ea3c98af476cda23f76df0bd1d3b8be\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=320\\u0026crop=smart\\u0026blur=32\\u0026format=png8\\u0026s=5837fc2ac602afd29dda104014e64b4419abb5f2\", \"width\": 320, \"height\": 320}]}, \"gif\": {\"source\": {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?s=46a225ca91ea845bb93c5613d24c43c6561a0ebe\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=108\\u0026crop=smart\\u0026s=beed756e3a2e8503e7406df73b5e5be545fcb051\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=216\\u0026crop=smart\\u0026s=c63613d9f337c601f93d573324ff5c07dfafae3a\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=320\\u0026crop=smart\\u0026s=cb6b6c1460a7690852cac01f82b6f0ff4f4a6b9b\", \"width\": 320, \"height\": 320}]}, \"mp4\": {\"source\": {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?format=mp4\\u0026s=1194f28ffc66523193846a82a5819ac0b38f8251\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=108\\u0026format=mp4\\u0026s=ea6c39167f10b1b1a97337772f43f293b4160dc5\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=216\\u0026format=mp4\\u0026s=21bbc5024912a4da66ddf04e46225892b8c7648c\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=320\\u0026format=mp4\\u0026s=17c99386b57e3bc10ebb1962ca3e747ff63b39a8\", \"width\": 320, \"height\": 320}]}, \"nsfw\": {\"source\": {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?blur=40\\u0026format=png8\\u0026s=a2eb1fb1b07bada6a5d9832bfa9e9162e35ccb17\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=108\\u0026crop=smart\\u0026blur=10\\u0026format=png8\\u0026s=e0742f8d7c4786d679bc7e579bc0b9356cc0bea2\", \"width\": 108, \"height\": 108}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=216\\u0026crop=smart\\u0026blur=21\\u0026format=png8\\u0026s=0ec910f46ea3c98af476cda23f76df0bd1d3b8be\", \"width\": 216, \"height\": 216}, {\"url\": \"https://preview.redd.it/cbsj1pic6igb1.gif?width=320\\u0026crop=smart\\u0026blur=32\\u0026format=png8\\u0026s=5837fc2ac602afd29dda104014e64b4419abb5f2\", \"width\": 320, \"height\": 320}]}}, \"id\": \"86u5C8xnv44t5DwBJ821WkuuSUz00IHzi0TjXef1Zok\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"901089a2-3c7c-11e7-b994-0e47af01cc64\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_324zi\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jrg70\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ihavebirb\", \"discussion_type\": null, \"num_comments\": 168, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/natureismetal/comments/15jrg70/bear_peels_the_skin_off_a_living_salmon_like_a/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://i.redd.it/cbsj1pic6igb1.gif\", \"subreddit_subscribers\": 2424596, \"created_utc\": 1691333330.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"WhitePeopleTwitter\", \"selftext\": \"\", \"author_fullname\": \"t2_een4q\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Did this happen?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/WhitePeopleTwitter\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jp672\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 10472, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 10472, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/JhmIznRc5JCF8JvuCB5ngRGKNqcxeJxTkUA21DZq_zY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691327056.0, \"link_flair_type\": \"text\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/90l2tfwonhgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/90l2tfwonhgb1.jpg?auto=webp\\u0026s=def0ab7a415a2289ee62195e6585810bbc0bf619\", \"width\": 1284, \"height\": 2163}, \"resolutions\": [{\"url\": \"https://preview.redd.it/90l2tfwonhgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=a8d853338ca9844b62b8ec16992f3d222a3a4afc\", \"width\": 108, \"height\": 181}, {\"url\": \"https://preview.redd.it/90l2tfwonhgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=bdff6e4f2fadd739cd58065505ef291c91aec014\", \"width\": 216, \"height\": 363}, {\"url\": \"https://preview.redd.it/90l2tfwonhgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=b7b191bb19e75eb512804f629d248945b608547e\", \"width\": 320, \"height\": 539}, {\"url\": \"https://preview.redd.it/90l2tfwonhgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=069b0fcbdc6e6ff0e18cf614f8381b1302f3769a\", \"width\": 640, \"height\": 1078}, {\"url\": \"https://preview.redd.it/90l2tfwonhgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=ad0b213695451c1beb4e2a3e62adf79e317bb209\", \"width\": 960, \"height\": 1617}, {\"url\": \"https://preview.redd.it/90l2tfwonhgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=b0c4366e0d6350bddb5dfc47e31d3bbb89d5866d\", \"width\": 1080, \"height\": 1819}], \"variants\": {}, \"id\": \"MJVi4JmNKeCvuf3JEE_2NEniOSqxJk8PW25Af5Xc95g\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_35n7t\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jp672\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"davey_b\", \"discussion_type\": null, \"num_comments\": 1019, \"send_replies\": false, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/WhitePeopleTwitter/comments/15jp672/did_this_happen/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://i.redd.it/90l2tfwonhgb1.jpg\", \"subreddit_subscribers\": 3032656, \"created_utc\": 1691327056.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"nba\", \"selftext\": \"\", \"author_fullname\": \"t2_zssizqh\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Isaiah Stewart goes nuclear for an entire minute and a half after taking a LeBron elbow to the face\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/nba\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jptzr\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": \"#edeff1\", \"subreddit_type\": \"public\", \"ups\": 2759, \"total_awards_received\": 0, \"media_embed\": {\"content\": \"\\u003Ciframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Frakssr\\u0026display_name=Streamable\\u0026url=https%3A%2F%2Fstreamable.com%2Frakssr\\u0026image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Frakssr.jpg%3FExpires%3D1691588160%26Signature%3DlQHTgF6kHu5ZIzNg1a59pqUuNR46I0IHnnAbICbefmJJ3yLAGlqTHoNL3qfLUwjEHDMfsT0IQCCkZP3y4RhCHWfS6UqJXu08cze4tvqCFvoKbtNyVs9txp4FnGtiQ0xl09Nme82t0vWVqxjQME9dv%7Efnl56jQUimBFK3cFw0tmqaK8UyTsN-Tztk8%7EXBC-VPWd1-F18Hdy8IUYEKgP3Fd5DunBxsDq3pe7UeV5maHNCIyP5MNoZ5iFg6vUP3-EE6SrzlgxlIdvzvHBBF3RMdseOlJ97l40QWlkekVhMzJeV4DTQPwX6Utf15ueAX1R7z8thU3XnDGoPUwEISli7jSg__%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ\\u0026key=2aa3c4d5f3de4f5b9120b660ad850dc9\\u0026type=text%2Fhtml\\u0026schema=streamable\\\" width=\\\"600\\\" height=\\\"338\\\" scrolling=\\\"no\\\" title=\\\"Streamable embed\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; encrypted-media; picture-in-picture;\\\" allowfullscreen=\\\"true\\\"\\u003E\\u003C/iframe\\u003E\", \"width\": 600, \"scrolling\": false, \"height\": 338}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"be3d3cda-3feb-11e8-88e1-0e5f55d58ce0\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"https://streamable.com\", \"description\": \"Watch this video on Streamable.\", \"title\": \"Streamable Video\", \"thumbnail_width\": 1280, \"height\": 338, \"width\": 600, \"html\": \"\\u003Ciframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Frakssr\\u0026display_name=Streamable\\u0026url=https%3A%2F%2Fstreamable.com%2Frakssr\\u0026image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Frakssr.jpg%3FExpires%3D1691588160%26Signature%3DlQHTgF6kHu5ZIzNg1a59pqUuNR46I0IHnnAbICbefmJJ3yLAGlqTHoNL3qfLUwjEHDMfsT0IQCCkZP3y4RhCHWfS6UqJXu08cze4tvqCFvoKbtNyVs9txp4FnGtiQ0xl09Nme82t0vWVqxjQME9dv%7Efnl56jQUimBFK3cFw0tmqaK8UyTsN-Tztk8%7EXBC-VPWd1-F18Hdy8IUYEKgP3Fd5DunBxsDq3pe7UeV5maHNCIyP5MNoZ5iFg6vUP3-EE6SrzlgxlIdvzvHBBF3RMdseOlJ97l40QWlkekVhMzJeV4DTQPwX6Utf15ueAX1R7z8thU3XnDGoPUwEISli7jSg__%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ\\u0026key=2aa3c4d5f3de4f5b9120b660ad850dc9\\u0026type=text%2Fhtml\\u0026schema=streamable\\\" width=\\\"600\\\" height=\\\"338\\\" scrolling=\\\"no\\\" title=\\\"Streamable embed\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; encrypted-media; picture-in-picture;\\\" allowfullscreen=\\\"true\\\"\\u003E\\u003C/iframe\\u003E\", \"version\": \"1.0\", \"provider_name\": \"Streamable\", \"thumbnail_url\": \"https://cdn-cf-east.streamable.com/image/rakssr.jpg?Expires=1691588160\\u0026Signature=lQHTgF6kHu5ZIzNg1a59pqUuNR46I0IHnnAbICbefmJJ3yLAGlqTHoNL3qfLUwjEHDMfsT0IQCCkZP3y4RhCHWfS6UqJXu08cze4tvqCFvoKbtNyVs9txp4FnGtiQ0xl09Nme82t0vWVqxjQME9dv~fnl56jQUimBFK3cFw0tmqaK8UyTsN-Tztk8~XBC-VPWd1-F18Hdy8IUYEKgP3Fd5DunBxsDq3pe7UeV5maHNCIyP5MNoZ5iFg6vUP3-EE6SrzlgxlIdvzvHBBF3RMdseOlJ97l40QWlkekVhMzJeV4DTQPwX6Utf15ueAX1R7z8thU3XnDGoPUwEISli7jSg__\\u0026Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ\", \"type\": \"video\", \"thumbnail_height\": 720}, \"type\": \"streamable.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"\\u003Ciframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Frakssr\\u0026display_name=Streamable\\u0026url=https%3A%2F%2Fstreamable.com%2Frakssr\\u0026image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Frakssr.jpg%3FExpires%3D1691588160%26Signature%3DlQHTgF6kHu5ZIzNg1a59pqUuNR46I0IHnnAbICbefmJJ3yLAGlqTHoNL3qfLUwjEHDMfsT0IQCCkZP3y4RhCHWfS6UqJXu08cze4tvqCFvoKbtNyVs9txp4FnGtiQ0xl09Nme82t0vWVqxjQME9dv%7Efnl56jQUimBFK3cFw0tmqaK8UyTsN-Tztk8%7EXBC-VPWd1-F18Hdy8IUYEKgP3Fd5DunBxsDq3pe7UeV5maHNCIyP5MNoZ5iFg6vUP3-EE6SrzlgxlIdvzvHBBF3RMdseOlJ97l40QWlkekVhMzJeV4DTQPwX6Utf15ueAX1R7z8thU3XnDGoPUwEISli7jSg__%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ\\u0026key=2aa3c4d5f3de4f5b9120b660ad850dc9\\u0026type=text%2Fhtml\\u0026schema=streamable\\\" width=\\\"600\\\" height=\\\"338\\\" scrolling=\\\"no\\\" title=\\\"Streamable embed\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; encrypted-media; picture-in-picture;\\\" allowfullscreen=\\\"true\\\"\\u003E\\u003C/iframe\\u003E\", \"width\": 600, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/15jptzr\", \"height\": 338}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 2759, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/MbV4ydVajtzzus4DzMebKcR0L1SvrWHsM52NnRH8rr0.jpg\", \"edited\": false, \"author_flair_css_class\": \"ChaHornets4\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"[CHO] Terry Rozier\"}], \"gildings\": {}, \"post_hint\": \"rich:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691328965.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"streamable.com\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://streamable.com/rakssr\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/GNjetO5-HtKXwDjzl0EZrQcRhnZ7GSuMEZf5cOnONjU.jpg?auto=webp\\u0026s=3654e7e9536ea3f4c62e802f6a21f706f55f9f8e\", \"width\": 1280, \"height\": 720}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/GNjetO5-HtKXwDjzl0EZrQcRhnZ7GSuMEZf5cOnONjU.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=d0705bdf11cd3ac9997b67f5803196b20a8a2459\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/GNjetO5-HtKXwDjzl0EZrQcRhnZ7GSuMEZf5cOnONjU.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=53c151c3fc41d96c4b4aa667469e78278a894232\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/GNjetO5-HtKXwDjzl0EZrQcRhnZ7GSuMEZf5cOnONjU.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=272572523ebedb907c2023eff74202b5756aeb25\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/GNjetO5-HtKXwDjzl0EZrQcRhnZ7GSuMEZf5cOnONjU.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=ec84796c7b30a113d6a0d868e59c1b423bc07fa0\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/GNjetO5-HtKXwDjzl0EZrQcRhnZ7GSuMEZf5cOnONjU.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=5c5c86bf054989259b3bd7752525a4420cc9f5c7\", \"width\": 960, \"height\": 540}, {\"url\": \"https://external-preview.redd.it/GNjetO5-HtKXwDjzl0EZrQcRhnZ7GSuMEZf5cOnONjU.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=863b2291123a86965f1f18e7ce4570b6acd13d53\", \"width\": 1080, \"height\": 607}], \"variants\": {}, \"id\": \"lS_TsCCQLFhSBnr3NkA--O-9XYP2o3mx57UzY3QsTjU\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"[CHO] Terry Rozier\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qo4s\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jptzr\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"WeathrNinja\", \"discussion_type\": null, \"num_comments\": 640, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/nba/comments/15jptzr/isaiah_stewart_goes_nuclear_for_an_entire_minute/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://streamable.com/rakssr\", \"subreddit_subscribers\": 8064242, \"created_utc\": 1691328965.0, \"num_crossposts\": 0, \"media\": {\"oembed\": {\"provider_url\": \"https://streamable.com\", \"description\": \"Watch this video on Streamable.\", \"title\": \"Streamable Video\", \"thumbnail_width\": 1280, \"height\": 338, \"width\": 600, \"html\": \"\\u003Ciframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Frakssr\\u0026display_name=Streamable\\u0026url=https%3A%2F%2Fstreamable.com%2Frakssr\\u0026image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Frakssr.jpg%3FExpires%3D1691588160%26Signature%3DlQHTgF6kHu5ZIzNg1a59pqUuNR46I0IHnnAbICbefmJJ3yLAGlqTHoNL3qfLUwjEHDMfsT0IQCCkZP3y4RhCHWfS6UqJXu08cze4tvqCFvoKbtNyVs9txp4FnGtiQ0xl09Nme82t0vWVqxjQME9dv%7Efnl56jQUimBFK3cFw0tmqaK8UyTsN-Tztk8%7EXBC-VPWd1-F18Hdy8IUYEKgP3Fd5DunBxsDq3pe7UeV5maHNCIyP5MNoZ5iFg6vUP3-EE6SrzlgxlIdvzvHBBF3RMdseOlJ97l40QWlkekVhMzJeV4DTQPwX6Utf15ueAX1R7z8thU3XnDGoPUwEISli7jSg__%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ\\u0026key=2aa3c4d5f3de4f5b9120b660ad850dc9\\u0026type=text%2Fhtml\\u0026schema=streamable\\\" width=\\\"600\\\" height=\\\"338\\\" scrolling=\\\"no\\\" title=\\\"Streamable embed\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; encrypted-media; picture-in-picture;\\\" allowfullscreen=\\\"true\\\"\\u003E\\u003C/iframe\\u003E\", \"version\": \"1.0\", \"provider_name\": \"Streamable\", \"thumbnail_url\": \"https://cdn-cf-east.streamable.com/image/rakssr.jpg?Expires=1691588160\\u0026Signature=lQHTgF6kHu5ZIzNg1a59pqUuNR46I0IHnnAbICbefmJJ3yLAGlqTHoNL3qfLUwjEHDMfsT0IQCCkZP3y4RhCHWfS6UqJXu08cze4tvqCFvoKbtNyVs9txp4FnGtiQ0xl09Nme82t0vWVqxjQME9dv~fnl56jQUimBFK3cFw0tmqaK8UyTsN-Tztk8~XBC-VPWd1-F18Hdy8IUYEKgP3Fd5DunBxsDq3pe7UeV5maHNCIyP5MNoZ5iFg6vUP3-EE6SrzlgxlIdvzvHBBF3RMdseOlJ97l40QWlkekVhMzJeV4DTQPwX6Utf15ueAX1R7z8thU3XnDGoPUwEISli7jSg__\\u0026Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ\", \"type\": \"video\", \"thumbnail_height\": 720}, \"type\": \"streamable.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"todayilearned\", \"selftext\": \"\", \"author_fullname\": \"t2_3s1l4\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"TIL the 16th century philosopher Michel de Montaigne was raised in an experiment by his parents to learn Latin as a first language. From birth, his tutor, servants and parents were only ever allowed to speak to him in Latin.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/todayilearned\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jj5xs\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 12987, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 12987, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Fdv2sF8aBAnIPKgvISoj27HABT5ARVtvLdembOK4LNo.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691306292.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"wikipedia.org\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://wikipedia.org/wiki/Michel_de_Montaigne\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/gnjPuzwtnAy2_JwLPo0YpR61CELeXD2vkJcjsoLtkDI.jpg?auto=webp\\u0026s=46722582bcf11ca8e1e20b871697c6019336e7d9\", \"width\": 1168, \"height\": 1594}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/gnjPuzwtnAy2_JwLPo0YpR61CELeXD2vkJcjsoLtkDI.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=98e925fbfb6751fbcd9a7d6e8f5086559e47bc8e\", \"width\": 108, \"height\": 147}, {\"url\": \"https://external-preview.redd.it/gnjPuzwtnAy2_JwLPo0YpR61CELeXD2vkJcjsoLtkDI.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=f73d03c76e2169ef8c202cbc8f174ed43b32e914\", \"width\": 216, \"height\": 294}, {\"url\": \"https://external-preview.redd.it/gnjPuzwtnAy2_JwLPo0YpR61CELeXD2vkJcjsoLtkDI.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=4e5e237f91614adfae057b51065457926ccd13be\", \"width\": 320, \"height\": 436}, {\"url\": \"https://external-preview.redd.it/gnjPuzwtnAy2_JwLPo0YpR61CELeXD2vkJcjsoLtkDI.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=48b2d475432b117a6ac660898f8f5808400c09f0\", \"width\": 640, \"height\": 873}, {\"url\": \"https://external-preview.redd.it/gnjPuzwtnAy2_JwLPo0YpR61CELeXD2vkJcjsoLtkDI.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=16497dd60ad7c5b23651464d87d11c23540b39f1\", \"width\": 960, \"height\": 1310}, {\"url\": \"https://external-preview.redd.it/gnjPuzwtnAy2_JwLPo0YpR61CELeXD2vkJcjsoLtkDI.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=39cfe591f1ad472d93b3096fd3056bebaff0ccbd\", \"width\": 1080, \"height\": 1473}], \"variants\": {}, \"id\": \"SNsgHCuGPS0gVjB0c8rBObbc5sa7Uck3II4S-oXFPyM\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qqjc\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jj5xs\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"CapnFancyPants\", \"discussion_type\": null, \"num_comments\": 443, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/todayilearned/comments/15jj5xs/til_the_16th_century_philosopher_michel_de/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://wikipedia.org/wiki/Michel_de_Montaigne\", \"subreddit_subscribers\": 32474473, \"created_utc\": 1691306292.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Gunners\", \"selftext\": \"\", \"author_fullname\": \"t2_tvxikd5z\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Congratulations to Jurrien Timber for winning more trophies in English football than Harry Kane.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Gunners\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": true, \"name\": \"t3_15jv12h\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.98, \"author_flair_background_color\": \"#ddbd37\", \"subreddit_type\": \"public\", \"ups\": 1848, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"74eee15c-cde7-11e8-b86b-0ee8389968d8\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1848, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/U9d4PMAG9CxKSytUvEZYi2CjOlVWadwWn2mlHmrRsE0.jpg\", \"edited\": false, \"author_flair_css_class\": \"8\", \"author_flair_richtext\": [{\"a\": \":8:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/6j6ggwuyymo51_t5_2qhqt/8\"}, {\"e\": \"text\", \"t\": \" Ian Wright\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691342386.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/dvjq0v2axigb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/dvjq0v2axigb1.jpg?auto=webp\\u0026s=41bf0dd43a2f46087fdf9ad8d9c5627b2f85eb40\", \"width\": 1600, \"height\": 900}, \"resolutions\": [{\"url\": \"https://preview.redd.it/dvjq0v2axigb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=d48f52fbe2a143f046851288027f055b59de973a\", \"width\": 108, \"height\": 60}, {\"url\": \"https://preview.redd.it/dvjq0v2axigb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=fda83af0a3d9f23926fe406193069ab303abef44\", \"width\": 216, \"height\": 121}, {\"url\": \"https://preview.redd.it/dvjq0v2axigb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=cfcdacec356c007b75819d82290711bdc7fed9d6\", \"width\": 320, \"height\": 180}, {\"url\": \"https://preview.redd.it/dvjq0v2axigb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=b1cced41ccdd6ae49eb2b8ce504852062928efe8\", \"width\": 640, \"height\": 360}, {\"url\": \"https://preview.redd.it/dvjq0v2axigb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=07e3ce3c6d559ba32339428c56d06463dbc39e58\", \"width\": 960, \"height\": 540}, {\"url\": \"https://preview.redd.it/dvjq0v2axigb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=1162a61356dd6c4d9128b71826f1136a2fb3ae94\", \"width\": 1080, \"height\": 607}], \"variants\": {}, \"id\": \"KBDmeLU76b1ZWO5VmjKUX1L1medaTmmOaR5DWRhSb2s\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 400, \"id\": \"award_84276b1e-cc8f-484f-a19c-be6c09adc1a5\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"An amazing showing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=647cccf78702582f30d23908180da092b135cffe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":8: Ian Wright\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qhqt\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jv12h\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Additional-Ticket-12\", \"discussion_type\": null, \"num_comments\": 75, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"light\", \"permalink\": \"/r/Gunners/comments/15jv12h/congratulations_to_jurrien_timber_for_winning/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/dvjq0v2axigb1.jpg\", \"subreddit_subscribers\": 327805, \"created_utc\": 1691342386.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"pcmasterrace\", \"selftext\": \"\", \"author_fullname\": \"t2_jbxhyt3y\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"epic launcher sucks\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Discussion\"}], \"subreddit_name_prefixed\": \"r/pcmasterrace\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"blue\", \"downs\": 0, \"thumbnail_height\": 134, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jq2je\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": \"#4c9bee\", \"ups\": 3694, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"ff6bd29e-832d-11e9-9aad-0e6993c23fea\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Discussion\", \"can_mod_post\": false, \"score\": 3694, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/-spvlyB7755AtOqR8YOAlbbbpN5GruaIrx5x6VhkSco.jpg\", \"edited\": false, \"author_flair_css_class\": \"color-pcmr icon-windows7 text-desktop\", \"author_flair_richtext\": [{\"a\": \":windows7:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/7te4qsnmef131_t5_2sgp1/windows7\"}, {\"e\": \"text\", \"t\": \" Desktop\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691329634.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/hh3h9ducvhgb1.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/hh3h9ducvhgb1.png?auto=webp\\u0026s=8d64cd942532db6f98ff3141bef07c69b9008b01\", \"width\": 960, \"height\": 925}, \"resolutions\": [{\"url\": \"https://preview.redd.it/hh3h9ducvhgb1.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=5e29aee9f8697fb5cfae2668fde88de2eb0b5c2f\", \"width\": 108, \"height\": 104}, {\"url\": \"https://preview.redd.it/hh3h9ducvhgb1.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=4769eca2a0d0890f5a63b40d18e667cde1843b25\", \"width\": 216, \"height\": 208}, {\"url\": \"https://preview.redd.it/hh3h9ducvhgb1.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=664b5d22a96f92e53d62002878b538471d7399c2\", \"width\": 320, \"height\": 308}, {\"url\": \"https://preview.redd.it/hh3h9ducvhgb1.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=23a351c18388a7aaa1305bd97212dd7b6a5c782d\", \"width\": 640, \"height\": 616}, {\"url\": \"https://preview.redd.it/hh3h9ducvhgb1.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=12b704a887a3c08001a60c2b0ca067018bcffd0b\", \"width\": 960, \"height\": 925}], \"variants\": {}, \"id\": \"P5reXzy8u7593ODA7d2sP0ZzbSBkGIto5UIQ42V9hPM\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"2bef65aa-c51b-11e3-b700-12313b0d38eb\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":windows7: Desktop\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2sgp1\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#0000ff\", \"id\": \"15jq2je\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"BanDit49_X\", \"discussion_type\": null, \"num_comments\": 234, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"light\", \"permalink\": \"/r/pcmasterrace/comments/15jq2je/epic_launcher_sucks/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/hh3h9ducvhgb1.png\", \"subreddit_subscribers\": 8312772, \"created_utc\": 1691329634.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"CuratedTumblr\", \"selftext\": \"\", \"author_fullname\": \"t2_80c7fg1u\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"On how I experienced learning of relationships as a man\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/CuratedTumblr\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jo5i3\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": \"#d3d6da\", \"ups\": 4770, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"314a55fa-6979-11eb-8ca5-0e62e784e6d5\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Self-post Sunday\", \"can_mod_post\": false, \"score\": 4770, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/HzP1mcCvYcJyUBo7BZFMKLXDOLxAu9St0dVk19lGdiU.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_3\": 1}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691324048.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/hvruoiuqehgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/hvruoiuqehgb1.jpg?auto=webp\\u0026s=88aa5b893dbd699be4460a87afee11c7d6bdadd5\", \"width\": 1220, \"height\": 3464}, \"resolutions\": [{\"url\": \"https://preview.redd.it/hvruoiuqehgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=0de3754210eeb018ff450392d40dea7be7c29f1b\", \"width\": 108, \"height\": 216}, {\"url\": \"https://preview.redd.it/hvruoiuqehgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=2da8e8b9f008e7c1e28d84c8a36a1229fa43cb10\", \"width\": 216, \"height\": 432}, {\"url\": \"https://preview.redd.it/hvruoiuqehgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=cca7ba19310be32bb41097be357497a054b59fac\", \"width\": 320, \"height\": 640}, {\"url\": \"https://preview.redd.it/hvruoiuqehgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=ca0a5b11888daf9844c8b9e41c0fb27f5f1b604a\", \"width\": 640, \"height\": 1280}, {\"url\": \"https://preview.redd.it/hvruoiuqehgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=c3cbf23c264a91fa37ed757e9e576aaf2b1e0c6f\", \"width\": 960, \"height\": 1920}, {\"url\": \"https://preview.redd.it/hvruoiuqehgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=525b23386c8f02baa4ff1f17086cee65932f2d47\", \"width\": 1080, \"height\": 2160}], \"variants\": {}, \"id\": \"0MRyHbGYHvazHS6_fIemBsIIRVpH0QZfTCisgM8GrIY\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": 31, \"coin_price\": 1800, \"id\": \"gid_3\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\", \"days_of_premium\": 31, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Gives a month of free Premium, which includes ad-free browsing, r/lounge access, and 700 Reddit Coins per month, until Coins are sunset on September 12, 2023.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Platinum\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/platinum_512.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"19f3d0c2-4760-11ed-847a-da19caad6471\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Cheshire Catboy\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3x5kfw\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ffd635\", \"id\": \"15jo5i3\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"NeonNKnightrider\", \"discussion_type\": null, \"num_comments\": 406, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/CuratedTumblr/comments/15jo5i3/on_how_i_experienced_learning_of_relationships_as/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/hvruoiuqehgb1.jpg\", \"subreddit_subscribers\": 192983, \"created_utc\": 1691324048.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"NotHowGirlsWork\", \"selftext\": \"This was originally posted on AITA, got deleted because of all the backlash, but not before someone took a screenshot to post it on TwoHotTakes so he\\u2019d get blasted further lol. That\\u2019s where I found it and figured it\\u2019d fit here as well.\", \"author_fullname\": \"t2_7h0g3vpa\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Her labia doesn\\u2019t look like what he sees in porn, therefore can\\u2019t be normal\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Found On Social media\"}], \"subreddit_name_prefixed\": \"r/NotHowGirlsWork\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jgvl6\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"ups\": 3448, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Found On Social media\", \"can_mod_post\": false, \"score\": 3448, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/e2yI9e7LQGQ4ucZzXrMMSWSe99TBXf1Gx_pXVClQgok.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691298287.0, \"link_flair_type\": \"richtext\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThis was originally posted on AITA, got deleted because of all the backlash, but not before someone took a screenshot to post it on TwoHotTakes so he\\u2019d get blasted further lol. That\\u2019s where I found it and figured it\\u2019d fit here as well.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/a9nzbha5afgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/a9nzbha5afgb1.jpg?auto=webp\\u0026s=a761e574ef44949eaabe7c81ea02d46eaef64f7c\", \"width\": 1169, \"height\": 1987}, \"resolutions\": [{\"url\": \"https://preview.redd.it/a9nzbha5afgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=7bedf66065931bba86d4a62bdbb0af73f3b54ede\", \"width\": 108, \"height\": 183}, {\"url\": \"https://preview.redd.it/a9nzbha5afgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=0bf5bf68a1c7062a53a510590fe2a69a27ea4589\", \"width\": 216, \"height\": 367}, {\"url\": \"https://preview.redd.it/a9nzbha5afgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=ff7d98801c53e0c9abaf604b18e06a0920884a01\", \"width\": 320, \"height\": 543}, {\"url\": \"https://preview.redd.it/a9nzbha5afgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=f1cf0c3d2ca83e55c41a434904d23baa38b9a15a\", \"width\": 640, \"height\": 1087}, {\"url\": \"https://preview.redd.it/a9nzbha5afgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=f0a58f30d1185a27a8e06b5584d6a15754e12600\", \"width\": 960, \"height\": 1631}, {\"url\": \"https://preview.redd.it/a9nzbha5afgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=4f2452de4d8c8f13cd8411459d7a09e0a0694c4f\", \"width\": 1080, \"height\": 1835}], \"variants\": {}, \"id\": \"kgcqlYMDVEGhp3ts1TUQbSRJ6ZTk1UUseaPuWlbpl-I\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"4538d76c-e941-11e9-80f5-0e30103cbace\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_adf18\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ff4500\", \"id\": \"15jgvl6\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"LittleSpice1\", \"discussion_type\": null, \"num_comments\": 407, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/NotHowGirlsWork/comments/15jgvl6/her_labia_doesnt_look_like_what_he_sees_in_porn/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/a9nzbha5afgb1.jpg\", \"subreddit_subscribers\": 743520, \"created_utc\": 1691298287.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"midjourney\", \"selftext\": \"\", \"author_fullname\": \"t2_2tgmjiiw\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"is_gallery\": true, \"title\": \"A friend posted these as \\\"photography\\\" but it feels like AI to me, any opinions?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/midjourney\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"media_metadata\": {\"606wpwikqfgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 216, \"x\": 108, \"u\": \"https://preview.redd.it/606wpwikqfgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=4ed37baf4bb9b0890601e66c4cf283c8a31eb03f\"}, {\"y\": 432, \"x\": 216, \"u\": \"https://preview.redd.it/606wpwikqfgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=6cc056fbf9a69d2b224d61bb8000d8536396f128\"}, {\"y\": 640, \"x\": 320, \"u\": \"https://preview.redd.it/606wpwikqfgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=4f7c7045ce5968ac48fd080298da2f02f1508a15\"}, {\"y\": 1280, \"x\": 640, \"u\": \"https://preview.redd.it/606wpwikqfgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=6168801b31489244b0211619ed65d923e06e0167\"}, {\"y\": 1920, \"x\": 960, \"u\": \"https://preview.redd.it/606wpwikqfgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=bfd205bde6094fdf0c95028eb2f4ba016d22d089\"}, {\"y\": 2160, \"x\": 1080, \"u\": \"https://preview.redd.it/606wpwikqfgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=fd24482ec2377a54403a14db514a5f452e97e2da\"}], \"s\": {\"y\": 2400, \"x\": 1080, \"u\": \"https://preview.redd.it/606wpwikqfgb1.jpg?width=1080\\u0026format=pjpg\\u0026auto=webp\\u0026s=e7c17818a79b03541a813908d5dfb623f784f36f\"}, \"id\": \"606wpwikqfgb1\"}, \"769siprkqfgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 216, \"x\": 108, \"u\": \"https://preview.redd.it/769siprkqfgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=62794f12252a07be567f47b5c7abc23f96229bda\"}, {\"y\": 432, \"x\": 216, \"u\": \"https://preview.redd.it/769siprkqfgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=371546da9b614fe57a4a572ce7880eba54e4b4df\"}, {\"y\": 640, \"x\": 320, \"u\": \"https://preview.redd.it/769siprkqfgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=9ce26ce1b2103b0fca7dc48c2f092a4586d74250\"}, {\"y\": 1280, \"x\": 640, \"u\": \"https://preview.redd.it/769siprkqfgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=7208c7539f1ef3727e00de82519e19119f55c59e\"}, {\"y\": 1920, \"x\": 960, \"u\": \"https://preview.redd.it/769siprkqfgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=9f3aeb9a3ef00ed4040a5f7386a9f94c8a834674\"}, {\"y\": 2160, \"x\": 1080, \"u\": \"https://preview.redd.it/769siprkqfgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=5508f36a4e6ba2dbdaa272c11e3d55cfaea15ab6\"}], \"s\": {\"y\": 2400, \"x\": 1080, \"u\": \"https://preview.redd.it/769siprkqfgb1.jpg?width=1080\\u0026format=pjpg\\u0026auto=webp\\u0026s=3d6b4c29fbf4a3a2605b9829efd94316b8b09799\"}, \"id\": \"769siprkqfgb1\"}, \"e0f4m50lqfgb1\": {\"status\": \"valid\", \"e\": \"Image\", \"m\": \"image/jpg\", \"p\": [{\"y\": 216, \"x\": 108, \"u\": \"https://preview.redd.it/e0f4m50lqfgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=5f7e8ee73074008b7d5cc9d465d21980855c8d82\"}, {\"y\": 432, \"x\": 216, \"u\": \"https://preview.redd.it/e0f4m50lqfgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=a2e55c36afab438aabce4d0ca61a0977f273d4de\"}, {\"y\": 640, \"x\": 320, \"u\": \"https://preview.redd.it/e0f4m50lqfgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=a5aa8425d306c8afb396eeadc177ef98a670079a\"}, {\"y\": 1280, \"x\": 640, \"u\": \"https://preview.redd.it/e0f4m50lqfgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=ab20184d24eb302da8e013dbe5a8a1815bbbdd81\"}, {\"y\": 1920, \"x\": 960, \"u\": \"https://preview.redd.it/e0f4m50lqfgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=00ebfead9dff4fbb3167e401f659092e36d73df0\"}, {\"y\": 2160, \"x\": 1080, \"u\": \"https://preview.redd.it/e0f4m50lqfgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=a943d5e54fc03535e6a8078d91f17f23f15e738e\"}], \"s\": {\"y\": 2400, \"x\": 1080, \"u\": \"https://preview.redd.it/e0f4m50lqfgb1.jpg?width=1080\\u0026format=pjpg\\u0026auto=webp\\u0026s=c39e7cec936211003a630309c316fb2cde002038\"}, \"id\": \"e0f4m50lqfgb1\"}}, \"name\": \"t3_15jih0t\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"ups\": 5113, \"domain\": \"reddit.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"gallery_data\": {\"items\": [{\"media_id\": \"606wpwikqfgb1\", \"id\": 311657996}, {\"media_id\": \"769siprkqfgb1\", \"id\": 311657997}, {\"media_id\": \"e0f4m50lqfgb1\", \"id\": 311657998}]}, \"link_flair_text\": \"Discussion\", \"can_mod_post\": false, \"score\": 5113, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/FiNQ032WNPHDNd1g1RQiWYHIgnA77fXgS372jZHlLaM.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691303815.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.reddit.com/gallery/15jih0t\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"95f9cb1e-23d3-11ed-9c16-2621fe777cdb\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_5zvcfk\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ffb000\", \"id\": \"15jih0t\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"StoicChema\", \"discussion_type\": null, \"num_comments\": 843, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/midjourney/comments/15jih0t/a_friend_posted_these_as_photography_but_it_feels/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/gallery/15jih0t\", \"subreddit_subscribers\": 788088, \"created_utc\": 1691303815.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"videos\", \"selftext\": \"\", \"author_fullname\": \"t2_aer2ueac\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"r/truerateme is as dumb as you think it is\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/videos\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": \"meta\", \"downs\": 0, \"thumbnail_height\": 105, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jbhmz\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.87, \"author_flair_background_color\": null, \"ups\": 4802, \"total_awards_received\": 1, \"media_embed\": {\"content\": \"\\u003Ciframe width=\\\"356\\\" height=\\\"200\\\" src=\\\"https://www.youtube.com/embed/VNVyXjGPI9M?feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\\\" allowfullscreen title=\\\"The Online Community That Rates Your Face \\u0026quot;Scientifically\\u0026quot;\\\"\\u003E\\u003C/iframe\\u003E\", \"width\": 356, \"scrolling\": false, \"height\": 200}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"https://www.youtube.com/\", \"title\": \"The Online Community That Rates Your Face \\\"Scientifically\\\"\", \"html\": \"\\u003Ciframe width=\\\"356\\\" height=\\\"200\\\" src=\\\"https://www.youtube.com/embed/VNVyXjGPI9M?feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\\\" allowfullscreen title=\\\"The Online Community That Rates Your Face \\u0026quot;Scientifically\\u0026quot;\\\"\\u003E\\u003C/iframe\\u003E\", \"thumbnail_width\": 480, \"height\": 200, \"width\": 356, \"version\": \"1.0\", \"author_name\": \"Jaydoff\", \"provider_name\": \"YouTube\", \"thumbnail_url\": \"https://i.ytimg.com/vi/VNVyXjGPI9M/hqdefault.jpg\", \"type\": \"video\", \"thumbnail_height\": 360, \"author_url\": \"https://www.youtube.com/@Jaydoff\"}, \"type\": \"youtube.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"\\u003Ciframe width=\\\"356\\\" height=\\\"200\\\" src=\\\"https://www.youtube.com/embed/VNVyXjGPI9M?feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\\\" allowfullscreen title=\\\"The Online Community That Rates Your Face \\u0026quot;Scientifically\\u0026quot;\\\"\\u003E\\u003C/iframe\\u003E\", \"width\": 356, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/15jbhmz\", \"height\": 200}, \"link_flair_text\": \"Meta\", \"can_mod_post\": false, \"score\": 4802, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/4NAl0YVzthHjy1p9xYKvrnUeebB0rBvqbgzRDHw2v10.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 1}, \"post_hint\": \"rich:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691281761.0, \"link_flair_type\": \"text\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"youtube.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.youtube.com/watch?v=VNVyXjGPI9M\\u0026ab_channel=Jaydoff\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/WghzFNx5VtEtatBsBuVAeKnijISKbfrX5uWyEZZtllk.jpg?auto=webp\\u0026s=d5612410280641f8aa7e006de407ae8558cdd109\", \"width\": 480, \"height\": 360}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/WghzFNx5VtEtatBsBuVAeKnijISKbfrX5uWyEZZtllk.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=7c7e96cbddc99fb6050c9b76d868f9063da0d049\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/WghzFNx5VtEtatBsBuVAeKnijISKbfrX5uWyEZZtllk.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=ee0cf15be5b85c9cfae17c8e8898605190d1c1cc\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/WghzFNx5VtEtatBsBuVAeKnijISKbfrX5uWyEZZtllk.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=de63216285d83a6ac6d5b433f6ac491f96e0f55a\", \"width\": 320, \"height\": 240}], \"variants\": {}, \"id\": \"3PI7sr2d_q2qBCi6Hcn1Y_Ad_ktKge1v2gw8qcNu5BU\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 100, \"id\": \"gid_1\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Shows the Silver Award... and that's it.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Silver\", \"resized_static_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/silver_128.png\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 512, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://www.redditstatic.com/gold/awards/icon/silver_512.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"960d0a8a-1853-11e7-9e6d-0ea1c827c510\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh1e\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#349e48\", \"id\": \"15jbhmz\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"IntentionCareful83\", \"discussion_type\": null, \"num_comments\": 724, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/videos/comments/15jbhmz/rtruerateme_is_as_dumb_as_you_think_it_is/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://www.youtube.com/watch?v=VNVyXjGPI9M\\u0026ab_channel=Jaydoff\", \"subreddit_subscribers\": 26817644, \"created_utc\": 1691281761.0, \"num_crossposts\": 2, \"media\": {\"oembed\": {\"provider_url\": \"https://www.youtube.com/\", \"title\": \"The Online Community That Rates Your Face \\\"Scientifically\\\"\", \"html\": \"\\u003Ciframe width=\\\"356\\\" height=\\\"200\\\" src=\\\"https://www.youtube.com/embed/VNVyXjGPI9M?feature=oembed\\u0026enablejsapi=1\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\\\" allowfullscreen title=\\\"The Online Community That Rates Your Face \\u0026quot;Scientifically\\u0026quot;\\\"\\u003E\\u003C/iframe\\u003E\", \"thumbnail_width\": 480, \"height\": 200, \"width\": 356, \"version\": \"1.0\", \"author_name\": \"Jaydoff\", \"provider_name\": \"YouTube\", \"thumbnail_url\": \"https://i.ytimg.com/vi/VNVyXjGPI9M/hqdefault.jpg\", \"type\": \"video\", \"thumbnail_height\": 360, \"author_url\": \"https://www.youtube.com/@Jaydoff\"}, \"type\": \"youtube.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Weird\", \"selftext\": \"\", \"author_fullname\": \"t2_hedyyhhy\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Not panicked at all\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/Weird\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jgv6i\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 11521, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 11521, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/xQ31QIRYsxpd3VrQpgkCnBwKpiblDvtmoX73tcTDM70.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691298248.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/3iif1041afgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/3iif1041afgb1.jpg?auto=webp\\u0026s=bae76627fedd63df7fb487e5f68a37b264fbd144\", \"width\": 640, \"height\": 935}, \"resolutions\": [{\"url\": \"https://preview.redd.it/3iif1041afgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=b306aec44a802a475850a9216669b2892d562f4d\", \"width\": 108, \"height\": 157}, {\"url\": \"https://preview.redd.it/3iif1041afgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=e0c5272029b04cd53516768bb1c07faaa3974d85\", \"width\": 216, \"height\": 315}, {\"url\": \"https://preview.redd.it/3iif1041afgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=aca7420988fa6deec01e8eab59112370bc0eba44\", \"width\": 320, \"height\": 467}, {\"url\": \"https://preview.redd.it/3iif1041afgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=b39cfcbd7c879372ae320d77b56961c9b1c01352\", \"width\": 640, \"height\": 935}], \"variants\": {}, \"id\": \"Lqh2AiLCTkri_8-BudGjWLY2U56IqI7-xRP1UULrkXg\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qlia\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jgv6i\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"VandesKaani69\", \"discussion_type\": null, \"num_comments\": 778, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Weird/comments/15jgv6i/not_panicked_at_all/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/3iif1041afgb1.jpg\", \"subreddit_subscribers\": 974909, \"created_utc\": 1691298248.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"travel\", \"selftext\": \"Hello y\\u2019all! \\n\\nSpain you can buy beer, espresso, pastries, chicken wings. \\n\\nFinland has espresso, pastries, amazing macaroons. \\n\\nItaly you can get pesto, chicken wings. \\n\\nAlso it\\u2019s cheaper and better quality. \\n\\nI\\u2019m not saying McDonalds is good or you should consider it when you travel. But American McDonald\\u2019s is the worse version.\", \"author_fullname\": \"t2_1rqk49v9\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"McDonald\\u2019s in the US is the worst version of McDonald\\u2019s.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/travel\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"advice\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jmmp8\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.9, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 2580, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Discussion\", \"can_mod_post\": false, \"score\": 2580, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691318893.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.travel\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHello y\\u2019all! \\u003C/p\\u003E\\n\\n\\u003Cp\\u003ESpain you can buy beer, espresso, pastries, chicken wings. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EFinland has espresso, pastries, amazing macaroons. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EItaly you can get pesto, chicken wings. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EAlso it\\u2019s cheaper and better quality. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EI\\u2019m not saying McDonalds is good or you should consider it when you travel. But American McDonald\\u2019s is the worse version.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"b93f83ca-ef47-11e4-9d84-22000b2b8190\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh41\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ffd635\", \"id\": \"15jmmp8\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"XxX_Dick_Slayer_XxX\", \"discussion_type\": null, \"num_comments\": 825, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/travel/comments/15jmmp8/mcdonalds_in_the_us_is_the_worst_version_of/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/travel/comments/15jmmp8/mcdonalds_in_the_us_is_the_worst_version_of/\", \"subreddit_subscribers\": 8137614, \"created_utc\": 1691318893.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"LeopardsAteMyFace\", \"selftext\": \"\", \"author_fullname\": \"t2_t7ni9\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"City of Huntsville AL shocked when space headquarters moved to CO after the AL Senator holds hundreds of Pentagon promotions of stupid abortion issues\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/LeopardsAteMyFace\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 73, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jbl4s\", \"quarantine\": false, \"link_flair_text_color\": null, \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 8819, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Paywall\", \"can_mod_post\": false, \"score\": 8819, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/griyBTmiwXLDJGceXFOlocZI3mgguG4KZgdChNxgu88.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691282019.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"nytimes.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://www.nytimes.com/2023/08/05/us/politics/huntsville-space-command-colorado-springs.html?smid=nytcore-ios-share\\u0026referringSource=articleShare\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/NNOAf1w3SLHu8dj9W7k5pCyXpXsTfLqqzVEGVhhrLgg.jpg?auto=webp\\u0026s=d86a2f24c7cf436916df2bb2e53d1601032632a8\", \"width\": 1050, \"height\": 549}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/NNOAf1w3SLHu8dj9W7k5pCyXpXsTfLqqzVEGVhhrLgg.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=ce4d0f0e450cfc34c95a486c389ca17412b09cec\", \"width\": 108, \"height\": 56}, {\"url\": \"https://external-preview.redd.it/NNOAf1w3SLHu8dj9W7k5pCyXpXsTfLqqzVEGVhhrLgg.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=931492b2fb9fdc34c4ec43573d3ca296fefa2b96\", \"width\": 216, \"height\": 112}, {\"url\": \"https://external-preview.redd.it/NNOAf1w3SLHu8dj9W7k5pCyXpXsTfLqqzVEGVhhrLgg.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=f4c5659f00dd931e694268f601eae25dc031c96b\", \"width\": 320, \"height\": 167}, {\"url\": \"https://external-preview.redd.it/NNOAf1w3SLHu8dj9W7k5pCyXpXsTfLqqzVEGVhhrLgg.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=6a21b7bb51abd3971ec8774daf03c633e394a6bb\", \"width\": 640, \"height\": 334}, {\"url\": \"https://external-preview.redd.it/NNOAf1w3SLHu8dj9W7k5pCyXpXsTfLqqzVEGVhhrLgg.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=922402b165ae92bfab9a26f3d96aa06fe396dbba\", \"width\": 960, \"height\": 501}], \"variants\": {}, \"id\": \"NZ6Jmj4aU4a89k3gkIATIMWqza9u-9NF4FYs-O9vLYk\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3jp3p\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": null, \"id\": \"15jbl4s\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"___this_guy\", \"discussion_type\": null, \"num_comments\": 566, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/LeopardsAteMyFace/comments/15jbl4s/city_of_huntsville_al_shocked_when_space/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://www.nytimes.com/2023/08/05/us/politics/huntsville-space-command-colorado-springs.html?smid=nytcore-ios-share\\u0026referringSource=articleShare\", \"subreddit_subscribers\": 977687, \"created_utc\": 1691282019.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"rareinsults\", \"selftext\": \"\", \"author_fullname\": \"t2_37t4e5wn\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Allegedly an affair with a married billionaire\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/rareinsults\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jgjfc\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 42372, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 42372, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/lheeaKMKzp9LX9mVVBORtrs-wSQuKVYPfZLgNTwujlo.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691297156.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/mhnelyas6fgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/mhnelyas6fgb1.jpg?auto=webp\\u0026s=85cd4977c1a19462d9f5804376d0ade6138c61ce\", \"width\": 636, \"height\": 1076}, \"resolutions\": [{\"url\": \"https://preview.redd.it/mhnelyas6fgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=03bac1105802a92c4b1dab52de54fdf1038d4cbb\", \"width\": 108, \"height\": 182}, {\"url\": \"https://preview.redd.it/mhnelyas6fgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=c15859cbf0ef444c74f98cbaae390002a475ed29\", \"width\": 216, \"height\": 365}, {\"url\": \"https://preview.redd.it/mhnelyas6fgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=04cc56032b55194aab0592031ffdb82f6012a45a\", \"width\": 320, \"height\": 541}], \"variants\": {}, \"id\": \"a0YjlH81AmfpFkCRXEVDMrOEgGHL1wzY0Q96RUM8VLU\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_48t85\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jgjfc\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Mikalokalypse\", \"discussion_type\": null, \"num_comments\": 755, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/rareinsults/comments/15jgjfc/allegedly_an_affair_with_a_married_billionaire/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/mhnelyas6fgb1.jpg\", \"subreddit_subscribers\": 2439020, \"created_utc\": 1691297156.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TwoSentenceHorror\", \"selftext\": \"Imagine my terror when my wife and son were murdered in front of me, and I still had no power at all.\", \"author_fullname\": \"t2_3ylgnrs7\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Everyone on Earth was born with a dormant superpower that would activate after the worst trauma of your life.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/TwoSentenceHorror\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jp3hw\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 4212, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 4212, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691326861.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.TwoSentenceHorror\", \"allow_live_comments\": false, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EImagine my terror when my wife and son were murdered in front of me, and I still had no power at all.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_30tmh\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jp3hw\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"goshyarnit\", \"discussion_type\": null, \"num_comments\": 184, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/TwoSentenceHorror/comments/15jp3hw/everyone_on_earth_was_born_with_a_dormant/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/TwoSentenceHorror/comments/15jp3hw/everyone_on_earth_was_born_with_a_dormant/\", \"subreddit_subscribers\": 1250991, \"created_utc\": 1691326861.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"antiwork\", \"selftext\": \"My 21 year old nephew showed up to a warehouse for a fairly large US retailer to apply for a job and was told to apply online. He did so, was interviewed over the phone, and then was emailed a day and time to come in for training. He showed up early on the day but when he arrived, was asked why he was there and that he couldn't just show up for work whenever he wanted. He was completely confused and told on the spot they had emailed him a different day and time. He came home dejected and we checked his email - nothing - nothing in spam - nothing. He then got an email a few hours later and was told they were not pursuing his employment any further and that they had already emailed him about now wanting to hire him a week prior - again - no email. \\n\\n\\nWhy? He wants to work. Has good references. The place has massive turnover. Is the hiring manager just that bad? Pay was decent, nothing amazing. Just don't understand and don't really think there's much he can do because he wasn't even an employee - they wasted two weeks of his time when he could have been looking elsewhere. Just ranting. Thanks.\", \"author_fullname\": \"t2_3uohaqg0\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"21 year old nephew applied, showed up for training, and was asked why he was there - why?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/antiwork\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jpyk0\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 3537, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 3537, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691329321.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.antiwork\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMy 21 year old nephew showed up to a warehouse for a fairly large US retailer to apply for a job and was told to apply online. He did so, was interviewed over the phone, and then was emailed a day and time to come in for training. He showed up early on the day but when he arrived, was asked why he was there and that he couldn\\u0026#39;t just show up for work whenever he wanted. He was completely confused and told on the spot they had emailed him a different day and time. He came home dejected and we checked his email - nothing - nothing in spam - nothing. He then got an email a few hours later and was told they were not pursuing his employment any further and that they had already emailed him about now wanting to hire him a week prior - again - no email. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWhy? He wants to work. Has good references. The place has massive turnover. Is the hiring manager just that bad? Pay was decent, nothing amazing. Just don\\u0026#39;t understand and don\\u0026#39;t really think there\\u0026#39;s much he can do because he wasn\\u0026#39;t even an employee - they wasted two weeks of his time when he could have been looking elsewhere. Just ranting. Thanks.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2y77d\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jpyk0\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"beefSupremeChicken\", \"discussion_type\": null, \"num_comments\": 332, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/antiwork/comments/15jpyk0/21_year_old_nephew_applied_showed_up_for_training/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/antiwork/comments/15jpyk0/21_year_old_nephew_applied_showed_up_for_training/\", \"subreddit_subscribers\": 2738498, \"created_utc\": 1691329321.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"unpopularopinion\", \"selftext\": \"Scientists recognize that raising cattle for the production of beef leaves a heavy carbon footprint. Meanwhile, producing chicken has as low as a quarter of the carbon footprint as beef.\\n\\nYou\\u2019d think climate activists would prefer people substitute chicken for beef. But instead, they go all out and push for full plant-based diets, which causes their concerns to be dismissed by meat-eaters that are not willing to make such an overhaul to their diet.\\n\\nIt just feels like they care more about principle than results. Which is a crying shame because there\\u2019s a big opportunity right there for the taking.\", \"author_fullname\": \"t2_84detwi5\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Climate activists should be pushing chicken as a substitute for beef instead of demanding people stop eating all animal products\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/unpopularopinion\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jofmp\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.84, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1565, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1565, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691324913.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.unpopularopinion\", \"allow_live_comments\": false, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EScientists recognize that raising cattle for the production of beef leaves a heavy carbon footprint. Meanwhile, producing chicken has as low as a quarter of the carbon footprint as beef.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EYou\\u2019d think climate activists would prefer people substitute chicken for beef. But instead, they go all out and push for full plant-based diets, which causes their concerns to be dismissed by meat-eaters that are not willing to make such an overhaul to their diet.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EIt just feels like they care more about principle than results. Which is a crying shame because there\\u2019s a big opportunity right there for the taking.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2tk0s\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jofmp\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"JustBrowsing49\", \"discussion_type\": null, \"num_comments\": 771, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/unpopularopinion/comments/15jofmp/climate_activists_should_be_pushing_chicken_as_a/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/unpopularopinion/comments/15jofmp/climate_activists_should_be_pushing_chicken_as_a/\", \"subreddit_subscribers\": 3788369, \"created_utc\": 1691324913.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Fauxmoi\", \"selftext\": \"\", \"author_fullname\": \"t2_6kas1fn6\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Barbie officially hit 1 billion dollars at the BO. Greta Gerwig becomes the first solo female director to join the 1 billion dollar club\\u2728\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"FilmMoi - Movies / TV\"}], \"subreddit_name_prefixed\": \"r/Fauxmoi\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jrj2t\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.94, \"author_flair_background_color\": null, \"ups\": 2735, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"FilmMoi - Movies / TV\", \"can_mod_post\": false, \"score\": 2735, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/mDzA645PeFnjLndSKtuxUjIylGxMSt1wdoO9RnJDkR0.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691333536.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": \"top\", \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/3avi2wgy6igb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/3avi2wgy6igb1.jpg?auto=webp\\u0026s=59fbbec262415b02d0783c1c0bb660347991cecb\", \"width\": 828, \"height\": 1333}, \"resolutions\": [{\"url\": \"https://preview.redd.it/3avi2wgy6igb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=87c5eccab2586f5b6da0a39d2cf5ac4bbe470ec7\", \"width\": 108, \"height\": 173}, {\"url\": \"https://preview.redd.it/3avi2wgy6igb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=bfd3cdd9f8db62d75a9a2c844c7143f5fc97545b\", \"width\": 216, \"height\": 347}, {\"url\": \"https://preview.redd.it/3avi2wgy6igb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=61bcb5f53825e2720592584858215562dcb66725\", \"width\": 320, \"height\": 515}, {\"url\": \"https://preview.redd.it/3avi2wgy6igb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=bbde28d8b2cbbcc18e3afb9e65ae65985b493fba\", \"width\": 640, \"height\": 1030}], \"variants\": {}, \"id\": \"jSvxxYStFF9IWhxQZyifkIWo5B9VUylJcD39zfQOAxc\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 75, \"id\": \"award_9663243a-e77f-44cf-abc6-850ead2cd18d\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/SnooClappingPremium_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"For an especially amazing showing.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Bravo Grande!\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=3459bdf1d1777821a831c5bf9834f4365263fcff\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=9181d68065ccfccf2b1074e499cd7c1103aa2ce8\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=339b368d395219120abc50d54fb3e2cdcad8ca4f\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=de4ebbe92f9019de05aaa77f88810d44adbe1e50\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=ba6c1add5204ea43e5af010bd9622392a42140e3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/59e02tmkl4451_BravoGrande-Static.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"d7093d82-e00d-11ed-864f-7e9391c5dc76\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2rqcm8\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#9a0085\", \"id\": \"15jrj2t\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Eyebronx\", \"discussion_type\": null, \"num_comments\": 222, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/Fauxmoi/comments/15jrj2t/barbie_officially_hit_1_billion_dollars_at_the_bo/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/3avi2wgy6igb1.jpg\", \"subreddit_subscribers\": 1034354, \"created_utc\": 1691333536.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"CFB\", \"selftext\": \"\", \"author_fullname\": \"t2_24d9ylz0\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Notre Dame Reportedly Remains Uninterested In Joining Big Ten Amidst Potential Further Expansion\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"News\"}], \"subreddit_name_prefixed\": \"r/CFB\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"news\", \"downs\": 0, \"thumbnail_height\": 78, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jo0vn\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": \"\", \"ups\": 788, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"News\", \"can_mod_post\": false, \"score\": 788, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://b.thumbs.redditmedia.com/pHi-tjAptPHQ2zOQ4Irrh6aNcn9WIECqCj8hws5g2mI.jpg\", \"edited\": false, \"author_flair_css_class\": \"michigan2-sheet1-row04-col16-bigeast-2shtl-2rw30-2cl08\", \"author_flair_richtext\": [{\"a\": \":michigan2:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/oxgrkjssvbl11_t5_2qm9d/michigan2\"}, {\"e\": \"text\", \"t\": \" \"}, {\"a\": \":bigeast:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/8wmitqz3lbl11_t5_2qm9d/bigeast\"}, {\"e\": \"text\", \"t\": \" Michigan \\u2022 Big East\"}], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691323640.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"spartanswire.usatoday.com\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://spartanswire.usatoday.com/2023/08/04/notre-dame-reportedly-remains-uninterested-in-joining-big-ten-amidst-potential-further-expansion/?utm_campaign=trueanthem\\u0026utm_medium=trueanthem\\u0026utm_source=facebook\\u0026fbclid=IwAR2fbj07IDwQVSNpBW98pEnXeqXLepQCcMbwuGt8_Sg3HBsrlebCwrW-43U\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ge1aYU1KyU4_5_1SgxtLn7RBpdTft9Vl0u2EaZQIdrY.jpg?auto=webp\\u0026s=68bb1bc2d56d11c7718aa52615f7f7b93fd5644e\", \"width\": 1024, \"height\": 576}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ge1aYU1KyU4_5_1SgxtLn7RBpdTft9Vl0u2EaZQIdrY.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=f57c5d87e95a2bcb395f7a2b4b79e9ffa6586350\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/ge1aYU1KyU4_5_1SgxtLn7RBpdTft9Vl0u2EaZQIdrY.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=43982f43e108d3de99e53f6d6f8eec2ae175e3f9\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/ge1aYU1KyU4_5_1SgxtLn7RBpdTft9Vl0u2EaZQIdrY.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=c1e1b1f88ebf25d984bbbf1d331e7ff32fa249f0\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/ge1aYU1KyU4_5_1SgxtLn7RBpdTft9Vl0u2EaZQIdrY.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=30e6d3ddd88bdd0008b2c54c02e8d6ee89eec889\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/ge1aYU1KyU4_5_1SgxtLn7RBpdTft9Vl0u2EaZQIdrY.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=047fa5a8795747d6b571511e0106ecabc3639521\", \"width\": 960, \"height\": 540}], \"variants\": {}, \"id\": \"8R1Ha3fGUMIbqeFm5aFEBOwNfvUuCahRQBZeXST30Yc\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"23542206-716e-11e3-b36d-12313b079641\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":michigan2: :bigeast: Michigan \\u2022 Big East\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm9d\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#bcbc00\", \"id\": \"15jo0vn\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Michiganman1225\", \"discussion_type\": null, \"num_comments\": 703, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/CFB/comments/15jo0vn/notre_dame_reportedly_remains_uninterested_in/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://spartanswire.usatoday.com/2023/08/04/notre-dame-reportedly-remains-uninterested-in-joining-big-ten-amidst-potential-further-expansion/?utm_campaign=trueanthem\\u0026utm_medium=trueanthem\\u0026utm_source=facebook\\u0026fbclid=IwAR2fbj07IDwQVSNpBW98pEnXeqXLepQCcMbwuGt8_Sg3HBsrlebCwrW-43U\", \"subreddit_subscribers\": 1990387, \"created_utc\": 1691323640.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TikTokCringe\", \"selftext\": \"\", \"author_fullname\": \"t2_f4xfak7z\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"This is a cult.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/TikTokCringe\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jmssg\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.85, \"author_flair_background_color\": null, \"ups\": 1847, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/kuulmm191hgb1/DASH_480.mp4?source=fallback\", \"has_audio\": true, \"height\": 854, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/kuulmm191hgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/kuulmm191hgb1/DASHPlaylist.mpd?a=1693938777%2CMTQ3NzI3NzEzMDlhNzlhMTY0NTZkNmU5ODczMzg5M2JhYmU5N2ZmOWQzMjhhYThiNmYzYTFlZDc5ZmE4ZGNiNw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 57, \"hls_url\": \"https://v.redd.it/kuulmm191hgb1/HLSPlaylist.m3u8?a=1693938777%2CNzI5N2YxZmFlZWJkMTIzODViNmU0N2FhZTAxMzY4YWI1ZjA3Yzk1MGFkNzRmNmE3MzVlYTAyZjE2M2Q3NDcyNg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Cringe\", \"can_mod_post\": false, \"score\": 1847, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://external-preview.redd.it/MHkyYTAyeTgxaGdiMa9emAJx2hHvUOJ4teeNUWlrqMCHauXaSmz1VpMgBG1v.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=412d1b829635e95f9e1574ba76a7da0bd8bad0cd\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691319510.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/kuulmm191hgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/MHkyYTAyeTgxaGdiMa9emAJx2hHvUOJ4teeNUWlrqMCHauXaSmz1VpMgBG1v.png?format=pjpg\\u0026auto=webp\\u0026s=7edb4a2835680fd8d0ade30a75bb22696c17437c\", \"width\": 576, \"height\": 1024}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/MHkyYTAyeTgxaGdiMa9emAJx2hHvUOJ4teeNUWlrqMCHauXaSmz1VpMgBG1v.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=a67eed7eb0343417e8c7c026dcaaa8ce745b3026\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/MHkyYTAyeTgxaGdiMa9emAJx2hHvUOJ4teeNUWlrqMCHauXaSmz1VpMgBG1v.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=7654a6d29f7b55cb1d114d38d3a302fb49f9f822\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/MHkyYTAyeTgxaGdiMa9emAJx2hHvUOJ4teeNUWlrqMCHauXaSmz1VpMgBG1v.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=ab31e006f84e809910c622ded57e04f6e3514da4\", \"width\": 320, \"height\": 568}], \"variants\": {}, \"id\": \"MHkyYTAyeTgxaGdiMa9emAJx2hHvUOJ4teeNUWlrqMCHauXaSmz1VpMgBG1v\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 125, \"id\": \"award_611ff347-196b-4a14-ad4b-0076f2d8f9d2\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Faith_in_Humanity_Restored_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"This goes a long way to restore my faith in the people of Earth\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Faith In Humanity Restored\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=efad7986011dac7bd9f1b3490753fc7b30be18f9\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=51b13dd41a13e9dba8af3316aa119fcfdc349c94\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b5c5868a81ba4f34c2510688a47ef5bf21751bee\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1e060c2f599b3eea83909599eb97fc8882b58f4f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=7dc4bd71f365229da8f7cee9d87b1433f3f8a4ec\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/jlwc6uspakd61_FaithInHumanityRestored.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"d74470ce-5c6c-11e9-9455-0e158690b334\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_mvcq5\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ea0027\", \"id\": \"15jmssg\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Leather-Bug3087\", \"discussion_type\": null, \"num_comments\": 794, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/TikTokCringe/comments/15jmssg/this_is_a_cult/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/kuulmm191hgb1\", \"subreddit_subscribers\": 2110323, \"created_utc\": 1691319510.0, \"num_crossposts\": 2, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/kuulmm191hgb1/DASH_480.mp4?source=fallback\", \"has_audio\": true, \"height\": 854, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/kuulmm191hgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/kuulmm191hgb1/DASHPlaylist.mpd?a=1693938777%2CMTQ3NzI3NzEzMDlhNzlhMTY0NTZkNmU5ODczMzg5M2JhYmU5N2ZmOWQzMjhhYThiNmYzYTFlZDc5ZmE4ZGNiNw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 57, \"hls_url\": \"https://v.redd.it/kuulmm191hgb1/HLSPlaylist.m3u8?a=1693938777%2CNzI5N2YxZmFlZWJkMTIzODViNmU0N2FhZTAxMzY4YWI1ZjA3Yzk1MGFkNzRmNmE3MzVlYTAyZjE2M2Q3NDcyNg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"dating\", \"selftext\": \"I\\u2019ve been single 2 years. I spent time healing and then started putting myself back out there. Every single guy I\\u2019ve met, talked to, gone out with etc, just wants sex. The most recent lied to me telling me he wanted a relationship and after sleeping together said otherwise. \\n\\nThis is so mentally draining and I honestly don\\u2019t know what to do anymore. I\\u2019ve gone on all the apps, tried to meet people in person, at the gym, at the bars, at hobby\\u2019s. It makes me sad to see all the people my age getting married and starting family\\u2019s. I don\\u2019t understand why I\\u2019m considered pretty enough to sleep with but no guy will date me. I\\u2019ve been told I\\u2019m attractive, have a great job, family/friends, and have a few hobby\\u2019s. Has anyone else been experiencing this?\\n\\nEditing to add, I don\\u2019t sleep with people right off the bat. These men are talking with me and going out with me for weeks-months.\", \"author_fullname\": \"t2_ev6ny61b\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Every guy I (27f) meet just wants to use me for sex. It\\u2019s exhausting.\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Support Needed \\ud83e\\udec2\"}], \"subreddit_name_prefixed\": \"r/dating\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": \"dating\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15joutc\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.87, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 464, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Support Needed \\ud83e\\udec2\", \"can_mod_post\": false, \"score\": 464, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1691327127.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691326164.0, \"link_flair_type\": \"richtext\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.dating\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI\\u2019ve been single 2 years. I spent time healing and then started putting myself back out there. Every single guy I\\u2019ve met, talked to, gone out with etc, just wants sex. The most recent lied to me telling me he wanted a relationship and after sleeping together said otherwise. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EThis is so mentally draining and I honestly don\\u2019t know what to do anymore. I\\u2019ve gone on all the apps, tried to meet people in person, at the gym, at the bars, at hobby\\u2019s. It makes me sad to see all the people my age getting married and starting family\\u2019s. I don\\u2019t understand why I\\u2019m considered pretty enough to sleep with but no guy will date me. I\\u2019ve been told I\\u2019m attractive, have a great job, family/friends, and have a few hobby\\u2019s. Has anyone else been experiencing this?\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEditing to add, I don\\u2019t sleep with people right off the bat. These men are talking with me and going out with me for weeks-months.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"fd9c03b8-a1ce-11e7-9172-0e8c9f9ecf4c\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qhb1\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#00a6a5\", \"id\": \"15joutc\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"lunar_444\", \"discussion_type\": null, \"num_comments\": 747, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/dating/comments/15joutc/every_guy_i_27f_meet_just_wants_to_use_me_for_sex/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://www.reddit.com/r/dating/comments/15joutc/every_guy_i_27f_meet_just_wants_to_use_me_for_sex/\", \"subreddit_subscribers\": 2477533, \"created_utc\": 1691326164.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"antiwork\", \"selftext\": \"Condensed story: I was at the soft offer/salary discussion stage of a job in a research lab, I was asked to provide a peer reference from my former lab, said peer reference revealed that I had been a \\u201cdancer\\u201d prior to returning to grad school (my fault for not telling this person explicitly to not reveal this detail), no other references were contacted and my application was immediately closed according to the application website. \\n\\nAm I wrong for thinking it\\u2019s 2023 and we\\u2019re beyond this or is my perspective totally warped in that I am too progressive to comprehend the depth of the stigma? \\n\\nRelevant details: I am qualified for the position. The interviewer actually told me that I applied for a position that was beneath me and he instead had a higher title in mind given that I have worked in labs (neuroscience/AI) for the past two years and will finish my MS this fall. \", \"author_fullname\": \"t2_dk3t0pzm\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Am I wrong for thinking that a person\\u2019s past involvement with adult entertainment is not mutually exclusive with them being a great employee in the STEM fields?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/antiwork\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jplfj\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.9, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 3346, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 3346, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691328293.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.antiwork\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ECondensed story: I was at the soft offer/salary discussion stage of a job in a research lab, I was asked to provide a peer reference from my former lab, said peer reference revealed that I had been a \\u201cdancer\\u201d prior to returning to grad school (my fault for not telling this person explicitly to not reveal this detail), no other references were contacted and my application was immediately closed according to the application website. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EAm I wrong for thinking it\\u2019s 2023 and we\\u2019re beyond this or is my perspective totally warped in that I am too progressive to comprehend the depth of the stigma? \\u003C/p\\u003E\\n\\n\\u003Cp\\u003ERelevant details: I am qualified for the position. The interviewer actually told me that I applied for a position that was beneath me and he instead had a higher title in mind given that I have worked in labs (neuroscience/AI) for the past two years and will finish my MS this fall. \\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2y77d\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jplfj\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"neuro_py\", \"discussion_type\": null, \"num_comments\": 671, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/antiwork/comments/15jplfj/am_i_wrong_for_thinking_that_a_persons_past/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/antiwork/comments/15jplfj/am_i_wrong_for_thinking_that_a_persons_past/\", \"subreddit_subscribers\": 2738498, \"created_utc\": 1691328293.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"starterpacks\", \"selftext\": \"\", \"author_fullname\": \"t2_mkrvyoc3\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"\\\"Pickme Girls\\\" Starter Pack\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/starterpacks\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jpwyn\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.82, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 3665, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 3665, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/1xeHHEI-tEiqrmevjslRQAENnxUAM3GJhkJZi2pmsuU.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691329204.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/waww2fh0uhgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/waww2fh0uhgb1.jpg?auto=webp\\u0026s=76bdc2b74fefd37eaf2d8356be0d1e766c5b043a\", \"width\": 500, \"height\": 506}, \"resolutions\": [{\"url\": \"https://preview.redd.it/waww2fh0uhgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=26ac4f64c3a90e15ffee7235e72b91dfba2ef71e\", \"width\": 108, \"height\": 109}, {\"url\": \"https://preview.redd.it/waww2fh0uhgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=d049f7d0752638ce755185c48d414159f695d79e\", \"width\": 216, \"height\": 218}, {\"url\": \"https://preview.redd.it/waww2fh0uhgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=ff66c553b98a932e29e56def7df8b2f7a5729df8\", \"width\": 320, \"height\": 323}], \"variants\": {}, \"id\": \"6xPSAQGNaT_i-vvKWMRg-Y23v9IY_ucl88Yw_F4FbJw\"}], \"enabled\": true}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 325, \"id\": \"award_2bc47247-b107-44a8-a78c-613da21869ff\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Rocket_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Boldly go where we haven't been in a long, long time.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"To The Stars\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=83d4d953873a31c0e3e4a0f0b188ff803bb6b92a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=ec9beb8a11f28bbfb3144bd6edac145af0909baa\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=82b887ba042297c5b22a7faecec4721bf2dc354d\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=545d53613ea7e025301bfa49f38d1981d86ee001\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=878ea0423f2a9a57a0750e2fbe26bf482be5c8c3\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/1sof6d93g9e51_ToTheStars.png\"}], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_34o9s\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jpwyn\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"BigClitMcphee\", \"discussion_type\": null, \"num_comments\": 434, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/starterpacks/comments/15jpwyn/pickme_girls_starter_pack/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/waww2fh0uhgb1.jpg\", \"subreddit_subscribers\": 5147219, \"created_utc\": 1691329204.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"cats\", \"selftext\": \"Ever since he was a kitten! My morning \\\"routine\\\"...he comes into the bathroom w me and jumps in. Was thinking of getting a hammock for him?\", \"author_fullname\": \"t2_jr3vhyqp\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Is this NORMAL?\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Cat Picture\"}], \"subreddit_name_prefixed\": \"r/cats\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"catpic\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jp69o\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"ups\": 3901, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Cat Picture\", \"can_mod_post\": false, \"score\": 3901, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://a.thumbs.redditmedia.com/1JVXLuaAeApP-F_zR4NmcBbxYqap6yclhQbah-fS6u0.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691327063.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EEver since he was a kitten! My morning \\u0026quot;routine\\u0026quot;...he comes into the bathroom w me and jumps in. Was thinking of getting a hammock for him?\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/ptjk3hppnhgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/ptjk3hppnhgb1.jpg?auto=webp\\u0026s=c002cf4c531db8fba266668bb3fcc50f07eb0fec\", \"width\": 3024, \"height\": 4032}, \"resolutions\": [{\"url\": \"https://preview.redd.it/ptjk3hppnhgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=0f4a10ba2f7eb3dd122d2a00be0eccfe007f6242\", \"width\": 108, \"height\": 144}, {\"url\": \"https://preview.redd.it/ptjk3hppnhgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=eeb3e14a0d831f054f3151bc28a466d581bb66f6\", \"width\": 216, \"height\": 288}, {\"url\": \"https://preview.redd.it/ptjk3hppnhgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=50f85deffadf351b2dbc25aa0ecb0b6c97dc8483\", \"width\": 320, \"height\": 426}, {\"url\": \"https://preview.redd.it/ptjk3hppnhgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=e2ab4ecead12d03a5d740e8dc35dc3e4d4b567e8\", \"width\": 640, \"height\": 853}, {\"url\": \"https://preview.redd.it/ptjk3hppnhgb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=0fb257575671e2299bfec7a28d7540b8c6548f90\", \"width\": 960, \"height\": 1280}, {\"url\": \"https://preview.redd.it/ptjk3hppnhgb1.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=7621d9e8785587faaecb71dcb0437415ff438e70\", \"width\": 1080, \"height\": 1440}], \"variants\": {}, \"id\": \"WNq1GWSGwCVpwtDRFVcPbxOs9OGa3VJTB2jWR2Hunag\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"9b021bc6-b875-11ec-aa94-8e28dbb24a96\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qhta\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#cc5289\", \"id\": \"15jp69o\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ExcellentAverage8058\", \"discussion_type\": null, \"num_comments\": 353, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/cats/comments/15jp69o/is_this_normal/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/ptjk3hppnhgb1.jpg\", \"subreddit_subscribers\": 4533943, \"created_utc\": 1691327063.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TheLastAirbender\", \"selftext\": \"\", \"author_fullname\": \"t2_w2gxxnkw\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Zuko doesn't even care\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Meme\"}], \"subreddit_name_prefixed\": \"r/TheLastAirbender\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"meme\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jmrhp\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": null, \"ups\": 6145, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Meme\", \"can_mod_post\": false, \"score\": 6145, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/zpOfUlfK64Swv1vI2gMLKk1VenbWHMGXUBXVJRIbk08.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691319379.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/687mz5ut0hgb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/687mz5ut0hgb1.jpg?auto=webp\\u0026s=d5caf57e30b80816658539fe609a533bca3cbeb0\", \"width\": 676, \"height\": 1266}, \"resolutions\": [{\"url\": \"https://preview.redd.it/687mz5ut0hgb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=8624823f166c2704b2b8e6a20949279963a73040\", \"width\": 108, \"height\": 202}, {\"url\": \"https://preview.redd.it/687mz5ut0hgb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=b356e4072562f5f2167e748f484549000fa6d2ce\", \"width\": 216, \"height\": 404}, {\"url\": \"https://preview.redd.it/687mz5ut0hgb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=7cbbe21c8843868bc33ef4273856e0d21286f9d3\", \"width\": 320, \"height\": 599}, {\"url\": \"https://preview.redd.it/687mz5ut0hgb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=bca32927eecf10b028de62a9a12239d03c2861d2\", \"width\": 640, \"height\": 1198}], \"variants\": {}, \"id\": \"lm-LU-NvcRPclnrOhyRCRSRp7sI8Ar0xGu1d33TW8bI\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"ba2d188e-c986-11e8-9b73-0ed7dfca6efc\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2rybx\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ff4719\", \"id\": \"15jmrhp\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"SadSandwichs\", \"discussion_type\": null, \"num_comments\": 142, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/TheLastAirbender/comments/15jmrhp/zuko_doesnt_even_care/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/687mz5ut0hgb1.jpg\", \"subreddit_subscribers\": 1331739, \"created_utc\": 1691319379.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"space\", \"selftext\": \"Jon spent years trying to figure out the best way to get a shot of the upcoming solar eclipse. Eventually he decided on taking a flight from Portland, Oregon to St. Louis and captured this image at 39,000 feet on a Southwest flight.\", \"author_fullname\": \"t2_rka3c8fu\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Jon Carmichael\\u2019s shot of the August 2017 solar eclipse from a plane\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/space\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"imagegif\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jqrvr\", \"quarantine\": false, \"link_flair_text_color\": null, \"upvote_ratio\": 0.98, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 2934, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"image/gif\", \"can_mod_post\": false, \"score\": 2934, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/eytGPk6y4aALhVocyyWhFzr-YHhe4ncoDn9hv1AFgy0.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691331530.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": false, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EJon spent years trying to figure out the best way to get a shot of the upcoming solar eclipse. Eventually he decided on taking a flight from Portland, Oregon to St. Louis and captured this image at 39,000 feet on a Southwest flight.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/4jf48a001igb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/4jf48a001igb1.jpg?auto=webp\\u0026s=9057887bce0b7d96768bb7ebd9c0971af5b4d728\", \"width\": 1053, \"height\": 1315}, \"resolutions\": [{\"url\": \"https://preview.redd.it/4jf48a001igb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=9978d09db13990a12da4f7f4f7347250c7245d29\", \"width\": 108, \"height\": 134}, {\"url\": \"https://preview.redd.it/4jf48a001igb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=ebe3709a1ff294a3cd1452b1adda96e0b469eb50\", \"width\": 216, \"height\": 269}, {\"url\": \"https://preview.redd.it/4jf48a001igb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=c1d431f88d46a0f4b93b7047d583e84817a990f6\", \"width\": 320, \"height\": 399}, {\"url\": \"https://preview.redd.it/4jf48a001igb1.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=9780cd209667a3a8cc472aaa138fd20a6e3dc084\", \"width\": 640, \"height\": 799}, {\"url\": \"https://preview.redd.it/4jf48a001igb1.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=98cf7edde5e1e0d65dc080e1626b52a8e8925168\", \"width\": 960, \"height\": 1198}], \"variants\": {}, \"id\": \"oMhpmOo9Ht4LK6MsujO8f2hVax9eYyGracHlxYDHiCQ\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qh87\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": null, \"id\": \"15jqrvr\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"multiversesimulation\", \"discussion_type\": null, \"num_comments\": 54, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/space/comments/15jqrvr/jon_carmichaels_shot_of_the_august_2017_solar/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/4jf48a001igb1.jpg\", \"subreddit_subscribers\": 23736134, \"created_utc\": 1691331530.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"OldSchoolCool\", \"selftext\": \"\", \"author_fullname\": \"t2_3j4ww82m\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"600 pounds Giant Haystacks giving a stiff body slam to Jackie Fullerton. 1980 Jackie apparently talked smack about wrestling backstage \", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/OldSchoolCool\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 105, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jd8io\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"ups\": 8908, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/94i0fv11cegb1/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 960, \"scrubber_media_url\": \"https://v.redd.it/94i0fv11cegb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/94i0fv11cegb1/DASHPlaylist.mpd?a=1693938777%2CMzJhOGEyZWU5NTkwZjNlZmVkMWU5YmM5ZmMyYWRiNDY4MzcyNTk3Mzk1ZjFkYTlmNjA0MzMzZDA3YjQ0MTg1Nw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 36, \"hls_url\": \"https://v.redd.it/94i0fv11cegb1/HLSPlaylist.m3u8?a=1693938777%2CYTZhYTJhZmQ5MDQ3M2FlN2MzNTc3NzE3NGMzYzM4MWMyOWU2NTMwOWI1M2ZhNjQzY2Y4YWFlYzg1NGU1MzBmMg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"1980s\", \"can_mod_post\": false, \"score\": 8908, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://external-preview.redd.it/MjV1YXlweTBjZWdiMaL2zkC87xUs2sIeul4ctPGQHkCdl-B03Z8p6EGfDvMt.png?width=140\\u0026height=105\\u0026crop=140:105,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=2a9dfdad21109a6fce63977d51502d3b34468f2c\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691286814.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/94i0fv11cegb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/MjV1YXlweTBjZWdiMaL2zkC87xUs2sIeul4ctPGQHkCdl-B03Z8p6EGfDvMt.png?format=pjpg\\u0026auto=webp\\u0026s=916adc10dce38a21a08a8c8dac44a0390e596265\", \"width\": 720, \"height\": 540}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/MjV1YXlweTBjZWdiMaL2zkC87xUs2sIeul4ctPGQHkCdl-B03Z8p6EGfDvMt.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=7857174d7e1f9665fdda1337b9f992fc3280de76\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/MjV1YXlweTBjZWdiMaL2zkC87xUs2sIeul4ctPGQHkCdl-B03Z8p6EGfDvMt.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=4d0225d7853e57fdfc17d70890bca5c2f5ca38f7\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/MjV1YXlweTBjZWdiMaL2zkC87xUs2sIeul4ctPGQHkCdl-B03Z8p6EGfDvMt.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=0cb158e6e2528200f31c15d3cb11ba872bb975ce\", \"width\": 320, \"height\": 240}, {\"url\": \"https://external-preview.redd.it/MjV1YXlweTBjZWdiMaL2zkC87xUs2sIeul4ctPGQHkCdl-B03Z8p6EGfDvMt.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=f9ce8020dc9cb4c781ffc1ecc30517ffca72a123\", \"width\": 640, \"height\": 480}], \"variants\": {}, \"id\": \"MjV1YXlweTBjZWdiMaL2zkC87xUs2sIeul4ctPGQHkCdl-B03Z8p6EGfDvMt\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 250, \"id\": \"award_a67d649d-5aa5-407e-a98b-32fd9e3a9696\", \"penny_donate\": null, \"award_sub_type\": \"APPRECIATION\", \"coin_reward\": 100, \"icon_url\": \"https://i.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bbfa251092cce139b37d74237ec28a8c4e8f06b0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e1f9dd28741e2551b1fbbd341b006cc316f48fa1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=d93434d26563a534397ff748cce71d4b733c32d9\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cf4a1ddb8474d11682f0d88aa32562f9fcbf30b0\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=70b1596cdd0ae75b52db5c2732d8c336d300cc11\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"The more you know... Gives %{coin_symbol}100 Coins to both the author and the community.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 100, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Today I Learned\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=bbfa251092cce139b37d74237ec28a8c4e8f06b0\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=e1f9dd28741e2551b1fbbd341b006cc316f48fa1\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=d93434d26563a534397ff748cce71d4b733c32d9\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=cf4a1ddb8474d11682f0d88aa32562f9fcbf30b0\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=70b1596cdd0ae75b52db5c2732d8c336d300cc11\", \"width\": 128, \"height\": 128}], \"icon_format\": null, \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/bph2png4ajz31_TodayILearned.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"e9f9e51a-01e9-11ee-9128-160089314c29\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2tycb\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#1a1a1b\", \"id\": \"15jd8io\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ezio8133\", \"discussion_type\": null, \"num_comments\": 584, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/OldSchoolCool/comments/15jd8io/600_pounds_giant_haystacks_giving_a_stiff_body/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/94i0fv11cegb1\", \"subreddit_subscribers\": 18110405, \"created_utc\": 1691286814.0, \"num_crossposts\": 5, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 2400, \"fallback_url\": \"https://v.redd.it/94i0fv11cegb1/DASH_720.mp4?source=fallback\", \"height\": 720, \"width\": 960, \"scrubber_media_url\": \"https://v.redd.it/94i0fv11cegb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/94i0fv11cegb1/DASHPlaylist.mpd?a=1693938777%2CMzJhOGEyZWU5NTkwZjNlZmVkMWU5YmM5ZmMyYWRiNDY4MzcyNTk3Mzk1ZjFkYTlmNjA0MzMzZDA3YjQ0MTg1Nw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 36, \"hls_url\": \"https://v.redd.it/94i0fv11cegb1/HLSPlaylist.m3u8?a=1693938777%2CYTZhYTJhZmQ5MDQ3M2FlN2MzNTc3NzE3NGMzYzM4MWMyOWU2NTMwOWI1M2ZhNjQzY2Y4YWFlYzg1NGU1MzBmMg%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"EntitledPeople\", \"selftext\": \"Ok so for some background I\\u2019m F29 (English), and I live in Italy with my fianc\\u00e9 M37 Marco (Italian) \\u0026 our daughter 5 months old, willow. \\nI moved to Italy after graduating medical school, where I met Marco, and now I\\u2019m a resident in one of the hospitals. \\n\\nMy father is a crap dad, left my mum and me and has been very inconsistent, he married Tammy when I was young and she has never liked me \\u0026 she was also never able to have kids. \\n\\nSo when I gave birth my mums side of the family came over to visit and meet Willow and look after both of us. Nothing from my dad or Tammy. \\nSo two weeks ago they turn up unannounced claiming to be \\u2018in the area on holiday\\u2019 and wanted to meet Willow. She was getting a bit fussy and she combination fed but as I was home I grabbed a cover and let her latch onto me. \\nTammy says the breastfeeding will have to stop soon, I\\u2019m confused and ask her why and she said it couldn\\u2019t be kept up when Willow is with them. Now I\\u2019m even more confused and I ask what is she on about. \\nShe shows me photos of a baby room and says that we should split custody of Willow and not to worry and she has everything set up already. \\n\\nI just stare at her but she carries on. Claiming that the age gap between myself and Marco is unhealthy for a child to grow up with, saying it was obvious I needed help and she was happy to, and mostly that I was obviously more bothered about working than staying home with my baby so I should just let her have Willow. But obviously she wasn\\u2019t able to breastfeed so we would have to stop that now. \\nI tell her she can\\u2019t be serious and think I\\u2019m giving her my baby and she tells me to calm down, she\\u2019s not asking for full custody but she could provide a much calmer and stabler home and that I could always visit. She said it\\u2019s what she deserves. \\n\\nMarco pushed everyone out and made sure willow and I were alright. \\nSince then I\\u2019ve been really weirded out and been getting texts from my father saying I need to let Tammy prove herself as a good caregiver and Tammy has been sending loads of photos of the nursery she has made\\u2026.\\n\\nJust to add so people don\\u2019t get confused. I\\u2019m in Italy but Tammy isn\\u2019t. They had flown over here.\", \"author_fullname\": \"t2_eus9vd1k0\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Evil stepmother wants my baby\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/EntitledPeople\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"M\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jdqnc\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 4667, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"M\", \"can_mod_post\": false, \"score\": 4667, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1691313253.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691288323.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.EntitledPeople\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOk so for some background I\\u2019m F29 (English), and I live in Italy with my fianc\\u00e9 M37 Marco (Italian) \\u0026amp; our daughter 5 months old, willow. \\nI moved to Italy after graduating medical school, where I met Marco, and now I\\u2019m a resident in one of the hospitals. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EMy father is a crap dad, left my mum and me and has been very inconsistent, he married Tammy when I was young and she has never liked me \\u0026amp; she was also never able to have kids. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003ESo when I gave birth my mums side of the family came over to visit and meet Willow and look after both of us. Nothing from my dad or Tammy. \\nSo two weeks ago they turn up unannounced claiming to be \\u2018in the area on holiday\\u2019 and wanted to meet Willow. She was getting a bit fussy and she combination fed but as I was home I grabbed a cover and let her latch onto me. \\nTammy says the breastfeeding will have to stop soon, I\\u2019m confused and ask her why and she said it couldn\\u2019t be kept up when Willow is with them. Now I\\u2019m even more confused and I ask what is she on about. \\nShe shows me photos of a baby room and says that we should split custody of Willow and not to worry and she has everything set up already. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EI just stare at her but she carries on. Claiming that the age gap between myself and Marco is unhealthy for a child to grow up with, saying it was obvious I needed help and she was happy to, and mostly that I was obviously more bothered about working than staying home with my baby so I should just let her have Willow. But obviously she wasn\\u2019t able to breastfeed so we would have to stop that now. \\nI tell her she can\\u2019t be serious and think I\\u2019m giving her my baby and she tells me to calm down, she\\u2019s not asking for full custody but she could provide a much calmer and stabler home and that I could always visit. She said it\\u2019s what she deserves. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EMarco pushed everyone out and made sure willow and I were alright. \\nSince then I\\u2019ve been really weirded out and been getting texts from my father saying I need to let Tammy prove herself as a good caregiver and Tammy has been sending loads of photos of the nursery she has made\\u2026.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EJust to add so people don\\u2019t get confused. I\\u2019m in Italy but Tammy isn\\u2019t. They had flown over here.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3g9n3\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jdqnc\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Ashamed-Leg7206\", \"discussion_type\": null, \"num_comments\": 653, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/EntitledPeople/comments/15jdqnc/evil_stepmother_wants_my_baby/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/EntitledPeople/comments/15jdqnc/evil_stepmother_wants_my_baby/\", \"subreddit_subscribers\": 339599, \"created_utc\": 1691288323.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"LifeProTips\", \"selftext\": \"I'm an avid consumer of kids meals for the more reasonable portion size and price. At Red Robin, I order a kids cheeseburger with lettuce and onion, side of onion rings. The entire meal comes out to about $8, and *the burger is the same size as all of their other burgers*. Same thing with Culver's: kid's cheeseburger meal = single butterburger, small fry, small drink, AND a free scoop of ice cream for $7. I also did this at Disney world: a kid's hot dog meal at Typhoon Lagoon was the same size as an adult hot dog. \\n\\nAt any restaurant, if the kid's meal selection includes the same food as the adult menu, just order it! They won't care. Save some money, and avoid over-eating in the process. I guess it's kind of sad that \\\"kid's\\\" portion sizes in America are big enough to satiate a 160 lb adult female, but that's another post. \", \"author_fullname\": \"t2_1flpib7k\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"LPT: Kids meals are just adult-sized meals, but cheaper\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Removed: Not a LPT\"}], \"subreddit_name_prefixed\": \"r/LifeProTips\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jqipk\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.82, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 3084, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Removed: Not a LPT\", \"can_mod_post\": false, \"score\": 3084, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691330836.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.LifeProTips\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI\\u0026#39;m an avid consumer of kids meals for the more reasonable portion size and price. At Red Robin, I order a kids cheeseburger with lettuce and onion, side of onion rings. The entire meal comes out to about $8, and \\u003Cem\\u003Ethe burger is the same size as all of their other burgers\\u003C/em\\u003E. Same thing with Culver\\u0026#39;s: kid\\u0026#39;s cheeseburger meal = single butterburger, small fry, small drink, AND a free scoop of ice cream for $7. I also did this at Disney world: a kid\\u0026#39;s hot dog meal at Typhoon Lagoon was the same size as an adult hot dog. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EAt any restaurant, if the kid\\u0026#39;s meal selection includes the same food as the adult menu, just order it! They won\\u0026#39;t care. Save some money, and avoid over-eating in the process. I guess it\\u0026#39;s kind of sad that \\u0026quot;kid\\u0026#39;s\\u0026quot; portion sizes in America are big enough to satiate a 160 lb adult female, but that\\u0026#39;s another post. \\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"9f2110e0-eaef-11ea-80ee-0eaaa9d6443b\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2s5oq\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ea0027\", \"id\": \"15jqipk\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"OhHiMarki3\", \"discussion_type\": null, \"num_comments\": 571, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/LifeProTips/comments/15jqipk/lpt_kids_meals_are_just_adultsized_meals_but/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/LifeProTips/comments/15jqipk/lpt_kids_meals_are_just_adultsized_meals_but/\", \"subreddit_subscribers\": 22276297, \"created_utc\": 1691330836.0, \"num_crossposts\": 2, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TikTokCringe\", \"selftext\": \"\", \"author_fullname\": \"t2_836z5hg8\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Wtf did I just watch\\u2026\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/TikTokCringe\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jkmk7\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.88, \"author_flair_background_color\": null, \"ups\": 11443, \"total_awards_received\": 1, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/o9gm75rndggb1/DASH_480.mp4?source=fallback\", \"height\": 854, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/o9gm75rndggb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/o9gm75rndggb1/DASHPlaylist.mpd?a=1693938777%2CYjEyMTcwMTY2ZDEyN2YxNDBlYmQ4ZDM4ODBjMjI4MDdhZmRmZjQ4OTNkMGM3OWIzODRjM2FjOWZlMGNhNTBlNQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 13, \"hls_url\": \"https://v.redd.it/o9gm75rndggb1/HLSPlaylist.m3u8?a=1693938777%2CMWNmZWU0MDllOGZhODM0OTJhMWJmOWU1MmM3MzlhODVkZWFkYzMyNzc4MzMxMjg1NmQ3ZDAzODBmM2VjYTY1Yw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Cringe\", \"can_mod_post\": false, \"score\": 11443, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://external-preview.redd.it/dnZiNDkzbG5kZ2diMflSteKmpTGcfGJPIp1SSbzCioydf5tj4kcX-CZta6dn.png?width=140\\u0026height=140\\u0026crop=140:140,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=fd2b59dc5fb2bac89bfb2928d8009cd323fe381b\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691311578.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/o9gm75rndggb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/dnZiNDkzbG5kZ2diMflSteKmpTGcfGJPIp1SSbzCioydf5tj4kcX-CZta6dn.png?format=pjpg\\u0026auto=webp\\u0026s=88de413adcf452d4ae2eac2e230585ffe29b25e8\", \"width\": 576, \"height\": 1024}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/dnZiNDkzbG5kZ2diMflSteKmpTGcfGJPIp1SSbzCioydf5tj4kcX-CZta6dn.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=ce80d376fcb37069a557d457be959654dfef8719\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/dnZiNDkzbG5kZ2diMflSteKmpTGcfGJPIp1SSbzCioydf5tj4kcX-CZta6dn.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=8ce56df18474b31c03ba0cf056e93997f6e9a0a3\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/dnZiNDkzbG5kZ2diMflSteKmpTGcfGJPIp1SSbzCioydf5tj4kcX-CZta6dn.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=ee401007e4613d0030013c01a10ac100dd20f1f4\", \"width\": 320, \"height\": 568}], \"variants\": {}, \"id\": \"dnZiNDkzbG5kZ2diMflSteKmpTGcfGJPIp1SSbzCioydf5tj4kcX-CZta6dn\"}], \"enabled\": false}, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_02d9ab2c-162e-4c01-8438-317a016ed3d9\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=10034f3fdf8214c8377134bb60c5b832d4bbf588\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=100f785bf261fa9452a5d82ee0ef0793369dbfa5\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=b15d030fdfbbe4af4a5b34ab9dc90a174df40a23\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=601c75be6ee30dc4b47a5c65d64dea9a185502a1\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/p4yzxkaed5f61_oldtakemyenergy.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=540f36e65c0e2f1347fe32020e4a1565e3680437\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"I'm in this with you.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Take My Energy\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=045db73f47a9513c44823d132b4c393ab9241b6a\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=298a02e0edbb5b5e293087eeede63802cbe1d2c7\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d06d606eb23dbcd6dbe39ee0e60588c5eb89065\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=ecd9854b14104a36a210028c43420f0dababd96b\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=0d5d7b92c1d66aff435f2ad32e6330ca2b971f6d\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/jtw7x06j68361_TakeMyEnergyElf.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"d74470ce-5c6c-11e9-9455-0e158690b334\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_mvcq5\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ea0027\", \"id\": \"15jkmk7\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"DeeBee_BE\", \"discussion_type\": null, \"num_comments\": 796, \"send_replies\": false, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/TikTokCringe/comments/15jkmk7/wtf_did_i_just_watch/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/o9gm75rndggb1\", \"subreddit_subscribers\": 2110323, \"created_utc\": 1691311578.0, \"num_crossposts\": 5, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/o9gm75rndggb1/DASH_480.mp4?source=fallback\", \"height\": 854, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/o9gm75rndggb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/o9gm75rndggb1/DASHPlaylist.mpd?a=1693938777%2CYjEyMTcwMTY2ZDEyN2YxNDBlYmQ4ZDM4ODBjMjI4MDdhZmRmZjQ4OTNkMGM3OWIzODRjM2FjOWZlMGNhNTBlNQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 13, \"hls_url\": \"https://v.redd.it/o9gm75rndggb1/HLSPlaylist.m3u8?a=1693938777%2CMWNmZWU0MDllOGZhODM0OTJhMWJmOWU1MmM3MzlhODVkZWFkYzMyNzc4MzMxMjg1NmQ3ZDAzODBmM2VjYTY1Yw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"clevercomebacks\", \"selftext\": \"\", \"author_fullname\": \"t2_c8df4\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"George Takei is such a legend.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/clevercomebacks\", \"hidden\": false, \"pwls\": null, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 96, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jheht\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.9, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 29678, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 29678, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/lHmqS29HjTR6cSYTZiqnO-1-xJdok_gGwNCkA8yfv-4.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691300106.0, \"link_flair_type\": \"text\", \"wls\": null, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/y5rxkp7hffgb1.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/y5rxkp7hffgb1.png?auto=webp\\u0026s=9cf8b0586a66ec5d6fa0c617ce679f580d6e8691\", \"width\": 820, \"height\": 565}, \"resolutions\": [{\"url\": \"https://preview.redd.it/y5rxkp7hffgb1.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=f37b2f34a8d620bcf608d6be269d482d6d580c85\", \"width\": 108, \"height\": 74}, {\"url\": \"https://preview.redd.it/y5rxkp7hffgb1.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=d1b0adf44bef980111bc69a4ce9012f03e51ad43\", \"width\": 216, \"height\": 148}, {\"url\": \"https://preview.redd.it/y5rxkp7hffgb1.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=2cc4042d56e439cea436bc3029e37845a0a48734\", \"width\": 320, \"height\": 220}, {\"url\": \"https://preview.redd.it/y5rxkp7hffgb1.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=cad56dbf0e08e64f97181028efa3a06876017470\", \"width\": 640, \"height\": 440}], \"variants\": {}, \"id\": \"IMcv-mRlgogZS0r9wT5KKufWBXD1s-HwM_NW9mL8x8I\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_dyqlw\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jheht\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"kjedjv\", \"discussion_type\": null, \"num_comments\": 690, \"send_replies\": true, \"whitelist_status\": null, \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/clevercomebacks/comments/15jheht/george_takei_is_such_a_legend/\", \"parent_whitelist_status\": null, \"stickied\": false, \"url\": \"https://i.redd.it/y5rxkp7hffgb1.png\", \"subreddit_subscribers\": 1683967, \"created_utc\": 1691300106.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"IdiotsInCars\", \"selftext\": \"FedEx driver thought he was being nice by ceding his right of way. Always a bad idea. BTW the red car was a rental being returned. \", \"author_fullname\": \"t2_235tncrd\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"[OC] The suicide gap strikes again\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/IdiotsInCars\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 97, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jhewk\", \"quarantine\": false, \"link_flair_text_color\": null, \"upvote_ratio\": 0.97, \"author_flair_background_color\": null, \"ups\": 6602, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/jg6okoqjffgb1/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1546, \"scrubber_media_url\": \"https://v.redd.it/jg6okoqjffgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/jg6okoqjffgb1/DASHPlaylist.mpd?a=1693938777%2CMzA2ZjRhNmQ5M2VjYTQ2YzE4NzNiMjc2ZWMxNmFhZjE0NjMwOGIxNTZmMWRiNTA5NjgzYmMxZDRkNjhmMDk2Mw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 17, \"hls_url\": \"https://v.redd.it/jg6okoqjffgb1/HLSPlaylist.m3u8?a=1693938777%2CMTFkMTBmOTQ5YzYzZjI2YzNmY2VkMzMyMmU5MDFjOTAwODBlYjdiY2Y0ZjUyOGM5MWIzZGY3MjIyMjk5NDMxMw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"OC\", \"can_mod_post\": false, \"score\": 6602, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://external-preview.redd.it/c3Z4ZW9yNWpmZmdiMddTz4ksV7Ca0hOOY_m3YYVJ8_NSO4wVOHxzdQdjxNjb.png?width=140\\u0026height=97\\u0026crop=140:97,smart\\u0026format=jpg\\u0026v=enabled\\u0026lthumb=true\\u0026s=7f28b7116bc32fa15f2723ea4c5768fad9de3e2c\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691300142.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"v.redd.it\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFedEx driver thought he was being nice by ceding his right of way. Always a bad idea. BTW the red car was a rental being returned. \\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/jg6okoqjffgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/c3Z4ZW9yNWpmZmdiMddTz4ksV7Ca0hOOY_m3YYVJ8_NSO4wVOHxzdQdjxNjb.png?format=pjpg\\u0026auto=webp\\u0026s=8c14503a500a188463dd97f1bf0f982392815afd\", \"width\": 1854, \"height\": 1296}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/c3Z4ZW9yNWpmZmdiMddTz4ksV7Ca0hOOY_m3YYVJ8_NSO4wVOHxzdQdjxNjb.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=74955748ed4830569837d097fb61272f73778e13\", \"width\": 108, \"height\": 75}, {\"url\": \"https://external-preview.redd.it/c3Z4ZW9yNWpmZmdiMddTz4ksV7Ca0hOOY_m3YYVJ8_NSO4wVOHxzdQdjxNjb.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=05a3051a7dbbfda5bfa7274612792b9e15302418\", \"width\": 216, \"height\": 150}, {\"url\": \"https://external-preview.redd.it/c3Z4ZW9yNWpmZmdiMddTz4ksV7Ca0hOOY_m3YYVJ8_NSO4wVOHxzdQdjxNjb.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=b60ddb9aeb88b103db78bb1a4e262663ca7bf0cc\", \"width\": 320, \"height\": 223}, {\"url\": \"https://external-preview.redd.it/c3Z4ZW9yNWpmZmdiMddTz4ksV7Ca0hOOY_m3YYVJ8_NSO4wVOHxzdQdjxNjb.png?width=640\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=190ea5e897292e800f371c89d8c6d2f089654bc4\", \"width\": 640, \"height\": 447}, {\"url\": \"https://external-preview.redd.it/c3Z4ZW9yNWpmZmdiMddTz4ksV7Ca0hOOY_m3YYVJ8_NSO4wVOHxzdQdjxNjb.png?width=960\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=90841781c2f84e04fe91f1e142f59ac61dbeb298\", \"width\": 960, \"height\": 671}, {\"url\": \"https://external-preview.redd.it/c3Z4ZW9yNWpmZmdiMddTz4ksV7Ca0hOOY_m3YYVJ8_NSO4wVOHxzdQdjxNjb.png?width=1080\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=8918234164d2e4527826fed775607039676693b7\", \"width\": 1080, \"height\": 754}], \"variants\": {}, \"id\": \"c3Z4ZW9yNWpmZmdiMddTz4ksV7Ca0hOOY_m3YYVJ8_NSO4wVOHxzdQdjxNjb\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"c6161f6a-307e-11ee-b14a-da0464e73262\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_3aimx\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#ff66ac\", \"id\": \"15jhewk\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Lazarushasawoken\", \"discussion_type\": null, \"num_comments\": 513, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/IdiotsInCars/comments/15jhewk/oc_the_suicide_gap_strikes_again/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/jg6okoqjffgb1\", \"subreddit_subscribers\": 4134250, \"created_utc\": 1691300142.0, \"num_crossposts\": 3, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 5000, \"fallback_url\": \"https://v.redd.it/jg6okoqjffgb1/DASH_1080.mp4?source=fallback\", \"height\": 1080, \"width\": 1546, \"scrubber_media_url\": \"https://v.redd.it/jg6okoqjffgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/jg6okoqjffgb1/DASHPlaylist.mpd?a=1693938777%2CMzA2ZjRhNmQ5M2VjYTQ2YzE4NzNiMjc2ZWMxNmFhZjE0NjMwOGIxNTZmMWRiNTA5NjgzYmMxZDRkNjhmMDk2Mw%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 17, \"hls_url\": \"https://v.redd.it/jg6okoqjffgb1/HLSPlaylist.m3u8?a=1693938777%2CMTFkMTBmOTQ5YzYzZjI2YzNmY2VkMzMyMmU5MDFjOTAwODBlYjdiY2Y0ZjUyOGM5MWIzZGY3MjIyMjk5NDMxMw%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"Chadtopia\", \"selftext\": \"\", \"author_fullname\": \"t2_uo2ba8q8\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Chad dad dances with his daughter\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Dancing\"}], \"subreddit_name_prefixed\": \"r/Chadtopia\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jpl28\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.96, \"author_flair_background_color\": \"\", \"ups\": 3533, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/p7yssje3rhgb1/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/p7yssje3rhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/p7yssje3rhgb1/DASHPlaylist.mpd?a=1693938777%2CNDA5ZjViZjQ2ODhkN2FkMjViODEwODAwOWE0MzdmMDYzMTExMmU2Y2U1N2FhZDc4Y2UxOTQxM2JhOGE5MGJlYQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 41, \"hls_url\": \"https://v.redd.it/p7yssje3rhgb1/HLSPlaylist.m3u8?a=1693938777%2CNDViMGUzYmMwMzRmYjcwNzkyNjhhYzFmZTgyZWJhMzdjNmE0M2E2MzM4Mzc5YmIyMzVjNzYyMTk3MWY5NTY2YQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Dancing\", \"can_mod_post\": false, \"score\": 3533, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"https://a.thumbs.redditmedia.com/bg3SxLAw_A0r2o_n84Y78f74_lvMDH_0jsevJr9iRa0.jpg\", \"edited\": false, \"author_flair_css_class\": \"NewBasic User\", \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"Chadtopian Citizen\"}], \"gildings\": {}, \"post_hint\": \"hosted:video\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691328263.0, \"link_flair_type\": \"richtext\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"v.redd.it\", \"allow_live_comments\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://v.redd.it/p7yssje3rhgb1\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/f6MsG-WAAQgaCx1jdXxzg6DlcoKZppZ3D0IlMI-qOCI.png?format=pjpg\\u0026auto=webp\\u0026s=3f9a6fd36c050587aeccdb3acc8e527da7b270b0\", \"width\": 480, \"height\": 480}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/f6MsG-WAAQgaCx1jdXxzg6DlcoKZppZ3D0IlMI-qOCI.png?width=108\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=33050a9d52872f09d771c293e1690d149262f546\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/f6MsG-WAAQgaCx1jdXxzg6DlcoKZppZ3D0IlMI-qOCI.png?width=216\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=634b503cd575beea202e17cc621b2d78a04b0929\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/f6MsG-WAAQgaCx1jdXxzg6DlcoKZppZ3D0IlMI-qOCI.png?width=320\\u0026crop=smart\\u0026format=pjpg\\u0026auto=webp\\u0026s=30aac5623d69333b1a22e2bfd31c76e7f8697864\", \"width\": 320, \"height\": 320}], \"variants\": {}, \"id\": \"tmxzIcA03cAShElnBa2GUSDyiOjzkSa0YDOTsVE57l8\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"4e4e58d0-91d9-11eb-8849-0e3907e179fb\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Chadtopian Citizen\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2eji6w\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#5a74cc\", \"id\": \"15jpl28\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ShelaCarrasco\", \"discussion_type\": null, \"num_comments\": 54, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/Chadtopia/comments/15jpl28/chad_dad_dances_with_his_daughter/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://v.redd.it/p7yssje3rhgb1\", \"subreddit_subscribers\": 298151, \"created_utc\": 1691328263.0, \"num_crossposts\": 0, \"media\": {\"reddit_video\": {\"bitrate_kbps\": 1200, \"fallback_url\": \"https://v.redd.it/p7yssje3rhgb1/DASH_480.mp4?source=fallback\", \"height\": 480, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/p7yssje3rhgb1/DASH_96.mp4\", \"dash_url\": \"https://v.redd.it/p7yssje3rhgb1/DASHPlaylist.mpd?a=1693938777%2CNDA5ZjViZjQ2ODhkN2FkMjViODEwODAwOWE0MzdmMDYzMTExMmU2Y2U1N2FhZDc4Y2UxOTQxM2JhOGE5MGJlYQ%3D%3D\\u0026v=1\\u0026f=sd\", \"duration\": 41, \"hls_url\": \"https://v.redd.it/p7yssje3rhgb1/HLSPlaylist.m3u8?a=1693938777%2CNDViMGUzYmMwMzRmYjcwNzkyNjhhYzFmZTgyZWJhMzdjNmE0M2E2MzM4Mzc5YmIyMzVjNzYyMTk3MWY5NTY2YQ%3D%3D\\u0026v=1\\u0026f=sd\", \"is_gif\": false, \"transcoding_status\": \"completed\"}}, \"is_video\": true}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"BrandNewSentence\", \"selftext\": \"\", \"author_fullname\": \"t2_84sibey1\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Poland can't catch a break\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/BrandNewSentence\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jkb59\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.98, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 10767, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 10767, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/yY-eiG23_HTPoysyTxDRMBYVw6ZPeW9MiCznctMHM2U.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691310379.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/v2a4omi3aggb1.jpg\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/v2a4omi3aggb1.jpg?auto=webp\\u0026s=f2ca6cdac9d6ff40e16c30889c680327f878fc74\", \"width\": 602, \"height\": 683}, \"resolutions\": [{\"url\": \"https://preview.redd.it/v2a4omi3aggb1.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=85f0611fcaed0415cdc6639f7f8ce50133b6e6c5\", \"width\": 108, \"height\": 122}, {\"url\": \"https://preview.redd.it/v2a4omi3aggb1.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=f6564ba5d2d334c04ced3a1fd75b7c9f9b31e1c3\", \"width\": 216, \"height\": 245}, {\"url\": \"https://preview.redd.it/v2a4omi3aggb1.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=2afaef9cb3be1a5abe528d3dc2875bec83eb9b06\", \"width\": 320, \"height\": 363}], \"variants\": {}, \"id\": \"ZbUvrw-p0-QiTI0QPP0NKWAEGL_S1HcN5utvNObcPzM\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_mbn0j\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jkb59\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ThisIsMyPassword100\", \"discussion_type\": null, \"num_comments\": 119, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/BrandNewSentence/comments/15jkb59/poland_cant_catch_a_break/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/v2a4omi3aggb1.jpg\", \"subreddit_subscribers\": 1216125, \"created_utc\": 1691310379.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"2westerneurope4u\", \"selftext\": \"\", \"author_fullname\": \"t2_17wkbm7k\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"How did they know this? Are they spying on us?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/2westerneurope4u\", \"hidden\": false, \"pwls\": 7, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jllqh\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.97, \"author_flair_background_color\": \"transparent\", \"subreddit_type\": \"public\", \"ups\": 2887, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"e11a1f72-bdb7-11ec-8185-c22b83b8c1f8\", \"is_original_content\": true, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 2887, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Ne_9_aCrnDRMg1LsNqJK95Jk1nKDvvQPjmUngmhnP6c.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"a\": \":Netherlands:\", \"e\": \"emoji\", \"u\": \"https://emoji.redditmedia.com/lnmv9srd3k5a1_t5_66zq15/Netherlands\"}, {\"e\": \"text\", \"t\": \" Hollander\"}], \"gildings\": {}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1691315117.0, \"link_flair_type\": \"text\", \"wls\": 7, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"i.redd.it\", \"allow_live_comments\": true, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://i.redd.it/bvid0pxznggb1.png\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/bvid0pxznggb1.png?auto=webp\\u0026s=6652e09d923b8938838ac5e2b8813f1bacabf3c6\", \"width\": 1022, \"height\": 1085}, \"resolutions\": [{\"url\": \"https://preview.redd.it/bvid0pxznggb1.png?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=87bcf68431b98ae3332973c8c25b8f3f0993393b\", \"width\": 108, \"height\": 114}, {\"url\": \"https://preview.redd.it/bvid0pxznggb1.png?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=d58d7fa94854581aa78c6590186aec4b4fe4ddbd\", \"width\": 216, \"height\": 229}, {\"url\": \"https://preview.redd.it/bvid0pxznggb1.png?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=63dee4b40eaa9b5d77fc4e7c537451686fe82d11\", \"width\": 320, \"height\": 339}, {\"url\": \"https://preview.redd.it/bvid0pxznggb1.png?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=780e90ab2f2fa606e93abb2c358db7bde0e541b2\", \"width\": 640, \"height\": 679}, {\"url\": \"https://preview.redd.it/bvid0pxznggb1.png?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=9ea5dbb6cfa26c90ba3dace50dc850b55efe2b48\", \"width\": 960, \"height\": 1019}], \"variants\": {}, \"id\": \"dn9_XUrYrqEK5eRL_83z0TFh2n2JlYrPVO76TTso9WA\"}], \"enabled\": true}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \":Netherlands: Hollander\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_66zq15\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jllqh\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Cubelock\", \"discussion_type\": null, \"num_comments\": 514, \"send_replies\": true, \"whitelist_status\": \"some_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/2westerneurope4u/comments/15jllqh/how_did_they_know_this_are_they_spying_on_us/\", \"parent_whitelist_status\": \"some_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/bvid0pxznggb1.png\", \"subreddit_subscribers\": 184153, \"created_utc\": 1691315117.0, \"num_crossposts\": 3, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"popculturechat\", \"selftext\": \"More info here: https://www.instagram.com/p/Cvh1fLTLD-Q/\", \"author_fullname\": \"t2_3mf30\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Mattel is selling doll-sized versions of Kate McKinnon's Weird Barbie character from the movie\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Objects \\u0026 Toys \\ud83d\\udd79\\ufe0f\\ud83e\\uddf8\"}], \"subreddit_name_prefixed\": \"r/popculturechat\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": 93, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15joq9h\", \"quarantine\": false, \"link_flair_text_color\": \"light\", \"upvote_ratio\": 0.95, \"author_flair_background_color\": \"transparent\", \"ups\": 3286, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": \"0be7fc64-0963-11ed-ac34-aa3751a3ca85\", \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Objects \\u0026 Toys \\ud83d\\udd79\\ufe0f\\ud83e\\uddf8\", \"can_mod_post\": false, \"score\": 3286, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": true, \"thumbnail\": \"https://b.thumbs.redditmedia.com/EwZWOUF8jYVm_pMMi92KkHa-UyTObKC-MneuyXvAlCc.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [{\"e\": \"text\", \"t\": \"Zermajesty \\ud83d\\udc51\"}], \"gildings\": {}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"subreddit_type\": \"public\", \"created\": 1691325794.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"richtext\", \"domain\": \"people.com\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMore info here: \\u003Ca href=\\\"https://www.instagram.com/p/Cvh1fLTLD-Q/\\\"\\u003Ehttps://www.instagram.com/p/Cvh1fLTLD-Q/\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"url_overridden_by_dest\": \"https://people.com/you-can-now-buy-kate-mckinnons-weird-barbie-doll-from-the-hit-movie-7569886\", \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/T3GdlYdu8W_W3STIJWuc77biyCSUF9t76fN56BQAGas.jpg?auto=webp\\u0026s=9e3d0cb4a63f8e89e53bff7d6c0000adc74683e0\", \"width\": 1500, \"height\": 1000}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/T3GdlYdu8W_W3STIJWuc77biyCSUF9t76fN56BQAGas.jpg?width=108\\u0026crop=smart\\u0026auto=webp\\u0026s=6c2c13942a1e4a42b110ef8386ce8e50df2b8271\", \"width\": 108, \"height\": 72}, {\"url\": \"https://external-preview.redd.it/T3GdlYdu8W_W3STIJWuc77biyCSUF9t76fN56BQAGas.jpg?width=216\\u0026crop=smart\\u0026auto=webp\\u0026s=d3c3512d4833b0dc0c01e012bb20d40854de6f31\", \"width\": 216, \"height\": 144}, {\"url\": \"https://external-preview.redd.it/T3GdlYdu8W_W3STIJWuc77biyCSUF9t76fN56BQAGas.jpg?width=320\\u0026crop=smart\\u0026auto=webp\\u0026s=6ca4f933b31a1f437635dbf48d05fba763f34e49\", \"width\": 320, \"height\": 213}, {\"url\": \"https://external-preview.redd.it/T3GdlYdu8W_W3STIJWuc77biyCSUF9t76fN56BQAGas.jpg?width=640\\u0026crop=smart\\u0026auto=webp\\u0026s=978a635e10b327f70f02857db89ec6f7cc674f87\", \"width\": 640, \"height\": 426}, {\"url\": \"https://external-preview.redd.it/T3GdlYdu8W_W3STIJWuc77biyCSUF9t76fN56BQAGas.jpg?width=960\\u0026crop=smart\\u0026auto=webp\\u0026s=281c4614802c90c05ae1b4e99f5aea3e87b13c02\", \"width\": 960, \"height\": 640}, {\"url\": \"https://external-preview.redd.it/T3GdlYdu8W_W3STIJWuc77biyCSUF9t76fN56BQAGas.jpg?width=1080\\u0026crop=smart\\u0026auto=webp\\u0026s=feb54bb6cf9df779add60667e2dd276e66c2f772\", \"width\": 1080, \"height\": 720}], \"variants\": {}, \"id\": \"ZYXp_FlK2lQRd5y0McRYzqJUNP2RbYErqSVqEgTZINA\"}], \"enabled\": false}, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"83d9e09e-92ce-11ed-a4e2-7e19abf7a4a4\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": \"Zermajesty \\ud83d\\udc51\", \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"mod_note\": null, \"distinguished\": null, \"subreddit_id\": \"t5_5rj68d\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"num_reports\": null, \"removal_reason\": null, \"link_flair_background_color\": \"#46d160\", \"id\": \"15joq9h\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"sabira\", \"discussion_type\": null, \"num_comments\": 252, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": \"dark\", \"permalink\": \"/r/popculturechat/comments/15joq9h/mattel_is_selling_dollsized_versions_of_kate/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://people.com/you-can-now-buy-kate-mckinnons-weird-barbie-doll-from-the-hit-movie-7569886\", \"subreddit_subscribers\": 1428677, \"created_utc\": 1691325794.0, \"num_crossposts\": 1, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"jobs\", \"selftext\": \"1. **Skeleton Crews.** Basically, if one person is doing the work of three people with the same pay why hire more? Who cares if that person is stressed out? Business is still running as usual and will hold out as long as they can. By not hiring more and keeping the headcount low, profit goes up and whoever is in the upper management gets a nice bonus.\\n2. **False Hiring and PPP Loans.** Ranging from small businesses to large corporations, many have received Payment Protection Program (PPP) Loans that were supposed to be used for payroll and other expenses during the pandemic. However, many of the loans were abused and pocketed by owners and then later forgiven. A condition for these loans to be forgiven is if a company is \\\"actively\\\" trying to hire but cannot fulfill these positions. That's why people are struggling to get interviews as well as seeing jobs being posted over and over again. They had no intention to hire in the first place. Basically, it was a huge money transfer and the top ate well.\\n3. **Everyone is hiring.** No, they are not. Only retail and fast food positions that barely pay a living wage and high stressed are only hiring is what they mean. Not the comfy white-collar jobs with good benefits cause who would give that up? Even then, these places are running on skeleton crews as well.\\n4. **Mass Layoffs.** You have now a lot of people including whom have more than 12+ years of experience looking for jobs now. A good chunk of them are willing to take lower-paying jobs because they have no choice but to put food on the table and pay bills. Now the entry-level or junior-level position you are applying for has become more competitive. Employers have the luxury to be picky and want a unicorn to be a yes man, a bootlicker, someone who does not talk back, who is overqualified, and willing to take a pay cut as well. Also, a lot of these companies have a \\\"monkey see monkey do\\\" mentality. Once a couple of companies started doing layoffs, then other companies started doing it only because \\\"it must be the right thing to do right now\\\"\\n5. **The Feds actually want unemployment to go up.** They want it to go up because the justification is that no job = no money = reduction in savings = lower purchasing power = reduction in inflation. Higher interest rates would lead more people to hold off on purchases they do not need which put less money in circulation and bring down inflation according to the federal government. Also, Powell said it is to \\\"discipline labor\\\" as well. But of course, there isn't a problem with corporations making record profits during high periods of inflation. It is estimated that 70% of inflation came from price gouging in which corporations raised the price more than they needed to and mask it as inflation. Anything but to tax the rich right? I'm sure trickle-down will happen anytime soon.\\n6. **Anti- WFH Propaganda.** Throughout the pandemic, multiple reports proved that WFH has increased productivity and worker well-being that has not been seen pre-pandemic. WFH was positively received. But all of a sudden Return-to-Office was necessary as WFH wasn't working even though as long you have a computer, desk, and WI-FI, the same work that can be done at the office, can be done better from home in most people's cases. This is later revealed that a lot of bigger players are tied up in real-estate investment of these corporate buildings and that tax revenue around the surrounding areas has decreased as well which the local government does not like. If you WFH, there is no need to buy food on the way to work or buy expensive lunch downtown, and then waste money on gas. However, with the big RTO push, a lot of employees are either resigning or outright refusing because why would you go backward on quality of life? I even was disqualified from an interview for asking about remote policy but it is what it is. Remote work is in hot demand yet employers refuse to acknowledge it.\\n\\nThere's more to why the job market is trash right now of course but this is JMO from all the reports and posts I have been reading. Feel free to add or even counter any of the points I made. Any comments are appreciated\", \"author_fullname\": \"t2_dz3ihdru\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Reasons why this job market is horrible.\", \"link_flair_richtext\": [{\"e\": \"text\", \"t\": \"Companies\"}], \"subreddit_name_prefixed\": \"r/jobs\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": \"\", \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jh5bv\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.93, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 3662, \"total_awards_received\": 3, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": \"Companies\", \"can_mod_post\": false, \"score\": 3662, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1691300171.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691299231.0, \"link_flair_type\": \"richtext\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.jobs\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Col\\u003E\\n\\u003Cli\\u003E\\u003Cstrong\\u003ESkeleton Crews.\\u003C/strong\\u003E Basically, if one person is doing the work of three people with the same pay why hire more? Who cares if that person is stressed out? Business is still running as usual and will hold out as long as they can. By not hiring more and keeping the headcount low, profit goes up and whoever is in the upper management gets a nice bonus.\\u003C/li\\u003E\\n\\u003Cli\\u003E\\u003Cstrong\\u003EFalse Hiring and PPP Loans.\\u003C/strong\\u003E Ranging from small businesses to large corporations, many have received Payment Protection Program (PPP) Loans that were supposed to be used for payroll and other expenses during the pandemic. However, many of the loans were abused and pocketed by owners and then later forgiven. A condition for these loans to be forgiven is if a company is \\u0026quot;actively\\u0026quot; trying to hire but cannot fulfill these positions. That\\u0026#39;s why people are struggling to get interviews as well as seeing jobs being posted over and over again. They had no intention to hire in the first place. Basically, it was a huge money transfer and the top ate well.\\u003C/li\\u003E\\n\\u003Cli\\u003E\\u003Cstrong\\u003EEveryone is hiring.\\u003C/strong\\u003E No, they are not. Only retail and fast food positions that barely pay a living wage and high stressed are only hiring is what they mean. Not the comfy white-collar jobs with good benefits cause who would give that up? Even then, these places are running on skeleton crews as well.\\u003C/li\\u003E\\n\\u003Cli\\u003E\\u003Cstrong\\u003EMass Layoffs.\\u003C/strong\\u003E You have now a lot of people including whom have more than 12+ years of experience looking for jobs now. A good chunk of them are willing to take lower-paying jobs because they have no choice but to put food on the table and pay bills. Now the entry-level or junior-level position you are applying for has become more competitive. Employers have the luxury to be picky and want a unicorn to be a yes man, a bootlicker, someone who does not talk back, who is overqualified, and willing to take a pay cut as well. Also, a lot of these companies have a \\u0026quot;monkey see monkey do\\u0026quot; mentality. Once a couple of companies started doing layoffs, then other companies started doing it only because \\u0026quot;it must be the right thing to do right now\\u0026quot;\\u003C/li\\u003E\\n\\u003Cli\\u003E\\u003Cstrong\\u003EThe Feds actually want unemployment to go up.\\u003C/strong\\u003E They want it to go up because the justification is that no job = no money = reduction in savings = lower purchasing power = reduction in inflation. Higher interest rates would lead more people to hold off on purchases they do not need which put less money in circulation and bring down inflation according to the federal government. Also, Powell said it is to \\u0026quot;discipline labor\\u0026quot; as well. But of course, there isn\\u0026#39;t a problem with corporations making record profits during high periods of inflation. It is estimated that 70% of inflation came from price gouging in which corporations raised the price more than they needed to and mask it as inflation. Anything but to tax the rich right? I\\u0026#39;m sure trickle-down will happen anytime soon.\\u003C/li\\u003E\\n\\u003Cli\\u003E\\u003Cstrong\\u003EAnti- WFH Propaganda.\\u003C/strong\\u003E Throughout the pandemic, multiple reports proved that WFH has increased productivity and worker well-being that has not been seen pre-pandemic. WFH was positively received. But all of a sudden Return-to-Office was necessary as WFH wasn\\u0026#39;t working even though as long you have a computer, desk, and WI-FI, the same work that can be done at the office, can be done better from home in most people\\u0026#39;s cases. This is later revealed that a lot of bigger players are tied up in real-estate investment of these corporate buildings and that tax revenue around the surrounding areas has decreased as well which the local government does not like. If you WFH, there is no need to buy food on the way to work or buy expensive lunch downtown, and then waste money on gas. However, with the big RTO push, a lot of employees are either resigning or outright refusing because why would you go backward on quality of life? I even was disqualified from an interview for asking about remote policy but it is what it is. Remote work is in hot demand yet employers refuse to acknowledge it.\\u003C/li\\u003E\\n\\u003C/ol\\u003E\\n\\n\\u003Cp\\u003EThere\\u0026#39;s more to why the job market is trash right now of course but this is JMO from all the reports and posts I have been reading. Feel free to add or even counter any of the points I made. Any comments are appreciated\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [{\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 30, \"id\": \"award_b4ff447e-05a5-42dc-9002-63568807cfe6\", \"penny_donate\": null, \"award_sub_type\": \"PREMIUM\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/Illuminati_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"A glowing commendation for all to see\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"All-Seeing Upvote\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=978c93744e53b8c9305467a7be792e5c401eac6c\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=d2ee343eef5048ad3add75d4a4d4e3922bb9565a\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=7d216fd3a05c61d9fb75b27092844c546d958f14\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=b76693f84fd19b04d0c0444a9812d812105e2d8f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=5353352ae9f443c353ef0b7725dabcfc1b3829a5\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 2048, \"penny_price\": null, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/am40b8b08l581_All-SeeingUpvote2.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 50, \"id\": \"award_80d4d339-95d0-43ac-b051-bc3fe0a9bab8\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=7530150c82cb32627e80f409d92bacd95b4b6f89\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=8960e957206d6214bc7a5ba3db21ac70aff76e73\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=a1853cd01a345600cdf8589476e3fdfb66b53936\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=611185fbe83a4c1b658bc08dc4bd4fb711a4db65\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=dff2aa35972f73905377622832fc2c70df360617\", \"width\": 128, \"height\": 128}], \"icon_width\": 2048, \"static_icon_width\": 2048, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Keep the community and yourself healthy and happy.\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 2048, \"name\": \"Wearing is Caring\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=0349ceebb30e25e913f1ebc8cde78807d2f94cfe\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=07cc6b9c14c3755605148f2240ac582a44a78596\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=d89451c2145881c3d525a6b78742a11546feea3c\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=1513567b75db31adff4e4a7a157e6cab8a3e41ad\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=234cb3d8f90476a6e38e2105c52f0f7281585176\", \"width\": 128, \"height\": 128}], \"icon_format\": \"PNG\", \"icon_height\": 2048, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png\"}, {\"giver_coin_reward\": null, \"subreddit_id\": null, \"is_new\": false, \"days_of_drip_extension\": null, \"coin_price\": 300, \"id\": \"award_a3b7d374-68b4-4c77-8a57-e11fd6f26c06\", \"penny_donate\": null, \"award_sub_type\": \"GLOBAL\", \"coin_reward\": 0, \"icon_url\": \"https://www.redditstatic.com/gold/awards/icon/wait_what_512.png\", \"days_of_premium\": null, \"tiers_by_required_awardings\": null, \"resized_icons\": [{\"url\": \"https://www.redditstatic.com/gold/awards/icon/wait_what_16.png\", \"width\": 16, \"height\": 16}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/wait_what_32.png\", \"width\": 32, \"height\": 32}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/wait_what_48.png\", \"width\": 48, \"height\": 48}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/wait_what_64.png\", \"width\": 64, \"height\": 64}, {\"url\": \"https://www.redditstatic.com/gold/awards/icon/wait_what_128.png\", \"width\": 128, \"height\": 128}], \"icon_width\": 512, \"static_icon_width\": 512, \"start_date\": null, \"is_enabled\": true, \"awardings_required_to_grant_benefits\": null, \"description\": \"Hold up, what was that?\", \"end_date\": null, \"sticky_duration_seconds\": null, \"subreddit_coin_reward\": 0, \"count\": 1, \"static_icon_height\": 512, \"name\": \"Wait What?\", \"resized_static_icons\": [{\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0k47ptig6kd61_WaitWhat.png?width=16\\u0026height=16\\u0026auto=webp\\u0026s=c406a2aef4b88eba8bceb5dd2074e83bb1aaf5f1\", \"width\": 16, \"height\": 16}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0k47ptig6kd61_WaitWhat.png?width=32\\u0026height=32\\u0026auto=webp\\u0026s=c795246222536b34c9d0d40ae4fb51424f010945\", \"width\": 32, \"height\": 32}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0k47ptig6kd61_WaitWhat.png?width=48\\u0026height=48\\u0026auto=webp\\u0026s=0bf5fc792dff3c179ed8b3733b03ee147b5370ab\", \"width\": 48, \"height\": 48}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0k47ptig6kd61_WaitWhat.png?width=64\\u0026height=64\\u0026auto=webp\\u0026s=a5090ab75561ed21a54c7ee011d178f8ac23e80f\", \"width\": 64, \"height\": 64}, {\"url\": \"https://preview.redd.it/award_images/t5_22cerq/0k47ptig6kd61_WaitWhat.png?width=128\\u0026height=128\\u0026auto=webp\\u0026s=75d8659878e1f47a90897bb6605a4eb76109435c\", \"width\": 128, \"height\": 128}], \"icon_format\": \"APNG\", \"icon_height\": 512, \"penny_price\": 0, \"award_type\": \"global\", \"static_icon_url\": \"https://i.redd.it/award_images/t5_22cerq/0k47ptig6kd61_WaitWhat.png\"}], \"awarders\": [], \"media_only\": false, \"link_flair_template_id\": \"afed3f46-05b8-11e6-8a4b-0e9a8fb8e6bb\", \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qhnd\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jh5bv\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Mountain_Molasses769\", \"discussion_type\": null, \"num_comments\": 631, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/jobs/comments/15jh5bv/reasons_why_this_job_market_is_horrible/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/jobs/comments/15jh5bv/reasons_why_this_job_market_is_horrible/\", \"subreddit_subscribers\": 1326356, \"created_utc\": 1691299231.0, \"num_crossposts\": 5, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"TwoXChromosomes\", \"selftext\": \"When creating my dating profile on Tinder, I quite innocently/jokingly put Weird Al's - White and Nerdy song as my anthem. Didn't think much of it, besides being in good humour.\\n\\nHowever, got quite a few messages from guys wanting to do a 'nerd test' on me, some mentioning it in their first message. I always found it really condescending and inline with 'girls can't be nerds' stereotype. Depending on my mood I would just unmatch them or call them out on it.\\n\\nTalking with some female friends of mine, they told me I might be overreacting, and just assuming malice, that the guys might be awkward with their words. And now I am confused what to think.\\n\\nEdit: I made a post and didn't check Reddit, wasn't expecting it will blow up so much. Thank you all for making me feel validated ! I work in male dominated field and I am aware that my threshold is super low as I've heard all misogynistic comments imaginable since Uni days. And always questioning myself that maybe this has made me overly defensive.\", \"author_fullname\": \"t2_5ecmjcwm\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Guys wanting to test my nerdiness\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/TwoXChromosomes\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": null, \"top_awarded_type\": null, \"hide_score\": false, \"name\": \"t3_15jm0nk\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"upvote_ratio\": 0.92, \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1959, \"total_awards_received\": 0, \"media_embed\": {}, \"thumbnail_width\": null, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1959, \"approved_by\": null, \"is_created_from_ads_ui\": false, \"author_premium\": false, \"thumbnail\": \"self\", \"edited\": 1691345480.0, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {}, \"content_categories\": null, \"is_self\": true, \"mod_note\": null, \"created\": 1691316617.0, \"link_flair_type\": \"text\", \"wls\": 6, \"removed_by_category\": null, \"banned_by\": null, \"author_flair_type\": \"text\", \"domain\": \"self.TwoXChromosomes\", \"allow_live_comments\": true, \"selftext_html\": \"\\u003C!-- SC_OFF --\\u003E\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhen creating my dating profile on Tinder, I quite innocently/jokingly put Weird Al\\u0026#39;s - White and Nerdy song as my anthem. Didn\\u0026#39;t think much of it, besides being in good humour.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EHowever, got quite a few messages from guys wanting to do a \\u0026#39;nerd test\\u0026#39; on me, some mentioning it in their first message. I always found it really condescending and inline with \\u0026#39;girls can\\u0026#39;t be nerds\\u0026#39; stereotype. Depending on my mood I would just unmatch them or call them out on it.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003ETalking with some female friends of mine, they told me I might be overreacting, and just assuming malice, that the guys might be awkward with their words. And now I am confused what to think.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EEdit: I made a post and didn\\u0026#39;t check Reddit, wasn\\u0026#39;t expecting it will blow up so much. Thank you all for making me feel validated ! I work in male dominated field and I am aware that my threshold is super low as I\\u0026#39;ve heard all misogynistic comments imaginable since Uni days. And always questioning myself that maybe this has made me overly defensive.\\u003C/p\\u003E\\n\\u003C/div\\u003E\\u003C!-- SC_ON --\\u003E\", \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": false, \"no_follow\": false, \"is_crosspostable\": false, \"pinned\": false, \"over_18\": false, \"all_awardings\": [], \"awarders\": [], \"media_only\": false, \"can_gild\": false, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"treatment_tags\": [], \"visited\": false, \"removed_by\": null, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2r2jt\", \"author_is_blocked\": false, \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"15jm0nk\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Physical_Pattern7375\", \"discussion_type\": null, \"num_comments\": 525, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"contest_mode\": false, \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/TwoXChromosomes/comments/15jm0nk/guys_wanting_to_test_my_nerdiness/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://www.reddit.com/r/TwoXChromosomes/comments/15jm0nk/guys_wanting_to_test_my_nerdiness/\", \"subreddit_subscribers\": 13620887, \"created_utc\": 1691316617.0, \"num_crossposts\": 0, \"media\": null, \"is_video\": false}}], \"before\": null}}" }, "headers": { - "Accept-Ranges": "bytes", - "Connection": "keep-alive", - "Content-Encoding": "gzip", - "Content-Length": "226291", - "Content-Type": "application/json; charset=UTF-8", - "Date": "Tue, 29 Sep 2020 00:31:01 GMT", - "Server": "snooserv", - "Set-Cookie": "csv=1; Max-Age=63072000; Domain=.reddit.com; Path=/; Secure; SameSite=None", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Vary": "accept-encoding", - "Via": "1.1 varnish", - "X-Moose": "majestic", - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Moose", - "cache-control": "max-age=0, must-revalidate", - "x-content-type-options": "nosniff", - "x-frame-options": "SAMEORIGIN", - "x-ua-compatible": "IE=edge", - "x-xss-protection": "1; mode=block" + "Accept-Ranges": [ + "bytes" + ], + "Access-Control-Allow-Origin": [ + "*" + ], + "Access-Control-Expose-Headers": [ + "X-Moose" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "keep-alive" + ], + "Content-Length": [ + "712766" + ], + "Content-Type": [ + "application/json; charset=UTF-8" + ], + "Date": [ + "Sun, 06 Aug 2023 18:32:58 GMT" + ], + "NEL": [ + "{\"report_to\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": false, \"success_fraction\": 1.0, \"failure_fraction\": 1.0}" + ], + "Report-To": [ + "{\"group\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-nel.reddit.com/reports\" }]}, {\"group\": \"w3-reporting\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting.reddit.com/reports\" }]}, {\"group\": \"w3-reporting-csp\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-csp.reddit.com/reports\" }]}" + ], + "Server": [ + "snooserv" + ], + "Set-Cookie": [ + "loid=000000000h1k649jre.2.1691346776974.Z0FBQUFBQmt6LWRhTWMtRVJ2U0dVZ1didFNnUzFMdW9CNUg1aUI2eUdOVEZ6TnRUYkx6ZUx4LUtKZTdvbDd0bUNPbVhPSl96TUJpUGhvN2FDeElTSjZUN1FhUHRyMFljX0NjYlp4UnFGN05LV2RnT3FoZ3VCZm96VXZlTnZnbFc1TjBKX2M3d2FKb18; Domain=reddit.com; Max-Age=63071999; Path=/; expires=Tue, 05-Aug-2025 18:32:58 GMT; secure; SameSite=None; Secure", + "session_tracker=dkorcnraoiagbnqiqp.0.1691346777146.Z0FBQUFBQmt6LWRhSVZhQXhWSHJ1ZlRCbTJ6NjBnNWJ4dDNOTFBBN2JvQWRXbmgzUlpZVmZNRDBEVHRGOFpaWGJRNFA0R3J0LUp3b190MG1YbVJfZldmQTVRcE1oeUVibUJHSm4tUGhCSmhaelpYM3ZwN3NSMEhrV0I0VEJsTUM4elJnRGI0eWNEbGg; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sun, 06-Aug-2023 20:32:58 GMT; secure; SameSite=None; Secure", + "csv=2; Max-Age=63072000; Domain=.reddit.com; Path=/; Secure; SameSite=None" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubdomains" + ], + "Vary": [ + "accept-encoding" + ], + "Via": [ + "1.1 varnish" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "X-XSS-Protection": [ + "1; mode=block" + ], + "x-moose": [ + "majestic" + ], + "x-ratelimit-remaining": [ + "598.0" + ], + "x-ratelimit-reset": [ + "423" + ], + "x-ratelimit-used": [ + "2" + ], + "x-ua-compatible": [ + "IE=edge" + ] }, "status": { "code": 200, "message": "OK" }, - "url": "https://oauth.reddit.com/?limit=100&bool_param=true&raw_json=1" + "url": "https://oauth.reddit.com/?limit=100&raw_json=1" } } ], - "recorded_at": "2020-09-28T19:31:01", + "recorded_at": "2023-08-06T18:32:58", "version": 1 } diff --git a/tests/integration/cassettes/TestSession.test_request__not_found.json b/tests/integration/cassettes/TestSession.test_request__not_found.json index cdae8fb..5307a4c 100644 --- a/tests/integration/cassettes/TestSession.test_request__not_found.json +++ b/tests/integration/cassettes/TestSession.test_request__not_found.json @@ -1,118 +1,199 @@ { - "version": 1, - "interactions": [ - { - "request": { - "method": "POST", - "uri": "https://www.reddit.com/api/v1/access_token", - "body": [ - [ - "grant_type", - "password" - ], - [ - "password", - "fake_password" - ], - [ - "username", - "mc_bc_bot" - ] - ], - "headers": { - "User-Agent": [ - "asyncprawcore:test (by /u/bboe) asyncprawcore/1.4.0" - ], - "Connection": [ - "close" - ], - "AUTHORIZATION": [ - "Basic " - ] - } - }, - "response": { - "status": { - "code": 200, - "message": "OK" - }, - "headers": { - "Connection": "close", - "Content-Length": "118", - "Content-Type": "application/json; charset=UTF-8", - "x-frame-options": "SAMEORIGIN", - "x-content-type-options": "nosniff", - "x-xss-protection": "1; mode=block", - "cache-control": "max-age=0, must-revalidate", - "X-Moose": "majestic", - "Accept-Ranges": "bytes", - "Date": "Sat, 13 Jun 2020 10:17:25 GMT", - "Via": "1.1 varnish", - "X-Served-By": "cache-ams21042-AMS", - "X-Cache": "MISS", - "X-Cache-Hits": "0", - "X-Timer": "S1592043445.459012,VS0,VE394", - "Set-Cookie": "edgebucket=JyHLzs633VGXZJgwzl; Domain=reddit.com; Max-Age=63071999; Path=/; secure", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Server": "snooserv" - }, - "body": { - "string": "{\"access_token\": \"fake_access_Token\", \"token_type\": \"bearer\", \"expires_in\": 3600, \"scope\": \"*\"}" - }, - "url": "https://www.reddit.com/api/v1/access_token" - } + "interactions": [ + { + "request": { + "body": [ + [ + "grant_type", + "client_credentials" + ] + ], + "headers": { + "AUTHORIZATION": [ + "Basic " + ], + "Accept-Encoding": [ + "identity" + ], + "Connection": [ + "close" + ], + "User-Agent": [ + "asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/2.3.1.dev0" + ] }, - { - "request": { - "method": "GET", - "uri": "https://oauth.reddit.com/r/cricket/wiki/invalid?raw_json=1", - "body": null, - "headers": { - "User-Agent": [ - "asyncprawcore:test (by /u/bboe) asyncprawcore/1.4.0" - ], - "Authorization": [ - "bearer " - ] - } - }, - "response": { - "status": { - "code": 404, - "message": "Not Found" - }, - "headers": { - "Connection": "keep-alive", - "Content-Length": "52", - "Content-Type": "application/json; charset=UTF-8", - "x-ua-compatible": "IE=edge", - "x-frame-options": "SAMEORIGIN", - "x-content-type-options": "nosniff", - "x-xss-protection": "1; mode=block", - "expires": "-1", - "cache-control": "private, s-maxage=0, max-age=0, must-revalidate, no-store, max-age=0, must-revalidate", - "x-ratelimit-remaining": "596.0", - "x-ratelimit-used": "4", - "x-ratelimit-reset": "154", - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Moose", - "X-Moose": "majestic", - "Accept-Ranges": "bytes", - "Date": "Sat, 13 Jun 2020 10:17:26 GMT", - "Via": "1.1 varnish", - "X-Served-By": "cache-ams21020-AMS", - "X-Cache": "MISS", - "X-Cache-Hits": "0", - "X-Timer": "S1592043446.009380,VS0,VE182", - "Set-Cookie": "csv=1; Max-Age=63072000; Domain=.reddit.com; Path=/; Secure; SameSite=None", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Server": "snooserv" - }, - "body": { - "string": "{\"reason\": \"PAGE_NOT_FOUND\", \"message\": \"Not Found\"}" - }, - "url": "https://oauth.reddit.com/r/cricket/wiki/invalid?raw_json=1" - } - } - ] + "method": "POST", + "uri": "https://www.reddit.com/api/v1/access_token" + }, + "response": { + "body": { + "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"expires_in\": 86400, \"scope\": \"*\"}" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "close" + ], + "Content-Length": [ + "812" + ], + "Content-Type": [ + "application/json; charset=UTF-8" + ], + "Date": [ + "Sun, 06 Aug 2023 18:32:26 GMT" + ], + "NEL": [ + "{\"report_to\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": false, \"success_fraction\": 1.0, \"failure_fraction\": 1.0}" + ], + "Report-To": [ + "{\"group\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-nel.reddit.com/reports\" }]}, {\"group\": \"w3-reporting\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting.reddit.com/reports\" }]}, {\"group\": \"w3-reporting-csp\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-csp.reddit.com/reports\" }]}" + ], + "Server": [ + "snooserv" + ], + "Set-Cookie": [ + "edgebucket=iYKL7DyFJD5jIDZuh9; Domain=reddit.com; Max-Age=63071999; Path=/; secure" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubdomains" + ], + "Vary": [ + "accept-encoding" + ], + "Via": [ + "1.1 varnish" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "X-XSS-Protection": [ + "1; mode=block" + ], + "x-moose": [ + "majestic" + ], + "x-reddit-loid": [ + "000000000h1k5lkdvu.2.1691346746799.Z0FBQUFBQmt6LWM2RDB2ODI0aFBOSENvdUFLT1ZmSUVfOUxnSDRFd0lSX3JqUGV3dkhDQ1F3SFVfSWV2Y0txcTVkZ05EZm5RQkdiUlVORDNZOXMxT0tPeVlYQlU0MU4zNnRkMGlQYmx6c2dHaHRaRXpHN0llMzhUUTM4ZmYyWVFDTlFCUG9JM2F3dlk" + ] + }, + "status": { + "code": 200, + "message": "OK" + }, + "url": "https://www.reddit.com/api/v1/access_token" + } + }, + { + "request": { + "body": null, + "headers": { + "Accept-Encoding": [ + "identity" + ], + "Authorization": [ + "bearer " + ], + "Cookie": [ + "edgebucket=iYKL7DyFJD5jIDZuh9" + ], + "User-Agent": [ + "asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/2.3.1.dev0" + ] + }, + "method": "GET", + "uri": "https://oauth.reddit.com/r/pics/wiki/invalid?raw_json=1" + }, + "response": { + "body": { + "string": "{\"reason\": \"PAGE_NOT_FOUND\", \"message\": \"Not Found\"}" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Access-Control-Allow-Origin": [ + "*" + ], + "Access-Control-Expose-Headers": [ + "X-Moose" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "keep-alive" + ], + "Content-Length": [ + "52" + ], + "Content-Type": [ + "application/json; charset=UTF-8" + ], + "Date": [ + "Sun, 06 Aug 2023 18:32:27 GMT" + ], + "NEL": [ + "{\"report_to\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": false, \"success_fraction\": 1.0, \"failure_fraction\": 1.0}" + ], + "Report-To": [ + "{\"group\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-nel.reddit.com/reports\" }]}, {\"group\": \"w3-reporting\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting.reddit.com/reports\" }]}, {\"group\": \"w3-reporting-csp\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-csp.reddit.com/reports\" }]}" + ], + "Server": [ + "snooserv" + ], + "Set-Cookie": [ + "loid=000000000h1k5lkdvu.2.1691346746799.Z0FBQUFBQmt6LWM2QkgxZzhrVzl4MmRyellVaXFfdHlmT2dDbEJmT3FMdk1sWTFmd1M4YUFnTW5tS0RTUnBDTDY4Qk9tN0ZPa3dfVEJ1LW93WFppTGxBbVdCSWs0cnZnVFF1RXBUM1ZjVTdNbTJyZ2p6S0dDZU5Pb1ZaaVZhaVVyaWt6ek5tWW5YNWY; Domain=reddit.com; Max-Age=63071999; Path=/; expires=Tue, 05-Aug-2025 18:32:26 GMT; secure; SameSite=None; Secure", + "session_tracker=opdqaqbkdaqobbhpgd.0.1691346746967.Z0FBQUFBQmt6LWM2cFowVDk1OTV2QWpaNnZlTmZKSEVrNUlYUkFzenVZMVJHa0plN0hMYmRnZlpKa1c0TmFvaTdxNVBiVnRzbWZUb0piNHFlU0RZYmpwLWUycHBEOXVLZTM4bjNHcDQ1cnNnX1VmUjhoRWZIRW5lQms1VGthUjc2Vy1aek9RVEJ6dlM; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sun, 06-Aug-2023 20:32:26 GMT; secure; SameSite=None; Secure", + "csv=2; Max-Age=63072000; Domain=.reddit.com; Path=/; Secure; SameSite=None" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubdomains" + ], + "Via": [ + "1.1 varnish" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "X-XSS-Protection": [ + "1; mode=block" + ], + "x-moose": [ + "majestic" + ], + "x-ratelimit-remaining": [ + "599.0" + ], + "x-ratelimit-reset": [ + "454" + ], + "x-ratelimit-used": [ + "1" + ], + "x-ua-compatible": [ + "IE=edge" + ] + }, + "status": { + "code": 404, + "message": "Not Found" + }, + "url": "https://oauth.reddit.com/r/pics/wiki/invalid?raw_json=1" + } + } + ], + "recorded_at": "2023-08-06T18:32:26", + "version": 1 } diff --git a/tests/integration/cassettes/TestSession.test_request__unavailable_for_legal_reasons.json b/tests/integration/cassettes/TestSession.test_request__unavailable_for_legal_reasons.json index aa4b60c..62fc1b4 100644 --- a/tests/integration/cassettes/TestSession.test_request__unavailable_for_legal_reasons.json +++ b/tests/integration/cassettes/TestSession.test_request__unavailable_for_legal_reasons.json @@ -1,54 +1,202 @@ { - "version": 1, - "interactions": [ - { - "request": { - "method": "GET", - "uri": "https://oauth.reddit.com/?raw_json=1", - "body": null, - "headers": { - "User-Agent": [ - "asyncprawcore:test (by /u/bboe) asyncprawcore/1.4.0" - ], - "Authorization": [ - "bearer " - ] - } - }, - "response": { - "status": { - "code": 451, - "message": "LEGAL REASONS" - }, - "headers": { - "Connection": "keep-alive", - "Content-Length": "10590", - "Content-Type": "text/html; charset=UTF-8", - "www-authenticate": "bearer , reddit\", error=\"invalid_token\"", - "x-ua-compatible": "IE=edge", - "x-frame-options": "SAMEORIGIN", - "x-content-type-options": "nosniff", - "x-xss-protection": "1; mode=block", - "Content-Encoding": "gzip", - "cache-control": "max-age=0, must-revalidate", - "X-Moose": "majestic", - "Accept-Ranges": "bytes", - "Date": "Sat, 13 Jun 2020 10:24:00 GMT", - "Via": "1.1 varnish", - "X-Served-By": "cache-ams21076-AMS", - "X-Cache": "MISS", - "X-Cache-Hits": "0", - "X-Timer": "S1592043840.083475,VS0,VE164", - "Vary": "accept-encoding", - "Set-Cookie": "edgebucket=aZWu0ZLk6xDoWAr137; Domain=reddit.com; Max-Age=63071999; Path=/; secure", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Server": "snooserv" - }, - "body": { - "string": "" - }, - "url": "https://oauth.reddit.com/?raw_json=1" - } - } - ] + "interactions": [ + { + "request": { + "body": [ + [ + "grant_type", + "client_credentials" + ] + ], + "headers": { + "AUTHORIZATION": [ + "Basic " + ], + "Accept-Encoding": [ + "identity" + ], + "Connection": [ + "close" + ], + "User-Agent": [ + "asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/2.3.1.dev0" + ] + }, + "method": "POST", + "uri": "https://www.reddit.com/api/v1/access_token" + }, + "response": { + "body": { + "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"expires_in\": 86400, \"scope\": \"*\"}" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "close" + ], + "Content-Length": [ + "809" + ], + "Content-Type": [ + "application/json; charset=UTF-8" + ], + "Date": [ + "Sun, 06 Aug 2023 18:28:49 GMT" + ], + "NEL": [ + "{\"report_to\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": false, \"success_fraction\": 1.0, \"failure_fraction\": 1.0}" + ], + "Report-To": [ + "{\"group\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-nel.reddit.com/reports\" }]}, {\"group\": \"w3-reporting\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting.reddit.com/reports\" }]}, {\"group\": \"w3-reporting-csp\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-csp.reddit.com/reports\" }]}" + ], + "Server": [ + "snooserv" + ], + "Set-Cookie": [ + "edgebucket=dhnRI0EkvAi9owCnVU; Domain=reddit.com; Max-Age=63071999; Path=/; secure" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubdomains" + ], + "Vary": [ + "accept-encoding" + ], + "Via": [ + "1.1 varnish" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "X-XSS-Protection": [ + "1; mode=block" + ], + "x-moose": [ + "majestic" + ], + "x-reddit-loid": [ + "000000000h1jx5zfvl.2.1691346529028.Z0FBQUFBQmt6LVpoUy04MjJENmdiTmFfemRoUVkxeF9lNzRQdEdoR01ucVk5OS1zUmtQcDJwNERGS3Q2ZjNpdHRMZlRVZEI0RDdpdU52eTlvblhwNy14OThhT25TSUVsVnlTckMyd3NsbHlmMEYzTXlzQzZ6ckNoOFRaSmxSeUZTRGVxVkJLZG1CUDc" + ] + }, + "status": { + "code": 200, + "message": "OK" + }, + "url": "https://www.reddit.com/api/v1/access_token" + } + }, + { + "request": { + "body": null, + "headers": { + "Accept-Encoding": [ + "identity" + ], + "Authorization": [ + "bearer " + ], + "Cookie": [ + "edgebucket=dhnRI0EkvAi9owCnVU" + ], + "User-Agent": [ + "asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/2.3.1.dev0" + ] + }, + "method": "GET", + "uri": "https://oauth.reddit.com/?raw_json=1" + }, + "response": { + "body": { + "string": "" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Access-Control-Allow-Origin": [ + "*" + ], + "Access-Control-Expose-Headers": [ + "X-Moose" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "keep-alive" + ], + "Content-Length": [ + "228933" + ], + "Content-Type": [ + "application/json; charset=UTF-8" + ], + "Date": [ + "Sun, 06 Aug 2023 18:28:49 GMT" + ], + "NEL": [ + "{\"report_to\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": false, \"success_fraction\": 1.0, \"failure_fraction\": 1.0}" + ], + "Report-To": [ + "{\"group\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-nel.reddit.com/reports\" }]}, {\"group\": \"w3-reporting\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting.reddit.com/reports\" }]}, {\"group\": \"w3-reporting-csp\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-csp.reddit.com/reports\" }]}" + ], + "Server": [ + "snooserv" + ], + "Set-Cookie": [ + "loid=000000000h1jx5zfvl.2.1691346529028.Z0FBQUFBQmt6LVpod1BlLVFqUUhqSTVDR0ZlNnp5a1lHejRtQklZMmtXMjZsbEdMUlpqNUQ4MUlhZEdnZEgtdl9YX0tBRWktSGNuQkU1ODFmX3dDbmtBdWZ5TkZaQkVjS011cE1YYnlzblNHNEVxdXVZbFItWWNwU3AxeVRnQWRBTV9VTHhjN2NrSng; Domain=reddit.com; Max-Age=63071999; Path=/; expires=Tue, 05-Aug-2025 18:28:49 GMT; secure; SameSite=None; Secure", + "session_tracker=hpkeqnafjfdqnmrocg.0.1691346529214.Z0FBQUFBQmt6LVpoRGw4U0diQWdYSUduUXpWWHJmSGJvMGdSQkt1b0dZem9ZUE8xZEExWXZ1bzFhYU9JaTBVRlBxRzRUU1RJa3RfaDVzay16SllXSG9wYmx5MGNsSVRBUzJpQVVvMUM0aXVnMmgzZWF1cmIxSnZ3a3JBT3JkOVdHUUJfMXZ5eTZJM3Y; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sun, 06-Aug-2023 20:28:49 GMT; secure; SameSite=None; Secure", + "csv=2; Max-Age=63072000; Domain=.reddit.com; Path=/; Secure; SameSite=None" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubdomains" + ], + "Vary": [ + "accept-encoding" + ], + "Via": [ + "1.1 varnish" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "X-XSS-Protection": [ + "1; mode=block" + ], + "x-moose": [ + "majestic" + ], + "x-ratelimit-remaining": [ + "598.0" + ], + "x-ratelimit-reset": [ + "71" + ], + "x-ratelimit-used": [ + "2" + ], + "x-ua-compatible": [ + "IE=edge" + ] + }, + "status": { + "code": 451, + "message": "LEGAL REASONS" + }, + "url": "https://oauth.reddit.com/?raw_json=1" + } + } + ], + "recorded_at": "2023-08-06T18:28:49", + "version": 1 } diff --git a/tests/integration/cassettes/TestSession.test_request__uri_too_long.json b/tests/integration/cassettes/TestSession.test_request__uri_too_long.json index 47894c5..198c3fd 100644 --- a/tests/integration/cassettes/TestSession.test_request__uri_too_long.json +++ b/tests/integration/cassettes/TestSession.test_request__uri_too_long.json @@ -12,11 +12,14 @@ "AUTHORIZATION": [ "Basic " ], + "Accept-Encoding": [ + "identity" + ], "Connection": [ "close" ], "User-Agent": [ - "asyncprawcore:test (by /u/Lil_SpazJoekp) asyncprawcore/2.0.1" + "asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/2.3.1.dev0" ] }, "method": "POST", @@ -24,28 +27,63 @@ }, "response": { "body": { - "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"expires_in\": 3600, \"scope\": \"*\"}" + "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"expires_in\": 86400, \"scope\": \"*\"}" }, "headers": { - "Accept-Ranges": "bytes", - "Cache-Control": "max-age=0, must-revalidate", - "Connection": "close", - "Content-Length": "109", - "Content-Type": "application/json; charset=UTF-8", - "Date": "Mon, 14 Jun 2021 20:09:44 GMT", - "Server": "snooserv", - "Set-Cookie": "edgebucket=08SO5oSEIVUu2RZGLF; Domain=reddit.com; Max-Age=63071999; Path=/; secure", - "Strict-Transport-Security": "max-age=15552000; includeSubDomains; preload", - "Via": "1.1 varnish", - "X-Clacks-Overhead": "GNU Terry Pratchett", - "X-Moose": "majestic", - "x-content-type-options": "nosniff", - "x-frame-options": "SAMEORIGIN", - "x-ratelimit-remaining": "112", - "x-ratelimit-reset": "16", - "x-ratelimit-used": "188", - "x-reddit-loid": "0000000000cq4mvxd8.2.1623701384136.Z0FBQUFBQmd4N2VJVzhEWFMwWVNmODBVeE1ZXzc3TlcwaHVodXJDQS1xMlJVblQwS1B6cnhGUG4wYWFSSUgtR3hPMUZHYWV4azZBTklsbjJKME1qT1NibEJUdGZWamlKRHY3UE9CcTZpMXVZeVM0MjlWM0lURmhaWDJoNC0wc1EzYnl6MGhDVk5DRHg", - "x-xss-protection": "1; mode=block" + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "close" + ], + "Content-Length": [ + "812" + ], + "Content-Type": [ + "application/json; charset=UTF-8" + ], + "Date": [ + "Sun, 06 Aug 2023 18:32:27 GMT" + ], + "NEL": [ + "{\"report_to\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": false, \"success_fraction\": 1.0, \"failure_fraction\": 1.0}" + ], + "Report-To": [ + "{\"group\": \"w3-reporting-nel\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-nel.reddit.com/reports\" }]}, {\"group\": \"w3-reporting\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting.reddit.com/reports\" }]}, {\"group\": \"w3-reporting-csp\", \"max_age\": 14400, \"include_subdomains\": true, \"endpoints\": [{ \"url\": \"https://w3-reporting-csp.reddit.com/reports\" }]}" + ], + "Server": [ + "snooserv" + ], + "Set-Cookie": [ + "edgebucket=VwWdPbfYYwOTpBkM3R; Domain=reddit.com; Max-Age=63071999; Path=/; secure" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubdomains" + ], + "Vary": [ + "accept-encoding" + ], + "Via": [ + "1.1 varnish" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-Frame-Options": [ + "SAMEORIGIN" + ], + "X-XSS-Protection": [ + "1; mode=block" + ], + "x-moose": [ + "majestic" + ], + "x-reddit-loid": [ + "000000000h1k5lrnez.2.1691346747221.Z0FBQUFBQmt6LWM3cGxXbEJVdXBrcjNvdHd1ZXhHb1dJYTJmeWVwM1ZKa0FRbXZCNFlBdU4zVy1XTWVDQVd3MXJFRFVxQmJoT2hGV1lBTVNaRk9fWktrN2NPQkhOSkRMd3lhdzh1VTdFbG5nSzFMMnp2V2YzYTZYVmlOeno4WUhxUFFHWVctSkFqWEw" + ] }, "status": { "code": 200, @@ -58,30 +96,54 @@ "request": { "body": null, "headers": { + "Accept-Encoding": [ + "identity" + ], "Authorization": [ - "bearer -plRu2qIkTWkrfP53tACvbWttZhFHjg" + "bearer " + ], + "Cookie": [ + "edgebucket=VwWdPbfYYwOTpBkM3R" ], "User-Agent": [ - "asyncprawcore:test (by /u/Lil_SpazJoekp) asyncprawcore/2.0.1" + "asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/2.3.1.dev0" ] }, "method": "GET", - "uri": "https://oauth.reddit.com/api/morechildren?raw_json=1" + "uri": "https://oauth.reddit.com/api/morechildren?link_id=t3_n7r3uz&children=gxf43y8,gxfq8eb,gxfmdc4,gxfc01r,gxfkyrq,gxfh1lj,gxfnxps,gxf8ob6,gxfdlau,gxfobx5,gxfn2mw,gxf7sp0,gxfd2ce,gxesisg,gxfqxpe,gxf6y58,gxf97ai,gxfowzs,gxfhzci,gxfrzn7,gxfha2d,gxfh3qu,gxfrzym,gxfscal,gxfdxz2,gxfbu4f,gxf4gn4,gxfte82,gxfradg,gxfpphi,gxfrznr,gxffcjt,gxfsl9d,gxfom0d,gxfpphy,gxfnyaf,gxfiic8,gxf7sri,gxfe4bj,gxfezxd,gxfif0w,gxfetda,gxfg1uv,gxfrjdh,gxf9207,gxekg31,gxffiwh,gxfhzea,gxf8upg,gxfjkai,gxfcprv,gxfmq2m,gxf7utc,gxfp091,gxf911i,gxfhzez,gxf7g5o,gxf38gd,gxf8pd9,gxftea9,gxfk39v,gxfns0l,gxf6x7a,gxfq8ig,gxem10c,gxfomk1,gxf7mhr,gxfht41,gxfbu79,gxfnjht,gxf8271,gxf8ofl,gxetr5g,gxfql6e,gxfnyd5,gxf3xrx,gxf9135,gxfa9c2,gxfb9zq,gxfp6mj,gxfmwgd,gxfq28e,gxfn2rz,gxfjqoi,gxfj7pv,gxf7g7p,gxfk9ng,gxfsvdq,gxf85i7,gxft80y,gxfn2sn,gxfnyeg,gxfq8kp,gxf2pkb,gxftecy,gxfl59v,gxerh11,gxfted4,gxfbu9o,gxffpbx,gxfqbl7,gxfnls4,gxf7sw5,gxfetqh,gxfp2af,gxfoy2q,gxfdlhv,gxfob32,gxfm78g,gxfeymw,gxfn2ud,gxfnyga,gxfjeyv,gxfgxf6,gxfk3e6,gxfd3a6,gxfeh4h,gxfppob,gxftef0,gxfgenx,gxf681u,gxf6edf,gxf681w,gxfqqch,gxffcqy,gxfr49b,gxfs1r7,gxflbo6,gxfrn8j,gxfs67d,gxf85m2,gxf8bxq,gxfiv73,gxf8bxv,gxfksqc,gxfk3g5,gxfo4ty,gxfm7ax,gxfk3gb,gxfb533,gxfeni8,gxftegx,gxfont1,gxfli12,gxfs688,gxfl0x8,gxfoiag,gxfje6v,gxe7a8p,gxeu3yy,gxfq2e4,gxfpyyt,gxfnfl1,gxfhacm,gxfq2eh,gxfn2y2,gxfq5af,gxf919p,gxfrnam,gxfngda,gxfd8za,gxfnc5l,gxfetvf,gxfsvk0,gxfc729,gxfp6tf,gxfgero,gxfmqbp,gxf8ibv,gxfk9u4,gxfam6l,gxfiimm,gxf6xg2,gxfioyb,gxfm11w,gxftkuv,gxfbuft,gxfp0ii,gxftkv0,gxfnfml,gxfqfty,gxfcq20,gxfgt8c,gxf686k,gxf6xgu,gxfnlyp,gxfg8he,gxf8icz,gxfqlfb,gxf73sq,gxfmqd7,gxfbvia,gxfpji7,gxfmwow,gxf7zep,gxfqf42,gxfohl3,gxf3fsc,gxf8idm,gxf7zf2,gxfmwpd,gxf5p8y,gxfe4nn,gxf93qo,gxfmwpl,gxfpzlw,gxf1hjz,gxfkg80,gxfi61v,gxf73tx,gxfmqef,gxenm7e,gxf3lez,gxfp0ks,gxf9kbx,gxf6r77,gxfqf5k,gxfrtq2,gxfpw70,gxfjxa5,gxfppvj,gxfam9t,gxf56bm,gxfli6b,gxfq8uc,gxfsqqu,gxfiipy,gxfa9mw,gxfqrt5,gxfn6wn,gxfama4,gxffcy9,gxf91ea,gxfsvab,gxf9e1o,gxewqxv,gxfba4x,gxf7t60,gxf9x0s,gxfgl7z,gxfnype,gxfrx3o,gxfqfh4,gxfr4hl,gxftkzg,gxfr4hr,gxfs60b,gxfq8w5,gxfqf7r,gxfdfgq,gxfpogn,gxf7mvh,gxfovtw,gxfhtht,gxf85ua,gxfsj2s,gxf8v4n,gxficgx,gxfd95u,gxffl0b,gxfq2lg,gxfka05,gxfrtt4,gxf1uay,gxey5kb,gxfn35a,gxfn35c,gxfboab,gxfmwtw,gxfteph,gxesjaw,gxfaz0b,gxfrtto,gxf7mwx,gxeuzt1,gxfrnii,gxfqf9p,gxfcjww,gxf44ib,gxewedw,gxf8ij9,gxfhzvd,gxfhtju,gxfeb4v,gxfqccr,gxevbzv,gxftl2h,gxfn9ij,gxfmwvl,gxfnm5z,gxfnm63,gxfs070,gxfmwvz,gxfaz29,gxfehhe,gxfo8uu,gxfq2o6,gxfohs7,gxfn9jd,gxeru30,gxfqgx9,gxfnfv6,gxfrq83,gxevvh0,gxf9e6v,gxfmdy2,gxfentn,gxfq90g,gxfp737,gxfoxq8,gxfpq1x,gxfbodi,gxffw2v,gxfnsj3,gxei6gg,gxfnyup,gxfm1bn,gxfq088,gxflp7j,gxfr4n0,gxfnsjh,gxftetd,gxfmkav,gxea4v6,gxfenv4,gxfo579,gxfo57b,gxf8va5,gxfa9um,gxfg2fz,gxfip9e,gxfqfdy,gxfm7oo,gxfm7op,gxfnywa,gxfmkbx,gxfrzln,gxf8oz5,gxfqetv,gxfbbsl,gxelvau,gxfk3uh,gxfqgxr,gxfbu6t,gxft280,gxf5cw1,gxfmkcm,gxfq93e,gxfq93h,gxf7zpr,gxftevk,gxf68ib,gxfi6ca,gxfq2sb,gxfqffi,gxfg8te,gxf6xt0,gxf6xt2,gxfqcgh,gxfmvd3,gxfnfzi,gxfpjua,gxfrb1x,gxfj1yu,gxfq273,gxf9362,gxfn3cw,gxfn3d1,gxfn3d4,gxf745m,gxfs97m,gxfp782,gxfrnpw,gxfeuag,gxec65k,gxf8cf4,gxfmqqq,gxf7tgk,gxffd9h,gxfq2ue,gxf8vss,gxfpjvu,gxfjran,gxf7n5e,gxeaghh,gxfi03e,gxfp0xq,gxfij27,gxfpdkw,gxflv5v,gxfliis,gxfc7ig,gxfnmdl,gxfopqv,gxfbuvg,gxfehou,gxf4fo8,gxfipeb,gxf7n6d,gxf8655,gxfpmen,gxfsjdp,gxfk3z5,gxfp7aa,gxfqgyj,gxfmkh1,gxfrn3l,gxfme5p,gxf50dq,gxfn3g0,gxfproe,gxf3ltm,gxfow2n,gxflvka,gxfipfi,gxfrq9h,gxf0mdc,gxfs74b,gxfeo1w,gxfm1jb,gxfn3go,gxf7n7u,gxfouob,gxfpdn0,gxficst,gxfc7kg,gxfrnte,gxfsyih,gxfq2xn,gxfq0vw,gxfkmzk,gxfq2xt,gxf9fty,gxftf1l,gxfojfr,gxf5d2l,gxfn3hv,gxfmqut,gxfm7w6,gxfi06w,gxfr2sn,gxfsw3m,gxfi0qm,gxf6rnv,gxftf2l,gxfpzmh,gxfmx75,gxfn9ue,gxfi07u,gxftlek,gxf5jfj,gxfpqcg,gxfjeso,gxfmqwa,gxf91va,gxf91vb,gxfs0jh,gxfhaym,gxfazeo,gxfhtxg,gxfmea6,gxftknh,gxfeo5u,gxfipjn,gxf5jh4,gxevc27,gxeoc0s,gxf7tni,gxfbc2n,gxfp7fk,gxf9yt7,gxfrbac,gxfr4z0,gxfr33x,gxf7zzl,gxftjqt,gxfckcc,gxfn3lv,gxfqsck,gxfox5i,gxftf5z,gxfk45k,gxfeo7d,gxfpqff,gxfmxam,gxfss7s,gxfrbbo,gxftb6i,gxec1lq,gxflcf3,gxflvdu,gxf8pb7,gxfscff,gxfpqg5,gxfivxj,gxfamug,gxfp161,gxfijai,gxf6y41,gxfcqpe,gxfmed0,gxfn3n9,gxffdiu,gxfq33u,gxf8qkq,gxfkzsu,gxf1ohu,gxffq6c,gxfkthq,gxfp2fh,gxfe5h4,gxfpwsz,gxfq9g5,gxfn3o7,gxf8vo9,gxf802k,gxfi0d9,gxfeula,gxfeo9t,gxfspya,gxffwiv,gxf39ex,gxeprwy,gxfm6lv,gxfrtgo,gxfq9gy,gxfmxdf,gxfoi9g,gxf82cp,gxfehz2,gxfeoao,gxf216q,gxftkob,gxflvgm,gxfjxxj,gxfklkg,gxfdz0z,gxfm1sl,gxfo5nc,gxftfa2,gxfbouz,gxffdlo,gxfrpig,gxfk49q,gxfpe11,gxfkgwz,gxfnzc5,gxfobza,gxfbc87,gxfmp3w,gxff0yz,gxfg2wc,gxfh4tp,gxfouy6,gxf7nhs,gxfnzci,gxft8g5,gxfnmph,gxf922h,gxf5pyy,gxfpqkd,gxffjy6,gxfamyq,gxfipqg,gxf4bex,gxf74ju,gxfq9y2,gxfp1at,gxfq9jq,gxf4bfc,gxfr55m,gxfeuou,gxfn4x1,gxesjxo,gxfrugd,gxfjrou,gxfjjc8,gxfp1bn,gxfoiy0,gxfbcae,gxf5ddj,gxfl69o,gxfnnvu,gxfpwxq,gxfmr5x,gxf5de2,gxfmxhn,gxf8phr,gxfl36g,gxf6yah,gxforfm,gxfnt49,gxfp1d9,gxfknce,gxfd9v3,gxfk4dt,gxfmr76,gxfjy2g,gxfiptm,gxfgfng,gxfg30d,gxf8mpw,gxf9xrz,gxfn3up,gxfr2s9,gxf8pj9,gxf339i,gxfm896,gxfijij,gxfn3v6,gxfs0us,gxfnzh2,gxfhu8n,gxfqfyx,gxfkla2,gxfijj2,gxfjrs2,gxfr35n,gxfq9no,gxf7nmt,gxf8pk7,gxfpe24,gxf5dgt,gxf80a6,gxfmxkh,gxfq9o5,gxfpe2g,gxf83cu,gxfan3w,gxfjrsu,gxfn3wf,gxf8pkz,gxfnimu,gxfgm12,gxf8j9m,gxf7rcy,gxf86mm,gxf7tyl,gxf98k3,gxfp1g4,gxfg32u,gxfp1g7,gxfmkyg,gxf4xnz,gxfsrtr,gxf8vxg,gxfefb3,gxfngks,gxevd7x,gxfnt7y,gxfi6ya,gxfnzjp,gxfnmwo,gxfqasz,gxfp1bw,gxftfg5,gxfnmwx,gxfow5n,gxfd9z9,gxfqmdj,gxfgm2y,gxfd9zg,gxfn3ym,gxfpe4w,gxfnmxh,gxfi6zb,gxfjsun,gxfidb3,gxfqg2v,gxf4bmw,gxfatii,gxfn3zf,gxftgny,gxfr0cv,gxf6ygr,gxfq9rw,gxftfk2,gxf6xbf,gxfdgck,gxfqb7t,gxfiyb0,gxfijnw,gxf85kd,gxfan80,gxfgm0z,gxfov84,gxft832,gxfda1n,gxf697g,gxf33fi,gxfrodb,gxfeom8,gxfbp5y,gxfow64,gxfcr3g,gxfp7vy,gxfqg4v,gxfqi43,gxf3mes,gxfntqb,gxfmrek,gxfnmve,gxfml32,gxfmtdh,gxf8w1t,gxfiq0y,gxf6yiu,gxfeuyw,gxf698p,gxf4bpo,gxevdcd,gxfngpa,gxf6yj3,gxfq3ip,gxfi72s,gxfo5zp,gxfnn12,gxffdy1,gxfpnkf,gxfkvui,gxfqcuo,gxfl6jm,gxfra5q,gxfovad,gxfbckm,gxfl087,gxfknl4,gxfmxrd,gxfn42y,gxfp0e5,gxf6s8g,gxf4bqq,gxf6yk7,gxffwxk,gxffwxm,gxfoinw,gxf2x6l,gxfp1mn,gxfp1mp,gxe8waq,gxfqg78,gxf6fly,gxfn43u,gxfqmiz,gxfohfm,gxf45g7,gxfn4xh,gxf8psq,gxf45gc,gxf8h68,gxeq3s2,gxf6s9x,gxfpx9i,gxfpilg,gxfq3l8,gxfktyo,gxfl6lt,gxfn44z,gxfoipg,gxfazzq,gxf69bv,gxfsqch,gxft9ds,gxfmri9,gxfhbk4,gxftfph,gxfml6v,gxfmrij,gxfqg9a,gxf6lzl,gxf8puf,gxf7hll,gxfpxay,gxfp80r,gxfbpb1,gxfl0bi,gxfckwv,gxfngtd,gxfk4pu,gxfmrjb,gxftfqg,gxfngtl,gxfgjy5,gxf48fc,gxez8jf,gxf5ds5,gxffkee,gxfo7yv,gxfpxcc,gxfq9zl,gxfcxlg,gxfq9zp,gxfq1ac,gxftfrv,gxf9li7,gxfq5i3,gxftfs6,gxfskxz,gxfda98,gxfml9q,gxf92jz,gxeo6cw,gxfdt87,gxfswu0,gxfbj22,gxfh74v,gxfnaki,gxfqa10,gxfqa11,gxfp1s9,gxfjyh6,gxfknrk,gxetyzd,gxfm8nv,gxfovh8,gxftftq,gxf69gf,gxfovhc,gxfsqjl,gxfg3fp,gxfqk9d,gxfidm5,gxfpqrh,gxfovhy,gxf8jne,gxf8dbv,gxfpqe0,gxfovi7,gxfb05i,gxfev7v,gxfnn9t,gxfrono,gxfeowl,gxfop7a,gxfmi7d,gxff7vj,gxfdgo1,gxfjfl0,gxfmrol,gxfrpcs,gxfmf1m,gxfjyjv,gxfngz7,gxfn4c4,gxfb1x0,gxf6wbj,gxfth3j,gxfqf05,gxfiwn4,gxf8q0y,gxfop8j,gxfn4ck,gxf3t1i,gxfngzr,gxf80qw,gxfkngs,gxf9fbe,gxfn4cr,gxfngzw,gxfjyku,gxfsqmp,gxfqa50,gxf8jpx,gxfnnbq,gxfhgmx,gxff1lm,gxfjs9o,gxfqggt,gxfoixv,gxfnzza,gxfnnc8,gxfqa5n,gxfnzzg,gxf80rx,gxfqbul,gxei7ld,gxfhi44,gxfqt4n,gxffzys,gxfl0jm,gxf8wed,gxftfyf,gxfk4y2,gxfn4ek,gxf6fx4,gxfk4yh,gxfn4ey,gxfqb0q,gxfp1y5,gxfl0ki,gxfn4fb,gxf5wyw,gxfovmx,gxesqwa,gxfs7qj,gxfsugi,gxfp2k3,gxfh5iu,gxf4c3b,gxeau60,gxfc27v,gxfqgjg,gxfkldh,gxfc282,gxf3zgj,gxfqa85,gxfta5m,gxfk500,gxff80h,gxff80u,gxf92sh,gxfmf6r,gxfnask,gxfqmw5,gxfo02u,gxfmrtz,gxf759l,gxfbvxq,gxf9vst,gxel0ts,gxfn4hh,gxf8whk,gxf877g,gxf3mv1,gxfpxmn,gxfpxmq,gxfrwpx,gxfqaa3,gxfmy6l,gxfnwq5,gxf8jv4,gxfpeoh,gxfptjx,gxfn51f,gxfn4if,gxfprbt,gxfbd0a,gxfj9gb,gxfo6fx,gxfj9gf,gxfnaua,gxfk52f,gxfk52g,gxf57sa,gxfesl6,gxfpepb,gxf7hyp,gxfh5ma,gxfp1k6,gxfab3t,gxft9s0,gxfqabl,gxfn4jp,gxewfre,gxf92vi,gxf51hr,gxfp236,gxflpzn,gxfk53p,gxfqac7,gxf7bo9,gxfqf1h,gxfthqj,gxfr5yc,gxfrili,gxftg4n,gxfeqp3,gxffxf0,gxfo3te,gxfh5ny,gxfoj5d,gxfmrxy,gxfmry4,gxf4v7k,gxfn4li,gxfdgxz,gxfp8gk,gxfbpqn,gxf7uog,gxfq429,gxf6xht,gxfeu2b,gxfskk7,gxfdna2,gxfoj6j,gxfo6jj,gxf69sw,gxfidyc,gxf8jz9,gxf8jzb,gxfpesq,gxfpn16,gxfn4mr,gxfinvi,gxfiqly,gxf4hzd,gxfqaey,gxfl73w,gxf8qbi,gxftjr2,gxfjsjt,gxfms0a,gxfrj36,gxfs45p,gxfsqxf,gxfnnmd,gxfhc2f,gxfg3tk,gxfnhax,gxfo09m,gxfqafw,gxfo09t,gxfie03,gxf4vag,gxf8qcp,gxfn4ob,gxfqagc,gxfpxtg,gxfpmm6,gxfmlpz,gxf8dq3,gxf6z5q,gxflwfz,gxfn4ox,gxfsqyq,gxfkuiw,gxfowa4,gxf8g7r,gxfd4ek,gxfpril,gxfqb1d,gxfdtoz,gxfm93v,gxft9ya,gxfk59h,gxfmyef,gxfeizt,gxfmyej,gxf9ynh,gxfoye5,gxex583,gxfjsmt,gxf462e,gxfp275,gxfg3wb,gxfnnp9,gxfrp33,gxfnhds,gxfjrxc,gxf8k3m,gxfmls3,gxfjyyt,gxfk5ae,gxffr9n,gxfms3x,gxfn4r4,gxfojbl,gxfie36,gxfluq6,gxf8qfq,gxf9yon,gxfn4rc,gxfe02j,gxfskpp,gxfmyfz,gxf8k4g,gxfskpu,gxftgbn,gxfn4ro,gxf8qg5,gxfqn6y,gxfhr8n,gxffxm4,gxfbpwu,gxfjyzz,gxf8z6w,gxfod16,gxfms58,gxfr6gw,gxf8wso,gxfrci1,gxfmyh7,gxfqakv,gxfoxco,gxf9yqb,gxfmyhh,gxfie52,gxfgaai,gxfkbob,gxfms69,gxfiqsl,gxfow12,gxf465j,gxfdh63,gxfk7qq,gxfr8kz,gxfk6ou,gxf7uwo,gxf8d2s,gxfrp6i,gxf7uwr,gxfnb5o,gxfq9th,gxeyq83,gxef8li,gxf8qiy,gxfms7h,gxf6zbi,gxfqbhu,gxfn7ov,gxfq1cp,gxfms7r,gxfqamx,gxfp2e3,gxfkod8,gxfp8pp,gxftgf2,gxfj4rp,gxfki1s,gxel7j9,gxfnhie,gxfn4vb,gxfqnak,gxfq4bz,gxfrap4,gxfikj6,gxf7oms,gxfljzp,gxffxq0,gxeu5x7,gxfauf0,gxfldoe,gxfnb7n,gxfkoed,gxfjmh3,gxfrncc,gxf4cju,gxfngoy,gxf2xzm,gxfp2fr,gxf3gym,gxfo0in,gxf8qlc,gxeqtut,gxflwo6,gxfja1o,gxf8ka2,gxfmsa7,gxeuv8w,gxfmsad,gxf8pqh,gxfn4xm,gxfpy2j,gxfsnnf,gxf6a4f,gxfq4e9,gxey7cz,gxf7v0m,gxfmfns,gxfmsaz,gxfg43z,gxf9yvk,gxfmymp,gxfnhli,gxfk5i1,gxfqaqj,gxfd4nw,gxfj9we,gxfnhlu,gxf0nvo,gxf5r6t,gxfs1ye,gxfp2i0,gxfmsbw,gxff8j4,gxfn4za,gxfqarc,gxf7u50,gxfbdh7,gxfk5j1,gxfp2iq,gxf8x4b,gxfskxx,gxf7v2f,gxfplhk,gxfojk9,gxfqh3e,gxf7v2j,gxfiebw,gxfmyof,gxfo6xc,gxfk5jn,gxeu61g,gxf8qol,gxfnhna,gxf7c4c,gxfprtr,gxf70nb,gxfnhnw,gxfq9ul,gxf7v3n,gxf4vn8,gxfsrav,gxfqmw6,gxeuznu,gxfmse6,gxf6zi9,gxfl16r,gxfh64m,gxfqh53,gxfk5l4,gxfp2l1,gxfqawp,gxfmja5,gxekv36,gxfcq35,gxfl7je,gxfp4rr,gxf75v0,gxf8kfl,gxfrqj7,gxfgn79,gxemsmu,gxfmyrc,gxf4j21,gxfl18a,gxfe6po,gxfpf99,gxf93em,gxftabj,gxf6zk0,gxfnbet,gxf7tak,gxfsl35,gxfswlo,gxet47e,gxfclu3,gxffez0,gxfn53k,gxfqavn,gxfnbfa,gxf7t3t,gxf6zkp,gxf8qsa&raw_json=1" }, "response": { "body": { "string": "Error: URI Too Long" }, "headers": { - "Accept-Ranges": "bytes", - "Cache-Control": "private, no-cache", - "Connection": "keep-alive", - "Content-Length": "19", - "Content-Type": "text/plain", - "Date": "Mon, 14 Jun 2021 20:09:44 GMT", - "Retry-After": "0", - "Server": "Varnish", - "Via": "1.1 varnish" + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, no-cache" + ], + "Connection": [ + "keep-alive" + ], + "Content-Length": [ + "19" + ], + "Content-Type": [ + "text/plain" + ], + "Date": [ + "Sun, 06 Aug 2023 18:32:27 GMT" + ], + "Retry-After": [ + "0" + ], + "Server": [ + "Varnish" + ], + "Via": [ + "1.1 varnish" + ] }, "status": { "code": 414, @@ -91,6 +153,6 @@ } } ], - "recorded_at": "2021-06-14T15:09:44", + "recorded_at": "2023-08-06T18:32:27", "version": 1 } diff --git a/tests/integration/test_authenticator.py b/tests/integration/test_authenticator.py index 1974517..7a7c630 100644 --- a/tests/integration/test_authenticator.py +++ b/tests/integration/test_authenticator.py @@ -7,31 +7,34 @@ class TestTrustedAuthenticator(IntegrationTest): - async def setUp(self): - await super().setUp() - self.authenticator = asyncprawcore.TrustedAuthenticator( - self.requestor, + async def test_revoke_token(self, requestor): + authenticator = asyncprawcore.TrustedAuthenticator( + requestor, pytest.placeholders.client_id, pytest.placeholders.client_secret, ) + await authenticator.revoke_token("dummy token") - async def test_revoke_token(self): - with self.use_cassette(): - await self.authenticator.revoke_token("dummy token") - - async def test_revoke_token__with_access_token_hint(self): - with self.use_cassette(): - await self.authenticator.revoke_token("dummy token", "access_token") + async def test_revoke_token__with_access_token_hint(self, requestor): + authenticator = asyncprawcore.TrustedAuthenticator( + requestor, + pytest.placeholders.client_id, + pytest.placeholders.client_secret, + ) + await authenticator.revoke_token("dummy token", "access_token") - async def test_revoke_token__with_refresh_token_hint(self): - with self.use_cassette(): - await self.authenticator.revoke_token("dummy token", "refresh_token") + async def test_revoke_token__with_refresh_token_hint(self, requestor): + authenticator = asyncprawcore.TrustedAuthenticator( + requestor, + pytest.placeholders.client_id, + pytest.placeholders.client_secret, + ) + await authenticator.revoke_token("dummy token", "refresh_token") class TestUntrustedAuthenticator(IntegrationTest): - async def test_revoke_token(self): + async def test_revoke_token(self, requestor): authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id + requestor, pytest.placeholders.client_id ) - with self.use_cassette(): - await authenticator.revoke_token("dummy token") + await authenticator.revoke_token("dummy token") diff --git a/tests/integration/test_authorizer.py b/tests/integration/test_authorizer.py index f84e91f..b6f085f 100644 --- a/tests/integration/test_authorizer.py +++ b/tests/integration/test_authorizer.py @@ -4,36 +4,21 @@ import asyncprawcore from ..conftest import two_factor_callback # noqa F401 -from . import IntegrationTest +from ..integration import IntegrationTest -class AuthorizerBase(IntegrationTest): - async def setUp(self): - await super().setUp() - self.authentication = asyncprawcore.TrustedAuthenticator( - self.requestor, - pytest.placeholders.client_id, - pytest.placeholders.client_secret, - ) - - async def tearDown(self) -> None: - await self.requestor.close() - - -class TestAuthorizer(AuthorizerBase): - async def test_authorize__with_invalid_code(self): - self.authentication.redirect_uri = pytest.placeholders.redirect_uri - authorizer = asyncprawcore.Authorizer(self.authentication) - with self.use_cassette(): - with pytest.raises(asyncprawcore.OAuthException): - await authorizer.authorize("invalid code") +class TestAuthorizer(IntegrationTest): + async def test_authorize__with_invalid_code(self, trusted_authenticator): + trusted_authenticator.redirect_uri = pytest.placeholders.redirect_uri + authorizer = asyncprawcore.Authorizer(trusted_authenticator) + with pytest.raises(asyncprawcore.OAuthException): + await authorizer.authorize("invalid code") assert not authorizer.is_valid() - async def test_authorize__with_permanent_grant(self): - self.authentication.redirect_uri = pytest.placeholders.redirect_uri - authorizer = asyncprawcore.Authorizer(self.authentication) - with self.use_cassette(): - await authorizer.authorize(pytest.placeholders.permanent_grant_code) + async def test_authorize__with_permanent_grant(self, trusted_authenticator): + trusted_authenticator.redirect_uri = pytest.placeholders.redirect_uri + authorizer = asyncprawcore.Authorizer(trusted_authenticator) + await authorizer.authorize(pytest.placeholders.permanent_grant_code) assert authorizer.access_token is not None assert authorizer.refresh_token is not None @@ -41,11 +26,10 @@ async def test_authorize__with_permanent_grant(self): assert len(authorizer.scopes) > 0 assert authorizer.is_valid() - async def test_authorize__with_temporary_grant(self): - self.authentication.redirect_uri = pytest.placeholders.redirect_uri - authorizer = asyncprawcore.Authorizer(self.authentication) - with self.use_cassette(): - await authorizer.authorize(pytest.placeholders.temporary_grant_code) + async def test_authorize__with_temporary_grant(self, trusted_authenticator): + trusted_authenticator.redirect_uri = pytest.placeholders.redirect_uri + authorizer = asyncprawcore.Authorizer(trusted_authenticator) + await authorizer.authorize(pytest.placeholders.temporary_grant_code) assert authorizer.access_token is not None assert authorizer.refresh_token is None @@ -53,49 +37,29 @@ async def test_authorize__with_temporary_grant(self): assert len(authorizer.scopes) > 0 assert authorizer.is_valid() - async def test_refresh(self): + async def test_refresh(self, trusted_authenticator): authorizer = asyncprawcore.Authorizer( - self.authentication, refresh_token=pytest.placeholders.refresh_token + trusted_authenticator, refresh_token=pytest.placeholders.refresh_token ) - with self.use_cassette(): - await authorizer.refresh() - - assert authorizer.access_token is not None - assert isinstance(authorizer.scopes, set) - assert len(authorizer.scopes) > 0 - assert authorizer.is_valid() - - async def test_refresh__post_refresh_callback(self): - def callback(authorizer): - assert authorizer.refresh_token != pytest.placeholders.refresh_token - authorizer.refresh_token = "manually_updated" - - authorizer = asyncprawcore.Authorizer( - self.authentication, - post_refresh_callback=callback, - refresh_token=pytest.placeholders.refresh_token, - ) - with self.use_cassette("TestAuthorizer.test_refresh"): - await authorizer.refresh() + await authorizer.refresh() assert authorizer.access_token is not None - assert authorizer.refresh_token == "manually_updated" assert isinstance(authorizer.scopes, set) assert len(authorizer.scopes) > 0 assert authorizer.is_valid() - async def test_refresh__post_refresh_callback__async(self): + @pytest.mark.cassette_name("TestAuthorizer.test_refresh") + async def test_refresh__post_refresh_callback(self, trusted_authenticator): async def callback(authorizer): assert authorizer.refresh_token != pytest.placeholders.refresh_token authorizer.refresh_token = "manually_updated" authorizer = asyncprawcore.Authorizer( - self.authentication, + trusted_authenticator, post_refresh_callback=callback, refresh_token=pytest.placeholders.refresh_token, ) - with self.use_cassette("TestAuthorizer.test_refresh"): - await authorizer.refresh() + await authorizer.refresh() assert authorizer.access_token is not None assert authorizer.refresh_token == "manually_updated" @@ -103,95 +67,78 @@ async def callback(authorizer): assert len(authorizer.scopes) > 0 assert authorizer.is_valid() - async def test_refresh__pre_refresh_callback(self): - def callback(authorizer): - assert authorizer.refresh_token is None - authorizer.refresh_token = pytest.placeholders.refresh_token - - authorizer = asyncprawcore.Authorizer( - self.authentication, pre_refresh_callback=callback - ) - with self.use_cassette("TestAuthorizer.test_refresh"): - await authorizer.refresh() - - assert authorizer.access_token is not None - assert isinstance(authorizer.scopes, set) - assert len(authorizer.scopes) > 0 - assert authorizer.is_valid() - - async def test_refresh__pre_refresh_callback__async(self): + @pytest.mark.cassette_name("TestAuthorizer.test_refresh") + async def test_refresh__pre_refresh_callback(self, trusted_authenticator): async def callback(authorizer): assert authorizer.refresh_token is None authorizer.refresh_token = pytest.placeholders.refresh_token authorizer = asyncprawcore.Authorizer( - self.authentication, pre_refresh_callback=callback + trusted_authenticator, pre_refresh_callback=callback ) - with self.use_cassette("TestAuthorizer.test_refresh"): - await authorizer.refresh() + await authorizer.refresh() assert authorizer.access_token is not None assert isinstance(authorizer.scopes, set) assert len(authorizer.scopes) > 0 assert authorizer.is_valid() - async def test_refresh__with_invalid_token(self): + async def test_refresh__with_invalid_token(self, trusted_authenticator): authorizer = asyncprawcore.Authorizer( - self.authentication, refresh_token="INVALID_TOKEN" + trusted_authenticator, refresh_token="INVALID_TOKEN" ) - with self.use_cassette(): - with pytest.raises(asyncprawcore.ResponseException): - await authorizer.refresh() - assert not authorizer.is_valid() + with pytest.raises(asyncprawcore.ResponseException): + await authorizer.refresh() + assert not authorizer.is_valid() - async def test_revoke__access_token_with_refresh_set(self): + async def test_revoke__access_token_with_refresh_set(self, trusted_authenticator): authorizer = asyncprawcore.Authorizer( - self.authentication, refresh_token=pytest.placeholders.refresh_token + trusted_authenticator, refresh_token=pytest.placeholders.refresh_token ) - with self.use_cassette(): - await authorizer.refresh() - await authorizer.revoke(only_access=True) + await authorizer.refresh() + await authorizer.revoke(only_access=True) - assert authorizer.access_token is None - assert authorizer.refresh_token is not None - assert authorizer.scopes is None - assert not authorizer.is_valid() + assert authorizer.access_token is None + assert authorizer.refresh_token is not None + assert authorizer.scopes is None + assert not authorizer.is_valid() - await authorizer.refresh() + await authorizer.refresh() assert authorizer.is_valid() - async def test_revoke__access_token_without_refresh_set(self): - self.authentication.redirect_uri = pytest.placeholders.redirect_uri - authorizer = asyncprawcore.Authorizer(self.authentication) - with self.use_cassette(): - await authorizer.authorize(pytest.placeholders.temporary_grant_code) - await authorizer.revoke() + async def test_revoke__access_token_without_refresh_set( + self, trusted_authenticator + ): + trusted_authenticator.redirect_uri = pytest.placeholders.redirect_uri + authorizer = asyncprawcore.Authorizer(trusted_authenticator) + await authorizer.authorize(pytest.placeholders.temporary_grant_code) + await authorizer.revoke() assert authorizer.access_token is None assert authorizer.refresh_token is None assert authorizer.scopes is None assert not authorizer.is_valid() - async def test_revoke__refresh_token_with_access_set(self): + async def test_revoke__refresh_token_with_access_set(self, trusted_authenticator): authorizer = asyncprawcore.Authorizer( - self.authentication, refresh_token=pytest.placeholders.refresh_token + trusted_authenticator, refresh_token=pytest.placeholders.refresh_token ) - with self.use_cassette(): - await authorizer.refresh() - await authorizer.revoke() + await authorizer.refresh() + await authorizer.revoke() assert authorizer.access_token is None assert authorizer.refresh_token is None assert authorizer.scopes is None assert not authorizer.is_valid() - async def test_revoke__refresh_token_without_access_set(self): + async def test_revoke__refresh_token_without_access_set( + self, trusted_authenticator + ): authorizer = asyncprawcore.Authorizer( - self.authentication, refresh_token=pytest.placeholders.refresh_token + trusted_authenticator, refresh_token=pytest.placeholders.refresh_token ) - with self.use_cassette(): - await authorizer.revoke() + await authorizer.revoke() assert authorizer.access_token is None assert authorizer.refresh_token is None @@ -199,169 +146,128 @@ async def test_revoke__refresh_token_without_access_set(self): assert not authorizer.is_valid() -class TestDeviceIDAuthorizer(AuthorizerBase): - async def setUp(self): - await super().setUp() - self.authentication = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id - ) - - async def test_refresh(self): - authorizer = asyncprawcore.DeviceIDAuthorizer(self.authentication) - with self.use_cassette(): - await authorizer.refresh() +class TestDeviceIDAuthorizer(IntegrationTest): + async def test_refresh(self, untrusted_authenticator): + authorizer = asyncprawcore.DeviceIDAuthorizer(untrusted_authenticator) + await authorizer.refresh() assert authorizer.access_token is not None assert authorizer.scopes == {"*"} assert authorizer.is_valid() - async def test_refresh__with_scopes_and_trusted_authenticator(self): + async def test_refresh__with_scopes_and_trusted_authenticator( + self, requestor, untrusted_authenticator + ): scope_list = {"adsedit", "adsread", "creddits", "history"} authorizer = asyncprawcore.DeviceIDAuthorizer( asyncprawcore.TrustedAuthenticator( - self.requestor, + requestor, pytest.placeholders.client_id, pytest.placeholders.client_secret, ), scopes=scope_list, ) - with self.use_cassette(): - await authorizer.refresh() + await authorizer.refresh() assert authorizer.access_token is not None assert authorizer.scopes == scope_list assert authorizer.is_valid() - async def test_refresh__with_short_device_id(self): - authorizer = asyncprawcore.DeviceIDAuthorizer(self.authentication, "a" * 19) - with self.use_cassette(): - with pytest.raises(asyncprawcore.OAuthException): - await authorizer.refresh() + async def test_refresh__with_short_device_id(self, untrusted_authenticator): + authorizer = asyncprawcore.DeviceIDAuthorizer(untrusted_authenticator, "a" * 19) + with pytest.raises(asyncprawcore.OAuthException): + await authorizer.refresh() -class TestReadOnlyAuthorizer(AuthorizerBase): - async def test_refresh(self): - authorizer = asyncprawcore.ReadOnlyAuthorizer(self.authentication) +class TestReadOnlyAuthorizer(IntegrationTest): + async def test_refresh(self, trusted_authenticator): + authorizer = asyncprawcore.ReadOnlyAuthorizer(trusted_authenticator) assert authorizer.access_token is None assert authorizer.scopes is None assert not authorizer.is_valid() - - with self.use_cassette(): - await authorizer.refresh() + await authorizer.refresh() assert authorizer.access_token is not None assert authorizer.scopes == {"*"} assert authorizer.is_valid() - async def test_refresh__with_scopes(self): + async def test_refresh__with_scopes(self, trusted_authenticator): scope_list = {"adsedit", "adsread", "creddits", "history"} authorizer = asyncprawcore.ReadOnlyAuthorizer( - self.authentication, scopes=scope_list + trusted_authenticator, scopes=scope_list ) assert authorizer.access_token is None assert authorizer.scopes is None assert not authorizer.is_valid() - - with self.use_cassette(): - await authorizer.refresh() + await authorizer.refresh() assert authorizer.access_token is not None assert authorizer.scopes == scope_list assert authorizer.is_valid() -class TestScriptAuthorizer(AuthorizerBase): - async def test_refresh(self): +class TestScriptAuthorizer(IntegrationTest): + async def test_refresh(self, trusted_authenticator): authorizer = asyncprawcore.ScriptAuthorizer( - self.authentication, + trusted_authenticator, pytest.placeholders.username, pytest.placeholders.password, ) assert authorizer.access_token is None assert authorizer.scopes is None assert not authorizer.is_valid() - - with self.use_cassette(): - await authorizer.refresh() + await authorizer.refresh() assert authorizer.access_token is not None assert authorizer.scopes == {"*"} assert authorizer.is_valid() - async def test_refresh__with_invalid_otp(self): + async def test_refresh__with_invalid_otp(self, trusted_authenticator): authorizer = asyncprawcore.ScriptAuthorizer( - self.authentication, + trusted_authenticator, pytest.placeholders.username, pytest.placeholders.password, lambda: "fake", ) - - with self.use_cassette(): - with pytest.raises(asyncprawcore.OAuthException): - await authorizer.refresh() + with pytest.raises(asyncprawcore.OAuthException): + await authorizer.refresh() assert not authorizer.is_valid() - async def test_refresh__with_invalid_username_or_password(self): + async def test_refresh__with_invalid_username_or_password( + self, trusted_authenticator + ): authorizer = asyncprawcore.ScriptAuthorizer( - self.authentication, pytest.placeholders.username, "invalidpassword" + trusted_authenticator, pytest.placeholders.username, "invalidpassword" ) - with self.use_cassette(): - with pytest.raises(asyncprawcore.OAuthException): - await authorizer.refresh() + with pytest.raises(asyncprawcore.OAuthException): + await authorizer.refresh() assert not authorizer.is_valid() - async def test_refresh__with_scopes(self): + async def test_refresh__with_scopes(self, trusted_authenticator): scope_list = {"adsedit", "adsread", "creddits", "history"} authorizer = asyncprawcore.ScriptAuthorizer( - self.authentication, + trusted_authenticator, pytest.placeholders.username, pytest.placeholders.password, scopes=scope_list, ) - with self.use_cassette(): - await authorizer.refresh() + await authorizer.refresh() assert authorizer.access_token is not None assert authorizer.scopes == scope_list assert authorizer.is_valid() - async def test_refresh__with_valid_otp(self): - def otp_function(): - return "000000" - + async def test_refresh__with_valid_otp(self, trusted_authenticator): authorizer = asyncprawcore.ScriptAuthorizer( - self.authentication, + trusted_authenticator, pytest.placeholders.username, pytest.placeholders.password, - otp_function, + lambda: "000000", ) assert authorizer.access_token is None assert authorizer.scopes is None assert not authorizer.is_valid() - - with self.use_cassette(): - await authorizer.refresh() - - assert authorizer.access_token is not None - assert authorizer.scopes == {"*"} - assert authorizer.is_valid() - - async def test_refresh_with__valid_otp_async(self): - async def otp_function(): - return "000000" - - authorizer = asyncprawcore.ScriptAuthorizer( - self.authentication, - pytest.placeholders.username, - pytest.placeholders.password, - otp_function, - ) - assert authorizer.access_token is None - assert authorizer.scopes is None - assert not authorizer.is_valid() - - with self.use_cassette("TestScriptAuthorizer.test_refresh__with_valid_otp"): - await authorizer.refresh() + await authorizer.refresh() assert authorizer.access_token is not None assert authorizer.scopes == {"*"} diff --git a/tests/integration/test_sessions.py b/tests/integration/test_sessions.py index c7c9dcc..680afd9 100644 --- a/tests/integration/test_sessions.py +++ b/tests/integration/test_sessions.py @@ -2,10 +2,8 @@ import logging from json import dumps -import aiofiles as aiofiles +import aiofiles import pytest -from mock import patch -from testfixtures import LogCapture import asyncprawcore @@ -28,386 +26,355 @@ def is_valid(self): class TestSession(IntegrationTest): - async def client_authorizer(self): - authenticator = asyncprawcore.TrustedAuthenticator( - self.requestor, - pytest.placeholders.client_id, - pytest.placeholders.client_secret, - ) - authorizer = asyncprawcore.Authorizer( - authenticator, refresh_token=pytest.placeholders.refresh_token - ) + @pytest.fixture + async def readonly_authorizer(self, trusted_authenticator): + authorizer = asyncprawcore.ReadOnlyAuthorizer(trusted_authenticator) await authorizer.refresh() return authorizer - async def readonly_authorizer(self, refresh=True, requestor=None): - authenticator = asyncprawcore.TrustedAuthenticator( - requestor or self.requestor, - pytest.placeholders.client_id, - pytest.placeholders.client_secret, - ) - authorizer = asyncprawcore.ReadOnlyAuthorizer(authenticator) - if refresh: - await authorizer.refresh() - return authorizer - - async def script_authorizer(self): - authenticator = asyncprawcore.TrustedAuthenticator( - self.requestor, - pytest.placeholders.client_id, - pytest.placeholders.client_secret, - ) + @pytest.fixture + async def script_authorizer(self, trusted_authenticator): authorizer = asyncprawcore.ScriptAuthorizer( - authenticator, + trusted_authenticator, pytest.placeholders.username, pytest.placeholders.password, two_factor_callback, ) await authorizer.refresh() - return authorizer - - async def test_request__accepted(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - with LogCapture(level=logging.DEBUG) as log_capture: - await session.request("POST", "api/read_all_messages") - log_capture.check_present( - ("asyncprawcore", "DEBUG", "Response: 202 (2 bytes)") + yield authorizer + + async def test_request__accepted( + self, script_authorizer: asyncprawcore.ScriptAuthorizer, caplog + ): + caplog.set_level(logging.DEBUG) + session = asyncprawcore.Session(script_authorizer) + await session.request("POST", "api/read_all_messages") + assert ( + "asyncprawcore", + logging.DEBUG, + "Response: 202 (2 bytes)", + ) in caplog.record_tuples + + async def test_request__bad_gateway( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + with pytest.raises(asyncprawcore.ServerError) as exception_info: + await session.request("GET", "/") + assert exception_info.value.response.status == 502 + + async def test_request__bad_json( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + with pytest.raises(asyncprawcore.BadJSON) as exception_info: + await session.request("GET", "/") + assert exception_info.value.response.content_length == 17512 + + async def test_request__bad_request( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + with pytest.raises(asyncprawcore.BadRequest) as exception_info: + await session.request( + "PUT", "/api/v1/me/friends/spez", data={"note": "asyncprawcore"} ) - - @patch("asyncio.sleep", return_value=None) - async def test_request__bad_gateway(self, _): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - with pytest.raises(asyncprawcore.ServerError) as exception_info: - await session.request("GET", "/") - assert exception_info.value.response.status == 502 - - async def test_request__bad_json(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - with pytest.raises(asyncprawcore.BadJSON) as exception_info: - await session.request("GET", "/") - assert exception_info.value.response.content_length == 17512 - - async def test_request__bad_request(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - with pytest.raises(asyncprawcore.BadRequest) as exception_info: - await session.request( - "PUT", - "/api/v1/me/friends/spez", - data='{"note": "asyncprawcore"}', - ) - assert "reason" in (await exception_info.value.response.json()) - - @patch("asyncio.sleep", return_value=None) - async def test_request__cloudflare_connection_timed_out(self, _): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - with pytest.raises(asyncprawcore.ServerError) as exception_info: - await session.request("GET", "/") - await session.request("GET", "/") - await session.request("GET", "/") - assert exception_info.value.response.status == 522 - - @patch("asyncio.sleep", return_value=None) - async def test_request__cloudflare_unknown_error(self, _): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - with pytest.raises(asyncprawcore.ServerError) as exception_info: - await session.request("GET", "/") - await session.request("GET", "/") - await session.request("GET", "/") - assert exception_info.value.response.status == 520 - - async def test_request__conflict(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - with pytest.raises(asyncprawcore.Conflict) as exception_info: - await session.request( - "POST", - "/api/multi/copy/", - data={ - "display_name": "sfwpornnetwork", - "from": "/user/kjoneslol/m/sfwpornnetwork", - "to": f"user/{pytest.placeholders.username}/m/sfwpornnetwork/", - }, - ) - assert exception_info.value.response.status == 409 - - async def test_request__created(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - response = await session.request( - "PUT", "/api/v1/me/friends/spez", data="{}" + assert "reason" in (await exception_info.value.response.json()) + + async def test_request__cloudflare_connection_timed_out( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + with pytest.raises(asyncprawcore.ServerError) as exception_info: + await session.request("GET", "/") + await session.request("GET", "/") + await session.request("GET", "/") + assert exception_info.value.response.status == 522 + + async def test_request__cloudflare_unknown_error( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + with pytest.raises(asyncprawcore.ServerError) as exception_info: + await session.request("GET", "/") + await session.request("GET", "/") + await session.request("GET", "/") + assert exception_info.value.response.status == 520 + + async def test_request__conflict( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + with pytest.raises(asyncprawcore.Conflict) as exception_info: + await session.request( + "POST", + "/api/multi/copy/", + data={ + "display_name": "sfwpornnetwork", + "from": "/user/kjoneslol/m/sfwpornnetwork", + "to": f"user/{pytest.placeholders.username}/m/sfwpornnetwork/", + }, ) - assert "name" in response - - async def test_request__forbidden(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - with pytest.raises(asyncprawcore.Forbidden): - await session.request( - "GET", - "/user/spez/gilded/given", - ) - - @patch("asyncio.sleep", return_value=None) - async def test_request__gateway_timeout(self, _): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - with pytest.raises(asyncprawcore.ServerError) as exception_info: - await session.request("GET", "/") - assert exception_info.value.response.status == 504 - - async def test_request__get(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - params = {"limit": 100, "bool_param": True} - response = await session.request("GET", "/", params=params) + assert exception_info.value.response.status == 409 + + async def test_request__created( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + response = await session.request("PUT", "/api/v1/me/friends/spez", data="{}") + assert "name" in response + + async def test_request__forbidden( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + with pytest.raises(asyncprawcore.Forbidden): + await session.request("GET", "/user/spez/gilded/given") + + async def test_request__gateway_timeout( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + with pytest.raises(asyncprawcore.ServerError) as exception_info: + await session.request("GET", "/") + assert exception_info.value.response.status == 504 + + async def test_request__get( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + params = {"limit": 100} + response = await session.request("GET", "/", params=params) assert isinstance(response, dict) - assert len(params) == 2 + assert len(params) == 1 assert response["kind"] == "Listing" - @patch("asyncio.sleep", return_value=None) - async def test_request__internal_server_error(self, _): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - with pytest.raises(asyncprawcore.ServerError) as exception_info: - await session.request("GET", "/") - assert exception_info.value.response.status == 500 - - async def test_request__no_content(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - response = await session.request("DELETE", "/api/v1/me/friends/spez") - assert response is None - - async def test_request__not_found(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - with pytest.raises(asyncprawcore.NotFound): - await session.request( - "GET", - "/r/cricket/wiki/invalid", - ) - - async def test_request__okay_with_0_byte_content(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - data = {"model": dumps({"name": "redditdev"})} - path = f"/api/multi/user/{pytest.placeholders.username}/m/test" - response = await session.request("DELETE", path, data=data) - assert response == "" - - async def test_request__patch(self): - with self.use_cassette( - match_requests_on=["method", "uri", "body"], - ): - session = asyncprawcore.Session(await self.script_authorizer()) - json = {"lang": "ja", "num_comments": 123} - response = await session.request("PATCH", "/api/v1/me/prefs", json=json) - assert response["lang"] == "ja" - assert response["num_comments"] == 123 - - async def test_request__post(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.script_authorizer()) - data = { - "kind": "self", - "sr": "asyncpraw", - "text": "Test!", - "title": "A Test from asyncprawcore.", - } - key_count = len(data) - response = await session.request("POST", "/api/submit", data=data) - assert "a_test_from_asyncprawcore" in response["json"]["data"]["url"] - assert key_count == len(data) # Ensure data is untouched - - async def test_request__post__with_aiofiles(self): - with self.use_cassette( - "TestSession.test_request__post__with_files", - match_requests_on=["uri", "method"], - ): - session = asyncprawcore.Session(await self.script_authorizer()) - data = {"upload_type": "header"} - async with aiofiles.open( - "tests/integration/files/white-square.png", "rb" - ) as fp: - files = {"file": fp} - response = await session.request( - "POST", - "/r/asyncpraw/api/upload_sr_img", - data=data, - files=files, - ) - assert "img_src" in response - - async def test_request__post__with_files(self): - with self.use_cassette( - "TestSession.test_request__post__with_files", - match_requests_on=["uri", "method"], - ): - session = asyncprawcore.Session(await self.script_authorizer()) - data = {"upload_type": "header"} - with open("tests/integration/files/white-square.png", "rb") as fp: - files = {"file": fp} - response = await session.request( - "POST", - "/r/asyncpraw/api/upload_sr_img", - data=data, - files=files, - ) - assert "img_src" in response - - async def test_request__raw_json(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) + async def test_request__internal_server_error( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + with pytest.raises(asyncprawcore.ServerError) as exception_info: + await session.request("GET", "/") + assert exception_info.value.response.status == 500 + + async def test_request__no_content( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + response = await session.request("DELETE", "/api/v1/me/friends/spez") + assert response is None + + async def test_request__not_found( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + with pytest.raises(asyncprawcore.NotFound): + await session.request("GET", "/r/pics/wiki/invalid") + + async def test_request__okay_with_0_byte_content( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + data = {"model": dumps({"name": "redditdev"})} + path = f"/api/multi/user/{pytest.placeholders.username}/m/test" + response = await session.request("DELETE", path, data=data) + assert response == "" + + @pytest.mark.recorder_kwargs(match_requests_on=["method", "uri", "body"]) + async def test_request__patch( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + json = {"lang": "ja", "num_comments": 123} + response = await session.request("PATCH", "/api/v1/me/prefs", json=json) + assert response["lang"] == "ja" + assert response["num_comments"] == 123 + + async def test_request__post( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + data = { + "kind": "self", + "sr": "asyncpraw", + "text": "Test!", + "title": "A Test from asyncprawcore.", + } + key_count = len(data) + response = await session.request("POST", "/api/submit", data=data) + assert "a_test_from_asyncprawcore" in response["json"]["data"]["url"] + assert key_count == len(data) # Ensure data is untouched + + @pytest.mark.recorder_kwargs(match_requests_on=["uri", "method"]) + async def test_request__post__with_files( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + data = {"upload_type": "header"} + async with aiofiles.open( + "tests/integration/files/white-square.png", "rb" + ) as fp: + files = {"file": fp} response = await session.request( - "GET", - "/r/reddit_api_test/comments/45xjdr/want_raw_json_test/", + "POST", + "/r/asyncpraw/api/upload_sr_img", + data=data, + files=files, ) + assert "img_src" in response + + async def test_request__raw_json( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + response = await session.request( + "GET", + "/r/reddit_api_test/comments/45xjdr/want_raw_json_test/", + ) assert ( "WANT_RAW_JSON test: < > &" == response[0]["data"]["children"][0]["data"]["title"] ) - async def test_request__redirect(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - with pytest.raises(asyncprawcore.Redirect) as exception_info: - await session.request("GET", "/r/random") - assert exception_info.value.path.startswith("/r/") - - async def test_request__redirect_301(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - with pytest.raises(asyncprawcore.Redirect) as exception_info: - await session.request("GET", "t/bird") - assert exception_info.value.path == "/r/t:bird/" - - @patch("asyncio.sleep", return_value=None) - async def test_request__service_unavailable(self, _): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - with pytest.raises(asyncprawcore.ServerError) as exception_info: - await session.request("GET", "/") - await session.request("GET", "/") - await session.request("GET", "/") - assert exception_info.value.response.status == 503 - - async def test_request__too__many_requests__with_retry_headers(self): - with self.use_cassette(): - session = asyncprawcore.Session( - await self.readonly_authorizer(requestor=self.requestor) - ) - session._requestor._http.headers.update( - {"User-Agent": "python-requests/2.25.1"} - ) - with pytest.raises(asyncprawcore.TooManyRequests) as exception_info: - await session.request("GET", "/api/v1/me") - assert exception_info.value.response.status == 429 - assert exception_info.value.response.headers.get("retry-after") - assert exception_info.value.response.reason == "Too Many Requests" - assert str(exception_info.value).startswith( - "received 429 HTTP response. Please wait at least" - ) - assert (await exception_info.value.message()).startswith( - "\n" - ) - - async def test_request__too__many_requests__without_retry_headers(self): - requestor = asyncprawcore.Requestor("python-requests/2.25.1") + async def test_request__redirect( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + with pytest.raises(asyncprawcore.Redirect) as exception_info: + await session.request("GET", "/r/random") + assert exception_info.value.path.startswith("/r/") + + async def test_request__redirect_301( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + with pytest.raises(asyncprawcore.Redirect) as exception_info: + await session.request("GET", "t/bird") + assert exception_info.value.path == "/r/t:bird/" + + async def test_request__service_unavailable( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + with pytest.raises(asyncprawcore.ServerError) as exception_info: + await session.request("GET", "/") + await session.request("GET", "/") + await session.request("GET", "/") + assert exception_info.value.response.status == 503 + + async def test_request__too__many_requests__with_retry_headers( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + session._requestor._http.headers.update( + {"User-Agent": "python-requests/2.25.1"} + ) + with pytest.raises(asyncprawcore.TooManyRequests) as exception_info: + await session.request("GET", "/api/v1/me") + assert exception_info.value.response.status == 429 + assert exception_info.value.response.headers.get("retry-after") + assert exception_info.value.response.reason == "Too Many Requests" + assert str(exception_info.value).startswith( + "received 429 HTTP response. Please wait at least" + ) + assert (await exception_info.value.message()).startswith("\n") - with self.use_cassette(): - with pytest.raises( - asyncprawcore.exceptions.ResponseException - ) as exception_info: - asyncprawcore.Session( - await self.readonly_authorizer(requestor=requestor) - ) - assert exception_info.value.response.status == 429 - assert not exception_info.value.response.headers.get("retry-after") - assert exception_info.value.response.reason == "Too Many Requests" - assert await exception_info.value.response.json() == { - "message": "Too Many Requests", - "error": 429, - } - - async def test_request__too_large(self): - with self.use_cassette(match_requests_on=["uri", "method"]): - session = asyncprawcore.Session(await self.script_authorizer()) - data = {"upload_type": "header"} + async def test_request__too__many_requests__without_retry_headers(self, requestor): + requestor._http.headers.update({"User-Agent": "python-requests/2.25.1"}) + authorizer = asyncprawcore.ReadOnlyAuthorizer( + asyncprawcore.TrustedAuthenticator( + requestor, + pytest.placeholders.client_id, + pytest.placeholders.client_secret, + ) + ) + with pytest.raises( + asyncprawcore.exceptions.ResponseException + ) as exception_info: + await authorizer.refresh() + assert exception_info.value.response.status == 429 + assert not exception_info.value.response.headers.get("retry-after") + assert exception_info.value.response.reason == "Too Many Requests" + assert await exception_info.value.response.json() == { + "message": "Too Many Requests", + "error": 429, + } + + @pytest.mark.recorder_kwargs(match_requests_on=["uri", "method"]) + async def test_request__too_large( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + data = {"upload_type": "header"} + async with aiofiles.open("tests/integration/files/too_large.jpg", "rb") as fp: + files = {"file": fp} with pytest.raises(asyncprawcore.TooLarge) as exception_info: await session.request( "POST", "/r/asyncpraw/api/upload_sr_img", data=data, - files={ - "file": open("./tests/integration/files/too_large.jpg", "rb") - }, + files=files, ) - assert exception_info.value.response.status == 413 - - async def test_request__unavailable_for_legal_reasons(self): - with self.use_cassette(): - authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id - ) - authorizer = asyncprawcore.ImplicitAuthorizer(authenticator, None, 0, "") - session = asyncprawcore.Session(authorizer) - exception_class = asyncprawcore.UnavailableForLegalReasons - with pytest.raises(exception_class) as exception_info: - await session.request("GET", "/") - assert exception_info.value.response.status == 451 - - async def test_request__unsupported_media_type(self): - with self.use_cassette( - match_requests_on=["uri", "method"], - ): - session = asyncprawcore.Session(await self.script_authorizer()) - exception_class = asyncprawcore.SpecialError - data = { - "content": "type: submission\naction: upvote", - "page": "config/automoderator", - } - with pytest.raises(exception_class) as exception_info: - await session.request("POST", "r/asyncpraw/api/wiki/edit/", data=data) - assert exception_info.value.response.status == 415 - - async def test_request__uri_too_long(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - path_start = "/api/morechildren?link_id=t3_n7r3uz&children=" - with open("tests/integration/files/comment_ids.txt") as fp: - ids = fp.read() - with pytest.raises(asyncprawcore.URITooLong) as exception_info: - await session.request("GET", (path_start + ids)[:9996]) - assert exception_info.value.response.status == 414 - - async def test_request__with_insufficient_scope(self): - with self.use_cassette(): - session = asyncprawcore.Session(await self.client_authorizer()) - with pytest.raises(asyncprawcore.InsufficientScope): - await session.request("GET", "/api/v1/me") - - async def test_request__with_invalid_access_token(self): - authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id + assert exception_info.value.response.status == 413 + + async def test_request__unavailable_for_legal_reasons( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + exception_class = asyncprawcore.UnavailableForLegalReasons + with pytest.raises(exception_class) as exception_info: + await session.request("GET", "/") + assert exception_info.value.response.status == 451 + + async def test_request__unsupported_media_type( + self, script_authorizer: asyncprawcore.ScriptAuthorizer + ): + session = asyncprawcore.Session(script_authorizer) + exception_class = asyncprawcore.SpecialError + data = { + "content": "type: submission\naction: upvote", + "page": "config/automoderator", + } + with pytest.raises(exception_class) as exception_info: + await session.request("POST", "r/asyncpraw/api/wiki/edit/", data=data) + assert exception_info.value.response.status == 415 + + async def test_request__uri_too_long( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + path_start = "/api/morechildren?link_id=t3_n7r3uz&children=" + async with aiofiles.open("tests/integration/files/comment_ids.txt") as fp: + ids = await fp.read() + with pytest.raises(asyncprawcore.URITooLong) as exception_info: + await session.request("GET", (path_start + ids)[:9996]) + assert exception_info.value.response.status == 414 + + async def test_request__with_insufficient_scope(self, trusted_authenticator): + authorizer = asyncprawcore.Authorizer( + trusted_authenticator, refresh_token=pytest.placeholders.refresh_token ) - authorizer = asyncprawcore.ImplicitAuthorizer(authenticator, None, 0, "") + await authorizer.refresh() session = asyncprawcore.Session(authorizer) + with pytest.raises(asyncprawcore.InsufficientScope): + await session.request( + "GET", + "/api/v1/me", + ) - with self.use_cassette(): - session._authorizer.access_token = "invalid" - with pytest.raises(asyncprawcore.InvalidToken): - await session.request("get", "/") - - @patch("asyncio.sleep", return_value=None) - async def test_request__with_invalid_access_token__retry(self, _): - with self.use_cassette(): - session = asyncprawcore.Session(await self.readonly_authorizer()) - session._authorizer.access_token += "invalid" - response = await session.request("GET", "/") + async def test_request__with_invalid_access_token(self, untrusted_authenticator): + authorizer = asyncprawcore.ImplicitAuthorizer( + untrusted_authenticator, None, 0, "" + ) + session = asyncprawcore.Session(authorizer) + session._authorizer.access_token = "invalid" + with pytest.raises(asyncprawcore.InvalidToken): + await session.request("get", "/") + + async def test_request__with_invalid_access_token__retry( + self, readonly_authorizer: asyncprawcore.ReadOnlyAuthorizer + ): + session = asyncprawcore.Session(readonly_authorizer) + session._authorizer.access_token += "invalid" + response = await session.request("GET", "/") assert isinstance(response, dict) diff --git a/tests/integration/utils.py b/tests/integration/utils.py new file mode 100644 index 0000000..50f30bf --- /dev/null +++ b/tests/integration/utils.py @@ -0,0 +1,168 @@ +"""Pytest utils for integration tests.""" + +import json +import os +from datetime import datetime +from typing import Dict + +import pytest +from vcr.persisters.filesystem import FilesystemPersister +from vcr.serialize import deserialize, serialize + +from tests.conftest import placeholders as _placeholders + + +def ensure_environment_variables(): + """Ensure needed environment variables for recording a new cassette are set.""" + for key in ( + "client_id", + "client_secret", + ): + if getattr(pytest.placeholders, key) == f"fake_{key}": + raise ValueError( + f"Environment variable 'PRAWCORE_{key.upper()}' must be set for recording new" + " cassettes." + ) + auth_set = False + for auth_keys in [["refresh_token"], ["username", "password"]]: + if all(getattr(pytest.placeholders, key) != f"fake_{key}" for key in auth_keys): + auth_set = True + break + if not auth_set: + raise ValueError( + "Environment variables 'PRAWCORE_REFRESH_TOKEN' or 'PRAWCORE_USERNAME' and" + " 'PRAWCORE_PASSWORD' must be set for new cassette recording." + ) + + +def ensure_integration_test(cassette): + """Ensure test is being run is actually an integration test and error if not.""" + if cassette.write_protected: + is_integration_test = cassette.play_count > 0 + action = "play back" + else: + is_integration_test = cassette.dirty + action = "record" + message = f"Cassette did not {action} any requests. This test can be a unit test." + assert is_integration_test, message + + +def filter_access_token(response): + """Add VCR callback to filter access token.""" + request_uri = response["url"] + if "api/v1/access_token" not in request_uri or response["status"]["code"] != 200: + return response + body = response["body"]["string"].decode() + try: + token = json.loads(body)["access_token"] + response["body"]["string"] = response["body"]["string"].replace( + token.encode("utf-8"), b"" + ) + _placeholders["access_token"] = token + except (KeyError, TypeError, ValueError): + pass + return response + + +class CustomPersister(FilesystemPersister): + """Custom persister to handle placeholders.""" + + additional_placeholders = {} + + @classmethod + def add_additional_placeholders(cls, placeholders: Dict[str, str]): + """Add additional placeholders.""" + cls.additional_placeholders.update(placeholders) + + @classmethod + def clear_additional_placeholders(cls): + """Clear additional placeholders.""" + cls.additional_placeholders = {} + + @classmethod + def load_cassette(cls, cassette_path, serializer): + """Load cassette.""" + try: + with open(cassette_path) as f: + cassette_content = f.read() + except OSError: + raise ValueError("Cassette not found.") + for replacement, value in [ + (v, f"<{k.upper()}>") + for k, v in {**cls.additional_placeholders, **_placeholders}.items() + ]: + cassette_content = cassette_content.replace(value, replacement) + cassette = deserialize(cassette_content, serializer) + return cassette + + @classmethod + def save_cassette(cls, cassette_path, cassette_dict, serializer): + """Save cassette.""" + data = serialize(cassette_dict, serializer) + for replacement, value in [ + (f"<{k.upper()}>", v) + for k, v in {**cls.additional_placeholders, **_placeholders}.items() + ]: + data = data.replace(value, replacement) + dirname, filename = os.path.split(cassette_path) + if dirname and not os.path.exists(dirname): + os.makedirs(dirname) + with open(cassette_path, "w") as f: + f.write(data) + + +class CustomSerializer: + """Custom serializer to handle binary objects in dict.""" + + @staticmethod + def _serialize_file(file_name): + with open(file_name, "rb") as f: + return f.read().decode("utf-8", "replace") + + @staticmethod + def deserialize(cassette_string): + return json.loads(cassette_string) + + @classmethod + def _serialize_dict(cls, data: dict): + """This is to filter out buffered readers.""" + new_dict = {} + for key, value in data.items(): + if key == "file": + new_dict[key] = cls._serialize_file(value.name) + elif isinstance(value, dict): + new_dict[key] = cls._serialize_dict(value) + elif isinstance(value, list): + new_dict[key] = cls._serialize_list(value) + else: + new_dict[key] = value + return new_dict + + @classmethod + def _serialize_list(cls, data: list): + new_list = [] + for item in data: + if isinstance(item, dict): + new_list.append(cls._serialize_dict(item)) + elif isinstance(item, list): + new_list.append(cls._serialize_list(item)) + elif isinstance(item, tuple): + if item[0] == "file": + item = (item[0], cls._serialize_file(item[1].name)) + new_list.append(item) + else: + new_list.append(item) + return new_list + + @classmethod + def serialize(cls, cassette_dict): + """Serialize cassette.""" + timestamp = datetime.utcnow().isoformat() + try: + i = timestamp.rindex(".") + except ValueError: + pass + else: + timestamp = timestamp[:i] + cassette_dict["recorded_at"] = timestamp + return f"{json.dumps(cls._serialize_dict(cassette_dict), sort_keys=True, indent=2)}\n" diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index e7a6037..a6b568a 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,20 +1,5 @@ """asyncprawcore Unit test suite.""" -import asynctest -from mock import Mock -import asyncprawcore - -class UnitTest(asynctest.TestCase): - """Base class for asyncprawcore unit tests.""" - - async def setUp(self) -> None: - self.requestor = asyncprawcore.requestor.Requestor( - "asyncprawcore:test (by /u/Lil_SpazJoekp)" - ) - - async def tearDown(self) -> None: - if hasattr(self, "requestor"): - if isinstance(self.requestor, asyncprawcore.requestor.Requestor): - if not isinstance(self.requestor._http, Mock): - await self.requestor.close() +class UnitTest: + """Base class for Async PRAW unit tests.""" diff --git a/tests/unit/test_authenticator.py b/tests/unit/test_authenticator.py index a78433c..d0f60fa 100644 --- a/tests/unit/test_authenticator.py +++ b/tests/unit/test_authenticator.py @@ -7,17 +7,13 @@ class TestTrustedAuthenticator(UnitTest): - async def setUp(self): - await super().setUp() - self.authenticator = asyncprawcore.TrustedAuthenticator( - self.requestor, - pytest.placeholders.client_id, - pytest.placeholders.client_secret, - pytest.placeholders.redirect_uri, - ) + @pytest.fixture + def trusted_authenticator(self, trusted_authenticator): + trusted_authenticator.redirect_uri = pytest.placeholders.redirect_uri + return trusted_authenticator - def test_authorize_url(self): - url = self.authenticator.authorize_url( + def test_authorize_url(self, trusted_authenticator): + url = trusted_authenticator.authorize_url( "permanent", ["identity", "read"], "a_state" ) assert f"client_id={pytest.placeholders.client_id}" in url @@ -26,20 +22,16 @@ def test_authorize_url(self): assert "scope=identity+read" in url assert "state=a_state" in url - def test_authorize_url__fail_with_implicit(self): + def test_authorize_url__fail_with_implicit(self, trusted_authenticator): with pytest.raises(asyncprawcore.InvalidInvocation): - self.authenticator.authorize_url( + trusted_authenticator.authorize_url( "temporary", ["identity", "read"], "a_state", implicit=True ) - def test_authorize_url__fail_without_redirect_uri(self): - authenticator = asyncprawcore.TrustedAuthenticator( - self.requestor, - pytest.placeholders.client_id, - pytest.placeholders.client_secret, - ) + def test_authorize_url__fail_without_redirect_uri(self, trusted_authenticator): + trusted_authenticator.redirect_uri = None with pytest.raises(asyncprawcore.InvalidInvocation): - authenticator.authorize_url( + trusted_authenticator.authorize_url( "permanent", ["identity"], "...", @@ -47,16 +39,13 @@ def test_authorize_url__fail_without_redirect_uri(self): class TestUntrustedAuthenticator(UnitTest): - async def setUp(self): - await super().setUp() - self.authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, - pytest.placeholders.client_id, - pytest.placeholders.redirect_uri, - ) + @pytest.fixture + def untrusted_authenticator(self, untrusted_authenticator): + untrusted_authenticator.redirect_uri = pytest.placeholders.redirect_uri + return untrusted_authenticator - def test_authorize_url__code(self): - url = self.authenticator.authorize_url( + def test_authorize_url__code(self, untrusted_authenticator): + url = untrusted_authenticator.authorize_url( "permanent", ["identity", "read"], "a_state" ) assert f"client_id={pytest.placeholders.client_id}" in url @@ -65,28 +54,28 @@ def test_authorize_url__code(self): assert "scope=identity+read" in url assert "state=a_state" in url - def test_authorize_url__fail_with_token_and_permanent(self): + def test_authorize_url__fail_with_token_and_permanent( + self, untrusted_authenticator + ): with pytest.raises(asyncprawcore.InvalidInvocation): - self.authenticator.authorize_url( + untrusted_authenticator.authorize_url( "permanent", ["identity", "read"], "a_state", implicit=True, ) - def test_authorize_url__fail_without_redirect_uri(self): - authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id - ) + def test_authorize_url__fail_without_redirect_uri(self, untrusted_authenticator): + untrusted_authenticator.redirect_uri = None with pytest.raises(asyncprawcore.InvalidInvocation): - authenticator.authorize_url( + untrusted_authenticator.authorize_url( "temporary", ["identity"], "...", ) - def test_authorize_url__token(self): - url = self.authenticator.authorize_url( + def test_authorize_url__token(self, untrusted_authenticator): + url = untrusted_authenticator.authorize_url( "temporary", ["identity", "read"], "a_state", implicit=True ) assert f"client_id={pytest.placeholders.client_id}" in url diff --git a/tests/unit/test_authorizer.py b/tests/unit/test_authorizer.py index 19e31f1..5fc9ca2 100644 --- a/tests/unit/test_authorizer.py +++ b/tests/unit/test_authorizer.py @@ -6,33 +6,28 @@ from . import UnitTest -class AuthorizerBase(UnitTest): - async def setUp(self): - await super().setUp() - self.authentication = asyncprawcore.TrustedAuthenticator( - self.requestor, - pytest.placeholders.client_id, - pytest.placeholders.client_secret, - ) +class InvalidAuthenticator(asyncprawcore.auth.BaseAuthenticator): + def _auth(self): + pass -class TestAuthorizer(AuthorizerBase): - async def test_authorize__fail_without_redirect_uri(self): - authorizer = asyncprawcore.Authorizer(self.authentication) +class TestAuthorizer(UnitTest): + async def test_authorize__fail_without_redirect_uri(self, trusted_authenticator): + authorizer = asyncprawcore.Authorizer(trusted_authenticator) with pytest.raises(asyncprawcore.InvalidInvocation): await authorizer.authorize("dummy code") assert not authorizer.is_valid() - def test_initialize(self): - authorizer = asyncprawcore.Authorizer(self.authentication) + def test_initialize(self, trusted_authenticator): + authorizer = asyncprawcore.Authorizer(trusted_authenticator) assert authorizer.access_token is None assert authorizer.scopes is None assert authorizer.refresh_token is None assert not authorizer.is_valid() - def test_initialize__with_refresh_token(self): + def test_initialize__with_refresh_token(self, trusted_authenticator): authorizer = asyncprawcore.Authorizer( - self.authentication, refresh_token=pytest.placeholders.refresh_token + trusted_authenticator, refresh_token=pytest.placeholders.refresh_token ) assert authorizer.access_token is None assert authorizer.scopes is None @@ -47,85 +42,59 @@ def test_initialize__with_untrusted_authenticator(self): assert authorizer.refresh_token is None assert not authorizer.is_valid() - async def test_refresh__without_refresh_token(self): - authorizer = asyncprawcore.Authorizer(self.authentication) + async def test_refresh__without_refresh_token(self, trusted_authenticator): + authorizer = asyncprawcore.Authorizer(trusted_authenticator) with pytest.raises(asyncprawcore.InvalidInvocation): await authorizer.refresh() assert not authorizer.is_valid() - async def test_revoke__without_access_token(self): + async def test_revoke__without_access_token(self, trusted_authenticator): authorizer = asyncprawcore.Authorizer( - self.authentication, refresh_token=pytest.placeholders.refresh_token + trusted_authenticator, refresh_token=pytest.placeholders.refresh_token ) with pytest.raises(asyncprawcore.InvalidInvocation): await authorizer.revoke(only_access=True) - async def test_revoke__without_any_token(self): - authorizer = asyncprawcore.Authorizer(self.authentication) + async def test_revoke__without_any_token(self, trusted_authenticator): + authorizer = asyncprawcore.Authorizer(trusted_authenticator) with pytest.raises(asyncprawcore.InvalidInvocation): await authorizer.revoke() -class TestDeviceIDAuthorizer(AuthorizerBase): - async def setUp(self): - await super().setUp() - self.authentication = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id - ) - - def test_initialize(self): - authorizer = asyncprawcore.DeviceIDAuthorizer(self.authentication) +class TestDeviceIDAuthorizer(UnitTest): + def test_initialize(self, untrusted_authenticator): + authorizer = asyncprawcore.DeviceIDAuthorizer(untrusted_authenticator) assert authorizer.access_token is None assert authorizer.scopes is None assert not authorizer.is_valid() - def test_initialize__with_base_authenticator(self): - authenticator = asyncprawcore.Authorizer( - asyncprawcore.auth.BaseAuthenticator(None, None, None) - ) + def test_initialize__with_invalid_authenticator(self): + authenticator = asyncprawcore.Authorizer(InvalidAuthenticator(None, None, None)) with pytest.raises(asyncprawcore.InvalidInvocation): - asyncprawcore.DeviceIDAuthorizer( - authenticator, - ) + asyncprawcore.DeviceIDAuthorizer(authenticator) -class TestImplicitAuthorizer(AuthorizerBase): - def test_initialize(self): - authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id - ) +class TestImplicitAuthorizer(UnitTest): + def test_initialize(self, untrusted_authenticator): authorizer = asyncprawcore.ImplicitAuthorizer( - authenticator, "fake token", 1, "modposts read" + untrusted_authenticator, "fake token", 1, "modposts read" ) assert authorizer.access_token == "fake token" assert authorizer.scopes == {"modposts", "read"} assert authorizer.is_valid() - def test_initialize__with_trusted_authenticator(self): + def test_initialize__with_trusted_authenticator(self, trusted_authenticator): with pytest.raises(asyncprawcore.InvalidInvocation): - asyncprawcore.ImplicitAuthorizer( - self.authentication, - None, - None, - None, - ) + asyncprawcore.ImplicitAuthorizer(trusted_authenticator, None, None, None) -class TestReadOnlyAuthorizer(AuthorizerBase): - def test_initialize__with_untrusted_authenticator(self): - authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id - ) +class TestReadOnlyAuthorizer(UnitTest): + def test_initialize__with_untrusted_authenticator(self, untrusted_authenticator): with pytest.raises(asyncprawcore.InvalidInvocation): - asyncprawcore.ReadOnlyAuthorizer( - authenticator, - ) + asyncprawcore.ReadOnlyAuthorizer(untrusted_authenticator) -class TestScriptAuthorizer(AuthorizerBase): - def test_initialize__with_untrusted_authenticator(self): - authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id - ) +class TestScriptAuthorizer(UnitTest): + def test_initialize__with_untrusted_authenticator(self, untrusted_authenticator): with pytest.raises(asyncprawcore.InvalidInvocation): - asyncprawcore.ScriptAuthorizer(authenticator, None, None) + asyncprawcore.ScriptAuthorizer(untrusted_authenticator, None, None) diff --git a/tests/unit/test_rate_limit.py b/tests/unit/test_rate_limit.py index 775b107..68ecd66 100644 --- a/tests/unit/test_rate_limit.py +++ b/tests/unit/test_rate_limit.py @@ -1,108 +1,127 @@ """Test for asyncprawcore.Sessions module.""" from copy import copy +from unittest.mock import patch -from mock import patch +import pytest from asyncprawcore.rate_limit import RateLimiter from . import UnitTest -class RateLimiterTest(UnitTest): - def _headers(self, remaining, used, reset): +class TestRateLimiter(UnitTest): + @pytest.fixture + def rate_limiter(self): + rate_limiter = RateLimiter() + rate_limiter.next_request_timestamp = 100 + return rate_limiter + + @staticmethod + def _headers(remaining, used, reset): return { "x-ratelimit-remaining": str(float(remaining)), "x-ratelimit-used": str(used), "x-ratelimit-reset": str(reset), } - async def setUp(self): - self.rate_limiter = RateLimiter() - self.rate_limiter.next_request_timestamp = 100 - - @patch("asyncio.sleep") @patch("time.time") - async def test_delay(self, mock_time, mock_sleep): + @patch("asyncio.sleep") + async def test_delay(self, mock_sleep, mock_time, rate_limiter): mock_time.return_value = 1 - await self.rate_limiter.delay() + await rate_limiter.delay() assert mock_time.called mock_sleep.assert_called_with(99) - @patch("asyncio.sleep") @patch("time.time") - async def test_delay__no_sleep_when_time_in_past(self, mock_time, mock_sleep): + @patch("asyncio.sleep") + async def test_delay__no_sleep_when_time_in_past( + self, mock_sleep, mock_time, rate_limiter + ): mock_time.return_value = 101 - await self.rate_limiter.delay() + await rate_limiter.delay() assert mock_time.called assert not mock_sleep.called @patch("asyncio.sleep") - async def test_delay__no_sleep_when_time_is_not_set(self, mock_sleep): - await self.rate_limiter.delay() + async def test_delay__no_sleep_when_time_is_not_set(self, mock_sleep, rate_limiter): + await rate_limiter.delay() assert not mock_sleep.called - @patch("asyncio.sleep") @patch("time.time") - async def test_delay__no_sleep_when_times_match(self, mock_time, mock_sleep): + @patch("asyncio.sleep") + async def test_delay__no_sleep_when_times_match( + self, mock_sleep, mock_time, rate_limiter + ): mock_time.return_value = 100 - await self.rate_limiter.delay() + await rate_limiter.delay() assert mock_time.called assert not mock_sleep.called @patch("time.time") - def test_update__compute_delay_with_no_previous_info(self, mock_time): + def test_update__compute_delay_with_no_previous_info(self, mock_time, rate_limiter): + mock_time.return_value = 100 + rate_limiter.update(self._headers(60, 100, 60)) + assert rate_limiter.remaining == 60 + assert rate_limiter.used == 100 + assert rate_limiter.next_request_timestamp == 100 + + @patch("time.time") + def test_update__compute_delay_with_single_client(self, mock_time, rate_limiter): + rate_limiter.remaining = 61 mock_time.return_value = 100 - self.rate_limiter.update(self._headers(60, 100, 60)) - assert self.rate_limiter.remaining == 60 - assert self.rate_limiter.used == 100 - assert self.rate_limiter.next_request_timestamp == 100 + rate_limiter.update(self._headers(50, 100, 60)) + assert rate_limiter.remaining == 50 + assert rate_limiter.used == 100 + assert rate_limiter.next_request_timestamp == 105.0 @patch("time.time") - def test_update__compute_delay_with_single_client(self, mock_time): - self.rate_limiter.remaining = 61 + def test_update__compute_delay_with_six_clients(self, mock_time, rate_limiter): + rate_limiter.remaining = 66 mock_time.return_value = 100 - self.rate_limiter.update(self._headers(50, 100, 60)) - assert self.rate_limiter.remaining == 50 - assert self.rate_limiter.used == 100 - assert self.rate_limiter.next_request_timestamp == 105 + rate_limiter.update(self._headers(60, 100, 72)) + assert rate_limiter.remaining == 60 + assert rate_limiter.used == 100 + assert rate_limiter.next_request_timestamp == 106.0 @patch("time.time") - def test_update__compute_delay_with_six_clients(self, mock_time): - self.rate_limiter.remaining = 66 + def test_update__compute_delay_with_window_set(self, mock_time, rate_limiter): + rate_limiter.window_size = 550 mock_time.return_value = 100 - self.rate_limiter.update(self._headers(60, 100, 72)) - assert self.rate_limiter.remaining == 60 - assert self.rate_limiter.used == 100 - assert self.rate_limiter.next_request_timestamp == 106 + rate_limiter.update(self._headers(599, 1, 600)) + assert rate_limiter.remaining == 599 + assert rate_limiter.used == 1 + assert rate_limiter.next_request_timestamp == 100.5 @patch("time.time") - def test_update__delay_full_time_with_negative_remaining(self, mock_time): + def test_update__delay_full_time_with_negative_remaining( + self, mock_time, rate_limiter + ): mock_time.return_value = 37 - self.rate_limiter.remaining = -1 - self.rate_limiter.update(self._headers(0, 100, 13)) - assert self.rate_limiter.remaining == 0 - assert self.rate_limiter.used == 100 - assert self.rate_limiter.next_request_timestamp == 50 + rate_limiter.remaining = -1 + rate_limiter.update(self._headers(0, 100, 13)) + assert rate_limiter.remaining == 0 + assert rate_limiter.used == 100 + assert rate_limiter.next_request_timestamp == 50 @patch("time.time") - def test_update__delay_full_time_with_zero_remaining(self, mock_time): + def test_update__delay_full_time_with_zero_remaining(self, mock_time, rate_limiter): mock_time.return_value = 37 - self.rate_limiter.remaining = 0 - self.rate_limiter.update(self._headers(0, 100, 13)) - assert self.rate_limiter.remaining == 0 - assert self.rate_limiter.used == 100 - assert self.rate_limiter.next_request_timestamp == 50 - - def test_update__no_change_without_headers(self): - prev = copy(self.rate_limiter) - self.rate_limiter.update({}) - assert prev.remaining == self.rate_limiter.remaining - assert prev.used == self.rate_limiter.used - assert self.rate_limiter.next_request_timestamp == prev.next_request_timestamp - - def test_update__values_change_without_headers(self): - self.rate_limiter.remaining = 10 - self.rate_limiter.used = 99 - self.rate_limiter.update({}) - assert self.rate_limiter.remaining == 9 - assert self.rate_limiter.used == 100 + rate_limiter.remaining = 0 + rate_limiter.update(self._headers(0, 100, 13)) + assert rate_limiter.remaining == 0 + assert rate_limiter.used == 100 + assert rate_limiter.next_request_timestamp == 50 + + def test_update__no_change_without_headers(self, rate_limiter): + prev = copy(rate_limiter) + rate_limiter.update({}) + assert prev.remaining == rate_limiter.remaining + assert prev.used == rate_limiter.used + assert rate_limiter.next_request_timestamp == prev.next_request_timestamp + + def test_update__values_change_without_headers(self, rate_limiter): + rate_limiter.remaining = 10 + rate_limiter.used = 99 + rate_limiter.update({}) + assert rate_limiter.remaining == 9 + assert rate_limiter.used == 100 diff --git a/tests/unit/test_requestor.py b/tests/unit/test_requestor.py index eed7a7e..5390688 100644 --- a/tests/unit/test_requestor.py +++ b/tests/unit/test_requestor.py @@ -1,8 +1,8 @@ """Test for asyncprawcore.self.requestor.Requestor class.""" import asyncio +from unittest.mock import MagicMock, patch import pytest -from mock import Mock, patch import asyncprawcore from asyncprawcore import RequestException @@ -11,16 +11,10 @@ class TestRequestor(UnitTest): - async def tearDown(self) -> None: - if hasattr(self, "requestor"): - if isinstance(self.requestor, asyncprawcore.requestor.Requestor): - if not isinstance(self.requestor._http, Mock): - await self.requestor.close() - - def test_initialize(self): + def test_initialize(self, requestor): assert ( - self.requestor._http._default_headers["User-Agent"] - == f"asyncprawcore:test (by /u/Lil_SpazJoekp) asyncprawcore/{asyncprawcore.__version__}" + requestor._http._default_headers["User-Agent"] + == f"asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/{asyncprawcore.__version__}" ) def test_initialize__failures(self): @@ -38,29 +32,28 @@ async def test_request__use_custom_session(self): "request.return_value": return_of_request, "_default_headers": headers, } - session = Mock(**attrs) + session = MagicMock(**attrs) - self.requestor = asyncprawcore.Requestor( - "asyncprawcore:test (by /u/Lil_SpazJoekp)", session=session + requestor = asyncprawcore.Requestor( + "asyncprawcore:test (by u/Lil_SpazJoekp)", session=session ) + assert ( - self.requestor._http._default_headers["User-Agent"] - == f"asyncprawcore:test (by /u/Lil_SpazJoekp) asyncprawcore/{asyncprawcore.__version__}" + requestor._http._default_headers["User-Agent"] + == f"asyncprawcore:test (by u/Lil_SpazJoekp) asyncprawcore/{asyncprawcore.__version__}" ) - assert self.requestor._http._default_headers["session_header"] == custom_header + assert requestor._http._default_headers["session_header"] == custom_header - assert await self.requestor.request("https://reddit.com") == override + assert await requestor.request("https://reddit.com") == override @patch("aiohttp.ClientSession") async def test_request__wrap_request_exceptions(self, mock_session): exception = Exception("asyncprawcore wrap_request_exceptions") session_instance = mock_session.return_value session_instance.request.side_effect = exception - self.requestor = asyncprawcore.Requestor( - "asyncprawcore:test (by /u/Lil_SpazJoekp)" - ) + requestor = asyncprawcore.Requestor("asyncprawcore:test (by u/Lil_SpazJoekp)") with pytest.raises(asyncprawcore.RequestException) as exception_info: - await self.requestor.request("get", "http://a.b", data="bar") + await requestor.request("get", "http://a.b", data="bar") assert isinstance(exception_info.value, RequestException) assert exception is exception_info.value.original_exception assert exception_info.value.request_args == ("get", "http://a.b") diff --git a/tests/unit/test_sessions.py b/tests/unit/test_sessions.py index eec3600..bc22456 100644 --- a/tests/unit/test_sessions.py +++ b/tests/unit/test_sessions.py @@ -1,16 +1,14 @@ """Test for asyncprawcore.Sessions module.""" -import asyncio import logging +from unittest.mock import AsyncMock, patch +import aiohttp.client import pytest from aiohttp.web import HTTPRequestTimeout -from mock import patch -from testfixtures import LogCapture import asyncprawcore from asyncprawcore.exceptions import RequestException -from ..conftest import AsyncMock from . import UnitTest @@ -29,142 +27,93 @@ def is_valid(self): class TestSession(UnitTest): - async def readonly_authorizer(self, refresh=True, requestor=None): - authenticator = asyncprawcore.TrustedAuthenticator( - requestor or self.requestor, - pytest.placeholders.client_id, - pytest.placeholders.client_secret, - ) - authorizer = asyncprawcore.ReadOnlyAuthorizer(authenticator) - if refresh: - await authorizer.refresh() - return authorizer - - async def test_close(self): - await asyncprawcore.Session( - await self.readonly_authorizer(refresh=False) - ).close() - - async def test_context_manager(self): - async with asyncprawcore.Session( - await self.readonly_authorizer(refresh=False) - ) as session: + @pytest.fixture + def readonly_authorizer(self, trusted_authenticator): + return asyncprawcore.ReadOnlyAuthorizer(trusted_authenticator) + + async def test_close(self, readonly_authorizer): + await asyncprawcore.Session(readonly_authorizer).close() + + async def test_context_manager(self, readonly_authorizer): + async with asyncprawcore.Session(readonly_authorizer) as session: assert isinstance(session, asyncprawcore.Session) - def test_init__with_device_id_authorizer(self): - authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id - ) - authorizer = asyncprawcore.DeviceIDAuthorizer(authenticator) + def test_init__with_device_id_authorizer(self, untrusted_authenticator): + authorizer = asyncprawcore.DeviceIDAuthorizer(untrusted_authenticator) asyncprawcore.Session(authorizer) - def test_init__with_implicit_authorizer(self): - authenticator = asyncprawcore.UntrustedAuthenticator( - self.requestor, pytest.placeholders.client_id + def test_init__with_implicit_authorizer(self, untrusted_authenticator): + authorizer = asyncprawcore.ImplicitAuthorizer( + untrusted_authenticator, None, 0, "" ) - authorizer = asyncprawcore.ImplicitAuthorizer(authenticator, None, 0, "") asyncprawcore.Session(authorizer) def test_init__without_authenticator(self): with pytest.raises(asyncprawcore.InvalidInvocation): asyncprawcore.Session(None) - @patch("asyncio.sleep", return_value=None) @patch("aiohttp.ClientSession") - async def test_request__connection_error_retry(self, mock_session, _): + @pytest.mark.parametrize( + "exception", + [ConnectionError(), HTTPRequestTimeout()], + ids=["ConnectionError", "HTTPRequestTimeout"], + ) + async def test_request__retry(self, mock_session, exception, caplog): + caplog.set_level(logging.WARNING) session_instance = mock_session.return_value - self.requestor = asyncprawcore.requestor.Requestor( - "asyncprawcore:test (by /u/Lil_SpazJoekp)", session=session_instance + # Handle Auth + response_mock = AsyncMock(spec=aiohttp.client.ClientResponse) + response_mock.status = 200 + response_mock.headers = {} + session_instance.request = AsyncMock(return_value=response_mock) + # session_instance.request.return_value = asyncio.Future() + session_instance.request.return_value = AsyncMock( + status=200, + headers={}, ) - try: - session_instance.request.return_value = asyncio.Future() - session_instance.request.return_value.set_result( - AsyncMock( - status=200, - response_dict={ - "access_token": "", - "expires_in": 99, - "scope": "", - }, - headers={}, - ) - ) - - authorizer = await self.readonly_authorizer() - session_instance.request.reset_mock() - - # Fail on subsequent request - exception = ConnectionError() - session_instance.request.side_effect = exception - - expected = ( - "asyncprawcore", - "WARNING", - "Retrying due to ConnectionError() status: GET " - "https://oauth.reddit.com/", - ) - finally: - session_instance.close() - - with LogCapture(level=logging.WARNING) as log_capture: - with pytest.raises(RequestException) as exception_info: - await asyncprawcore.Session(authorizer).request("GET", "/") - log_capture.check(expected, expected) - assert isinstance(exception_info.value, RequestException) - assert exception is exception_info.value.original_exception - assert session_instance.request.call_count == 3 - - @patch("asyncio.sleep", return_value=None) - @patch("aiohttp.ClientSession") - async def test_request__read_timeout_retry(self, mock_session, _): - session_instance = mock_session.return_value - self.requestor = asyncprawcore.requestor.Requestor( - "asyncprawcore:test (by /u/Lil_SpazJoekp)", session=session_instance + session_instance.request.return_value.json = AsyncMock( + return_value={ + "access_token": "", + "expires_in": 99, + "scope": "", + }, ) - session_instance.request.return_value = asyncio.Future() - session_instance.request.return_value.set_result( - AsyncMock( - status=200, - response_dict={ - "access_token": "", - "expires_in": 99, - "scope": "", - }, - headers={}, - ) + requestor = asyncprawcore.Requestor("asyncprawcore:test (by u/Lil_SpazJoekp)") + authenticator = asyncprawcore.TrustedAuthenticator( + requestor, + pytest.placeholders.client_id, + pytest.placeholders.client_secret, ) - authorizer = await self.readonly_authorizer() + authorizer = asyncprawcore.ReadOnlyAuthorizer(authenticator) + await authorizer.refresh() session_instance.request.reset_mock() - # Fail on subsequent request - exception = HTTPRequestTimeout() session_instance.request.side_effect = exception - expected = ( - "asyncprawcore", - "WARNING", - "Retrying due to " - "status: " - "GET https://oauth.reddit.com/", + with pytest.raises(RequestException) as exception_info: + await asyncprawcore.Session(authorizer).request("GET", "/") + message = ( + "" + if isinstance(exception, HTTPRequestTimeout) + else f"{exception.__class__.__name__}()" ) - - with LogCapture(level=logging.WARNING) as log_capture: - with pytest.raises(RequestException) as exception_info: - await asyncprawcore.Session(authorizer).request("GET", "/") - log_capture.check(expected, expected) + assert ( + "asyncprawcore", + logging.WARNING, + f"Retrying due to {message} status: GET https://oauth.reddit.com/", + ) in caplog.record_tuples assert isinstance(exception_info.value, RequestException) assert exception is exception_info.value.original_exception assert session_instance.request.call_count == 3 - async def test_request__with_invalid_authorizer(self): - session = asyncprawcore.Session(InvalidAuthorizer(self.requestor)) + async def test_request__with_invalid_authorizer(self, requestor): + session = asyncprawcore.Session(InvalidAuthorizer(requestor)) with pytest.raises(asyncprawcore.InvalidInvocation): await session.request("get", "/") class TestSessionFunction(UnitTest): - def test_session(self): + def test_session(self, requestor): assert isinstance( - asyncprawcore.session(InvalidAuthorizer(self.requestor)), - asyncprawcore.Session, + asyncprawcore.session(InvalidAuthorizer(requestor)), asyncprawcore.Session )