From 571cf2f4af7b3d5b12614d2c72706ffb5626bc03 Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Fri, 6 Oct 2023 03:36:18 -0700 Subject: [PATCH 1/8] Added start_after to stream_generator --- praw/models/util.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/praw/models/util.py b/praw/models/util.py index 76e68a752..9b0788aa9 100644 --- a/praw/models/util.py +++ b/praw/models/util.py @@ -35,7 +35,7 @@ def permissions_string( @_deprecate_args( - "function", "pause_after", "skip_existing", "attribute_name", "exclude_before" + "function", "pause_after", "skip_existing", "attribute_name", "exclude_before", "start_after" ) def stream_generator( function: Callable, @@ -44,6 +44,7 @@ def stream_generator( exclude_before: bool = False, pause_after: int | None = None, skip_existing: bool = False, + start_after: str | None = None, **function_kwargs: Any, ) -> Generator[Any, None, None]: """Yield new items from ``function`` as they become available. @@ -62,6 +63,8 @@ def stream_generator( :param skip_existing: When ``True``, this does not yield any results from the first request thereby skipping any items that existed in the stream prior to starting the stream (default: ``False``). + :param start_after: The initial string value to use for ``before`` in ``params``. + The stream will start from the item following this one (default: ``None``). Additional keyword arguments will be passed to ``function``. @@ -122,7 +125,7 @@ def stream_generator( print(comment) """ - before_attribute = None + before_attribute = start_after exponential_counter = ExponentialCounter(max_counter=16) seen_attributes = BoundedSet(301) without_before_counter = 0 From 9b00b815d577b87b4dea61bc1e33fd7ae64ac693 Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Fri, 6 Oct 2023 03:40:54 -0700 Subject: [PATCH 2/8] Added name to AUTHORS.rst --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 1384232e0..b58fba292 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -84,4 +84,5 @@ Source Contributors - Josh Kim `@jsk56143 `_ - Rolf Campbell `@endlisnis `_ - zacc `@zacc `_ +- c0d3rman `@c0d3rman ` - Add "Name and github profile link" above this line. From 3cc9be03ec13558578c1754d5f34190ad40a8e56 Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Sun, 8 Oct 2023 01:47:48 -0700 Subject: [PATCH 3/8] Style --- praw/models/util.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/praw/models/util.py b/praw/models/util.py index 9b0788aa9..07b4b41c4 100644 --- a/praw/models/util.py +++ b/praw/models/util.py @@ -35,7 +35,12 @@ def permissions_string( @_deprecate_args( - "function", "pause_after", "skip_existing", "attribute_name", "exclude_before", "start_after" + "function", + "pause_after", + "skip_existing", + "attribute_name", + "exclude_before", + "start_after", ) def stream_generator( function: Callable, From a84340128b46b261787bd9e8a9a4b5f1e2b0a476 Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Sun, 8 Oct 2023 01:48:31 -0700 Subject: [PATCH 4/8] Added tests --- ...reams.test_comments__with_start_after.json | 334 ++++++++++++++++++ .../models/reddit/test_subreddit.py | 10 + tests/unit/models/test_util.py | 30 ++ 3 files changed, 374 insertions(+) create mode 100644 tests/integration/cassettes/TestSubredditStreams.test_comments__with_start_after.json diff --git a/tests/integration/cassettes/TestSubredditStreams.test_comments__with_start_after.json b/tests/integration/cassettes/TestSubredditStreams.test_comments__with_start_after.json new file mode 100644 index 000000000..b84bb9c07 --- /dev/null +++ b/tests/integration/cassettes/TestSubredditStreams.test_comments__with_start_after.json @@ -0,0 +1,334 @@ +{ + "http_interactions": [ + { + "recorded_at": "2023-10-08T08:44:49", + "request": { + "body": { + "encoding": "utf-8", + "string": "grant_type=client_credentials" + }, + "headers": { + "Accept": [ + "*/*" + ], + "Accept-Encoding": [ + "identity" + ], + "Authorization": [ + "Basic " + ], + "Connection": [ + "close" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/x-www-form-urlencoded" + ], + "User-Agent": [ + "praw_py PRAW/7.7.2.dev0 prawcore/2.3.0" + ] + }, + "method": "POST", + "uri": "https://www.reddit.com/api/v1/access_token" + }, + "response": { + "body": { + "encoding": "UTF-8", + "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"expires_in\": 86400, \"scope\": \"*\"}" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "close" + ], + "Content-Length": [ + "822" + ], + "Date": [ + "Sun, 08 Oct 2023 08:44: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=96nwSDoZ9eu5PEkyI5; 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" + ], + "content-type": [ + "application/json; charset=UTF-8" + ], + "x-moose": [ + "majestic" + ], + "x-reddit-loid": [ + "000000000lbxldxphd.2.1696754689206.Z0FBQUFBQmxJbXdCM2RvZGRTRDY3Nkl3dWp0OTJvVmdxM1ExZFFoc0tLdVBLcDUzVXUzT3NGOWRJTUN1alV2Nm1vUnNlSDBkU24wdmM1WXpmSFVlQkRISXpHMDRHdFEtcHBicENmUVYtYUYwUVVwUGlhNlB2b1ZkU3lEYjVZeG5Ddi15VHNXT09RLUo" + ] + }, + "status": { + "code": 200, + "message": "OK" + }, + "url": "https://www.reddit.com/api/v1/access_token" + } + }, + { + "recorded_at": "2023-10-08T08:44:50", + "request": { + "body": { + "encoding": "utf-8", + "string": "" + }, + "headers": { + "Accept": [ + "*/*" + ], + "Accept-Encoding": [ + "identity" + ], + "Authorization": [ + "bearer " + ], + "Connection": [ + "keep-alive" + ], + "Cookie": [ + "edgebucket=96nwSDoZ9eu5PEkyI5" + ], + "User-Agent": [ + "praw_py PRAW/7.7.2.dev0 prawcore/2.3.0" + ] + }, + "method": "GET", + "uri": "https://oauth.reddit.com/r/kakapo/comments/?limit=100&raw_json=1" + }, + "response": { + "body": { + "encoding": "UTF-8", + "string": "{\"kind\": \"Listing\", \"data\": {\"after\": \"t1_igu3eow\", \"dist\": 100, \"modhash\": \"\", \"geo_filter\": \"\", \"children\": [{\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Jackeline_Villegas\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2zpai2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"zenyl\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16wizow\", \"score\": 1, \"author_fullname\": \"t2_bfwod\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"# OP IS A KARMA FARMING BOT\\n\\n[This is the post they copy-pasted, identical same image and title.](https://www.reddit.com/r/kakapo/comments/i6g6dg/good_kakapo_news_james_and_k%C4%81k%C4%81p%C5%8D_dog_duke_have/)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EOP IS A KARMA FARMING BOT\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://www.reddit.com/r/kakapo/comments/i6g6dg/good_kakapo_news_james_and_k%C4%81k%C4%81p%C5%8D_dog_duke_have/\\\"\\u003EThis is the post they copy-pasted, identical same image and title.\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16wizow\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16wizow/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2zpai2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16wizow/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2zpai2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696163707.0, \"created_utc\": 1696163707.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"HarrietteR3487\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2txgg7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"groinbag\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16v5r19\", \"score\": 1, \"author_fullname\": \"t2_i92eo\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Tu meke indeed.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ETu meke indeed.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16v5r19\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2txgg7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2txgg7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696055247.0, \"created_utc\": 1696055247.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"HarrietteR3487\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2pc34z\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheMapesHotel\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16v5r19\", \"score\": 2, \"author_fullname\": \"t2_h6xnt\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Fabulous news, thank you for letting us know!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFabulous news, thank you for letting us know!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16v5r19\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2pc34z/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2pc34z\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695982360.0, \"created_utc\": 1695982360.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2iaxkq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"sandeejs\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 4, \"author_fullname\": \"t2_wscrzf8\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"From what I've seen, they'd spend a lot of time in horny jail.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFrom what I\\u0026#39;ve seen, they\\u0026#39;d spend a lot of time in horny jail.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k2iaxkq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k2iaxkq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695859636.0, \"created_utc\": 1695859636.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 17, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k234mbs\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 17, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Actually, both the Maori people and European settlers kept kakapo as pets, and the Europeans wrote that they were more like dogs than a bird\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EActually, both the Maori people and European settlers kept kakapo as pets, and the Europeans wrote that they were more like dogs than a bird\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k234mbs/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k234mbs\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695610298.0, \"created_utc\": 1695610298.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 11, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k234ijl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"GroundPounder18\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 11, \"author_fullname\": \"t2_339s5x5g\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"No. Friendly and Unable to fly are not the only things that make a good pet.\\n\\nGiven the circumstances around why they are endangered they should stay in the wild. Human interference (aside from the conservation efforts) are big reason why they are endangered today. Making them pets would just encourage illegal poaching for the pet trade (which is common among South American populations of various species of parrots unfortunatly).\", \"edited\": 1695610498.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ENo. Friendly and Unable to fly are not the only things that make a good pet.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EGiven the circumstances around why they are endangered they should stay in the wild. Human interference (aside from the conservation efforts) are big reason why they are endangered today. Making them pets would just encourage illegal poaching for the pet trade (which is common among South American populations of various species of parrots unfortunatly).\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k234ijl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k234ijl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695610251.0, \"created_utc\": 1695610251.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 13, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k21tzo0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"EarthLoveAR\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 13, \"author_fullname\": \"t2_391a83al\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"no. they are picky eaters. also, wild.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eno. they are picky eaters. also, wild.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k21tzo0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k21tzo0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695590728.0, \"created_utc\": 1695590728.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 35, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k21qoiu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"upsidedownorangejuic\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 35, \"author_fullname\": \"t2_bd9fn\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Do you like bass? because that what you have sub woofer... these things are loud.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDo you like bass? because that what you have sub woofer... these things are loud.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k21qoiu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k21qoiu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695589524.0, \"created_utc\": 1695589524.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"These K\\u0101k\\u0101p\\u014d desperately need to bolster their numbers. Clearly they need a wingman. \\ud83c\\udff9 Steve, the feathery yet flightless cupid, is here to help. \\ud83e\\udd9c\\ud83d\\udc95\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Ontheedge_org\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jxe42au\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Ontheedge_org\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jx5zdna\", \"score\": 1, \"author_fullname\": \"t2_624x92jhm\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It is, indeed. The one and only \\ud83d\\ude0a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt is, indeed. The one and only \\ud83d\\ude0a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xcz8s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/jxe42au/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/\", \"name\": \"t1_jxe42au\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692784391.0, \"created_utc\": 1692784391.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/7nb9b0cfshjb1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"This looks so amazing that I can't even express.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": -5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"AmbitiComment377\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jx6mcs7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"AmbitiComment377\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jx6m404\", \"score\": -5, \"author_fullname\": \"t2_g26yl4qj0\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"www.shopday.live/kakapo-starry-night\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"http://www.shopday.live/kakapo-starry-night\\\"\\u003Ewww.shopday.live/kakapo-starry-night\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xir79\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xir79/this_looks_so_amazing_that_i_cant_even_express/jx6mcs7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xir79/this_looks_so_amazing_that_i_cant_even_express/\", \"name\": \"t1_jx6mcs7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692651048.0, \"created_utc\": 1692651048.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/l44qv1cmuijb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"These K\\u0101k\\u0101p\\u014d desperately need to bolster their numbers. Clearly they need a wingman. \\ud83c\\udff9 Steve, the feathery yet flightless cupid, is here to help. \\ud83e\\udd9c\\ud83d\\udc95\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Ontheedge_org\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jx5zdna\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SnipesCC\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_15xcz8s\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Is that Rhys Darby voicing Steve?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIs that Rhys Darby voicing Steve?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xcz8s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/jx5zdna/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/\", \"name\": \"t1_jx5zdna\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692642727.0, \"created_utc\": 1692642727.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/7nb9b0cfshjb1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A flightless parrot is returning to mainland New Zealand after a 40-year absence\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"TungstenChef\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jv3npyq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"EarthLoveAR\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_15juf6q\", \"score\": 4, \"author_fullname\": \"t2_391a83al\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"correction. the HAVE returned! \\u003C3\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ecorrection. the HAVE returned! \\u0026lt;3\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15juf6q\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15juf6q/a_flightless_parrot_is_returning_to_mainland_new/jv3npyq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15juf6q/a_flightless_parrot_is_returning_to_mainland_new/\", \"name\": \"t1_jv3npyq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1691369503.0, \"created_utc\": 1691369503.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.popsci.com/environment/kakapo-parrot-new-zealand/?fbclid=IwAR3uo_qJzXjeGgzg6TZlLvvYp8wwpg-4AbC7VvHUjW79GLoXB9bmgTyQz5Q\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Love it\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"VirgilDixon525\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jrtlgjt\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tchrspest\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_14ymlmj\", \"score\": 1, \"author_fullname\": \"t2_6hwwp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Spam account.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESpam account.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_14ymlmj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/14ymlmj/love_it/jrtlgjt/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/14ymlmj/love_it/\", \"name\": \"t1_jrtlgjt\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1689266302.0, \"created_utc\": 1689266302.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/14ymlmj\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A Kakapo-themed tarot deck on Kickstarter! Even if you aren't into tarot, it's 78 themed drawings of kakapos.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jom0kkj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SnipesCC\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_joldab5\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It's only halfway to goal, so I'm worried it won't reach it.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt\\u0026#39;s only halfway to goal, so I\\u0026#39;m worried it won\\u0026#39;t reach it.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_149r3a6\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/jom0kkj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/\", \"name\": \"t1_jom0kkj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1687112060.0, \"created_utc\": 1687112060.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.kickstarter.com/projects/sswh/kakapo-park-tarot\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A Kakapo-themed tarot deck on Kickstarter! Even if you aren't into tarot, it's 78 themed drawings of kakapos.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"joldab5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"OhSoNotS01mportant\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_149r3a6\", \"score\": 2, \"author_fullname\": \"t2_53x2law2\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Oh my god sign me up\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOh my god sign me up\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_149r3a6\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/joldab5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/\", \"name\": \"t1_joldab5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1687101438.0, \"created_utc\": 1687101438.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.kickstarter.com/projects/sswh/kakapo-park-tarot\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jlha6a2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Alive_Autumn71\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jlf4n1w\", \"score\": 1, \"author_fullname\": \"t2_4iutsvs59\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"samee, they are so cute!!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Esamee, they are so cute!!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jlha6a2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jlha6a2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684962659.0, \"created_utc\": 1684962659.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jlf4n1w\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13ogj0v\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Man i love kakapo's\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMan i love kakapo\\u0026#39;s\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jlf4n1w/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jlf4n1w\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684932724.0, \"created_utc\": 1684932724.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jl575g9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Alive_Autumn71\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jl4ejt4\", \"score\": 2, \"author_fullname\": \"t2_4iutsvs59\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thank you so much! \\u003C33\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThank you so much! \\u0026lt;33\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jl575g9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jl575g9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684755514.0, \"created_utc\": 1684755514.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jl4ejt4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Kakapo117\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13ogj0v\", \"score\": 2, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"So cute, I love it!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESo cute, I love it!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jl4ejt4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jl4ejt4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684732996.0, \"created_utc\": 1684732996.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Thought y'all might appreciate this!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"reserrfs\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jkimu3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SpambotSwatter\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jkgwwda\", \"score\": 3, \"author_fullname\": \"t2_1um5rn9f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey, another bot replied to your comment; /u/aewsa is a scammer! **Do not click any links they share or reply to**. Please downvote their comment and click the `report` button, selecting `Spam` then `Harmful bots`. \\n\\nWith enough reports, the reddit algorithm will suspend this scammer.\\n\\n---\\n\\u003E!^(If this message seems out of context, it may be because aewsa is copying content to farm karma, and deletes their scam activity when called out - Read the pins on my profile for more information.)!\\u003C\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey, another bot replied to your comment; \\u003Ca href=\\\"/u/aewsa\\\"\\u003E/u/aewsa\\u003C/a\\u003E is a scammer! \\u003Cstrong\\u003EDo not click any links they share or reply to\\u003C/strong\\u003E. Please downvote their comment and click the \\u003Ccode\\u003Ereport\\u003C/code\\u003E button, selecting \\u003Ccode\\u003ESpam\\u003C/code\\u003E then \\u003Ccode\\u003EHarmful bots\\u003C/code\\u003E. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWith enough reports, the reddit algorithm will suspend this scammer.\\u003C/p\\u003E\\n\\n\\u003Chr/\\u003E\\n\\n\\u003Cp\\u003E\\u003Cspan class=\\\"md-spoiler-text\\\"\\u003E\\u003Csup\\u003EIf this message seems out of context, it may be because aewsa is copying content to farm karma, and deletes their scam activity when called out - Read the pins on my profile for more information.\\u003C/sup\\u003E\\u003C/span\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_13jsau2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/jkimu3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/\", \"name\": \"t1_jkimu3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684340570.0, \"created_utc\": 1684340570.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/da3ejn40tb0b1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Thought y'all might appreciate this!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 0, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"reserrfs\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jkh2oic\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"East_Confection802\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13jsau2\", \"score\": 0, \"author_fullname\": \"t2_9cv4a2ya\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"LOVE IT\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELOVE IT\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13jsau2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/jkh2oic/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/\", \"name\": \"t1_jkh2oic\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684309970.0, \"created_utc\": 1684309970.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/da3ejn40tb0b1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jk24kk4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"ScalyDestiny\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 2, \"author_fullname\": \"t2_25vpqolo\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"What happened?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhat happened?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jk24kk4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jk24kk4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684021521.0, \"created_utc\": 1684021521.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jk1wfqj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 2, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \":((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E:((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jk1wfqj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jk1wfqj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684017628.0, \"created_utc\": 1684017628.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jjtdcjj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"HippoHoppitus\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 6, \"author_fullname\": \"t2_ugfouye\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"R.I.P.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ER.I.P.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jjtdcjj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jjtdcjj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683853670.0, \"created_utc\": 1683853670.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"kakapo are the best\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cyberpunkat\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj7jd2k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Yanive_amaznive\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13a8buh\", \"score\": 2, \"author_fullname\": \"t2_krnqm1a\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Loveable walking bush\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELoveable walking bush\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13a8buh\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13a8buh/kakapo_are_the_best/jj7jd2k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13a8buh/kakapo_are_the_best/\", \"name\": \"t1_jj7jd2k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683467095.0, \"created_utc\": 1683467095.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/13a8buh\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"So majestic\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj6eb7d\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_uxyejj\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"absolutely majestic\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eabsolutely majestic\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_uxyejj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/uxyejj/so_majestic/jj6eb7d/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/uxyejj/so_majestic/\", \"name\": \"t1_jj6eb7d\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683436392.0, \"created_utc\": 1683436392.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/5u5853aecm191\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"There was a 25% increase in the population of the bulky flightless k\\u0101k\\u0101p\\u014d parrot of New Zealand in the last year. The total is now 252 birds whilst in 2002 there were only 86. With the help of the Ngai Tahu Maori tribe there was a good breeding season and several AI attempts were successful.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5p92t\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wkllh0\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i hope kakapo become not endangered here soon.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei hope kakapo become not endangered here soon.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wkllh0\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wkllh0/there_was_a_25_increase_in_the_population_of_the/jj5p92t/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wkllh0/there_was_a_25_increase_in_the_population_of_the/\", \"name\": \"t1_jj5p92t\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422587.0, \"created_utc\": 1683422587.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.dw.com/en/new-zealands-rare-kakapo-parrot-sees-population-boom/a-62752353\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5ox0c\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"if only kakapo ruled the planet\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eif only kakapo ruled the planet\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/jj5ox0c/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_jj5ox0c\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422431.0, \"created_utc\": 1683422431.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Communist kakapo (made with Dall-e)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Lamakus\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5or5s\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zwf0g4\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i tried to make a whole bunch of kakapo stuff on dall-e but it makes kea instead.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei tried to make a whole bunch of kakapo stuff on dall-e but it makes kea instead.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zwf0g4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/jj5or5s/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/\", \"name\": \"t1_jj5or5s\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422355.0, \"created_utc\": 1683422355.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ym7cqbukbh8a1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Sirocco heard there were snacks\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KimCureAll\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5nui9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13245hy\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"kakapo are the best\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ekakapo are the best\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13245hy\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13245hy/sirocco_heard_there_were_snacks/jj5nui9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13245hy/sirocco_heard_there_were_snacks/\", \"name\": \"t1_jj5nui9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683421911.0, \"created_utc\": 1683421911.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/61oa0r3funwa1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\ud83d\\udd25The Flightless Kakapo.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"jeenrogers\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jin7f1f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"HippoHoppitus\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jikrw4y\", \"score\": 2, \"author_fullname\": \"t2_ugfouye\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"As long as you don't get accidentally shagged by one\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAs long as you don\\u0026#39;t get accidentally shagged by one\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_135dz7f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/135dz7f/the_flightless_kakapo/jin7f1f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/135dz7f/the_flightless_kakapo/\", \"name\": \"t1_jin7f1f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683078906.0, \"created_utc\": 1683078906.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/he338f9p0cxa1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\ud83d\\udd25The Flightless Kakapo.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"jeenrogers\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jikrw4y\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"PanicAffectionate693\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_135dz7f\", \"score\": 4, \"author_fullname\": \"t2_hhkewzgq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Whenever I see a kakapo, a part of my brain is convinced I'll touch and hold one someday, no matter what statistics I bring up to argue with myself\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhenever I see a kakapo, a part of my brain is convinced I\\u0026#39;ll touch and hold one someday, no matter what statistics I bring up to argue with myself\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_135dz7f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/135dz7f/the_flightless_kakapo/jikrw4y/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/135dz7f/the_flightless_kakapo/\", \"name\": \"t1_jikrw4y\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683042897.0, \"created_utc\": 1683042897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/he338f9p0cxa1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I'm so pleased with how it came out!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Nomitasarker\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg5ed2r\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SpambotSwatter\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_12l1fs4\", \"score\": 1, \"author_fullname\": \"t2_1um5rn9f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"/u/Nomitasarker is a scammer! **Do not click any links they or anyone in this post shares**. Please downvote this post and click the `report` button, selecting `Spam` then `Harmful bots`. \\n\\nWith enough reports, the reddit algorithm will suspend this scammer.\\n\\n^(*Confused?* Read the pins on my profile for more information.)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"/u/Nomitasarker\\\"\\u003E/u/Nomitasarker\\u003C/a\\u003E is a scammer! \\u003Cstrong\\u003EDo not click any links they or anyone in this post shares\\u003C/strong\\u003E. Please downvote this post and click the \\u003Ccode\\u003Ereport\\u003C/code\\u003E button, selecting \\u003Ccode\\u003ESpam\\u003C/code\\u003E then \\u003Ccode\\u003EHarmful bots\\u003C/code\\u003E. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWith enough reports, the reddit algorithm will suspend this scammer.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E\\u003Cem\\u003EConfused?\\u003C/em\\u003E Read the pins on my profile for more information.\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_12l1fs4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/jg5ed2r/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/\", \"name\": \"t1_jg5ed2r\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681422062.0, \"created_utc\": 1681422062.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/423ebp70ipta1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I'm so pleased with how it came out!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Nomitasarker\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg59j0e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SnipesCC\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_12l1fs4\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Are you selling prints?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAre you selling prints?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_12l1fs4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/jg59j0e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/\", \"name\": \"t1_jg59j0e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681420127.0, \"created_utc\": 1681420127.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/423ebp70ipta1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg1vkke\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"JoJoer19394\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11fas50\", \"score\": 1, \"author_fullname\": \"t2_ufg9ear5\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"K a k a p o\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EK a k a p o\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jg1vkke/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jg1vkke\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681357810.0, \"created_utc\": 1681357810.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo apple 2\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcswc9j\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"DonTong\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11dm0hb\", \"score\": 1, \"author_fullname\": \"t2_ansucoiw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Electric boogaloo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EElectric boogaloo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11dm0hb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11dm0hb/kakapo_apple_2/jcswc9j/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11dm0hb/kakapo_apple_2/\", \"name\": \"t1_jcswc9j\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679215976.0, \"created_utc\": 1679215976.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8n96c8n4kska1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jckbftl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcha1g7\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's ok. Everyone makes silly little mistakes sometimes. \\ud83e\\udec2\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s ok. Everyone makes silly little mistakes sometimes. \\ud83e\\udec2\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jckbftl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jckbftl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679060277.0, \"created_utc\": 1679060277.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcjm6wr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Nowayman1414\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 4, \"author_fullname\": \"t2_iwanyau9\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"\\u2764\\ufe0f\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u2764\\ufe0f\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcjm6wr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcjm6wr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679044034.0, \"created_utc\": 1679044034.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcjd4cp\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Trustadz\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 5, \"author_fullname\": \"t2_12brua\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"This is so cute!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThis is so cute!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcjd4cp/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcjd4cp\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679036112.0, \"created_utc\": 1679036112.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcj1l7x\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"genovaheroo\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 7, \"author_fullname\": \"t2_208oggrh\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Amazing!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAmazing!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcj1l7x/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcj1l7x\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679027746.0, \"created_utc\": 1679027746.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcha1g7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"ItsFelixMcCoy\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcft6ac\", \"score\": 1, \"author_fullname\": \"t2_2v4lvjhw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I feel so stupid\\u2026\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI feel so stupid\\u2026\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcha1g7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcha1g7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678999095.0, \"created_utc\": 1678999095.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcft6ac\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcf1veq\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I am not OP, but you can reply to OP's comment though.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI am not OP, but you can reply to OP\\u0026#39;s comment though.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcft6ac/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcft6ac\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678979031.0, \"created_utc\": 1678979031.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcf1veq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"ItsFelixMcCoy\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jaqqvf2\", \"score\": 1, \"author_fullname\": \"t2_2v4lvjhw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"More important question, how the hell did you find that?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMore important question, how the hell did you find that?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcf1veq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcf1veq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678965911.0, \"created_utc\": 1678965911.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcd81zm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Nowayman1414\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 2, \"author_fullname\": \"t2_iwanyau9\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"He snacc\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHe snacc\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jcd81zm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jcd81zm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678925100.0, \"created_utc\": 1678925100.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jaqqvf2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jal8ab0\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thank you! \\ud83d\\udc9a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThank you! \\ud83d\\udc9a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jaqqvf2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jaqqvf2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677842021.0, \"created_utc\": 1677842021.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jal8ab0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"catchthelight\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jakdqqm\", \"score\": 5, \"author_fullname\": \"t2_r0nkp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"https://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"https://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\\\"\\u003Ehttps://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jal8ab0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jal8ab0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677735552.0, \"created_utc\": 1677735552.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jakdqqm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11fas50\", \"score\": 4, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's awesome! Do you have the coordinates?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s awesome! Do you have the coordinates?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jakdqqm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jakdqqm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677720435.0, \"created_utc\": 1677720435.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jafzc3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"sandeejs\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jaf0vhn\", \"score\": 4, \"author_fullname\": \"t2_wscrzf8\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Or one of their chicks...\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOr one of their chicks...\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jafzc3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jafzc3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677642623.0, \"created_utc\": 1677642623.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 15, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jaf0vhn\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"TungstenChef\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 15, \"author_fullname\": \"t2_9l6oreuc\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's just Sirocco inquiring if by any chance they have seen his long-lost love, the photographer.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s just Sirocco inquiring if by any chance they have seen his long-lost love, the photographer.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jaf0vhn/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jaf0vhn\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677626977.0, \"created_utc\": 1677626977.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jae3phq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"wiseones\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 6, \"author_fullname\": \"t2_789le\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Living the dream!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELiving the dream!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jae3phq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jae3phq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677613776.0, \"created_utc\": 1677613776.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jad9v1p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Hamiltonswaterbreaks\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 7, \"author_fullname\": \"t2_2959qk8f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Kakaponacroc!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EKakaponacroc!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jad9v1p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jad9v1p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677602484.0, \"created_utc\": 1677602484.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"total_awards_received\": 0, \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"awarders\": [], \"mod_reason_by\": null, \"banned_by\": null, \"removal_reason\": null, \"link_id\": \"t3_10tecl3\", \"author_flair_template_id\": null, \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7ywh1g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"[deleted]\", \"num_comments\": 4, \"edited\": false, \"can_mod_post\": false, \"created_utc\": 1676029850.0, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 1, \"approved_by\": null, \"over_18\": false, \"treatment_tags\": [], \"mod_note\": null, \"all_awardings\": [], \"subreddit_id\": \"t5_2wd1h\", \"body\": \"Dat face...!!!!\\ud83e\\udd70\\ud83e\\udd70\\ud83e\\udd70\", \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"author_flair_css_class\": null, \"name\": \"t1_j7ywh1g\", \"locked\": false, \"downs\": 0, \"is_submitter\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDat face...!!!!\\ud83e\\udd70\\ud83e\\udd70\\ud83e\\udd70\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"can_gild\": false, \"top_awarded_type\": null, \"unrepliable_reason\": null, \"author_flair_text_color\": \"dark\", \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j7ywh1g/\", \"num_reports\": null, \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"report_reasons\": null, \"link_author\": \"cnzmur\", \"subreddit\": \"kakapo\", \"author_flair_text\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\", \"created\": 1676029850.0, \"collapsed\": false, \"subreddit_name_prefixed\": \"r/kakapo\", \"controversiality\": 0, \"author_flair_background_color\": \"\", \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"subreddit_type\": \"public\", \"ups\": 1}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo with apple \\ud83c\\udf4e\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7u0jao\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"leSageDeMontcuq\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_108c01x\", \"score\": 2, \"author_fullname\": \"t2_qhpmz151\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Kakapple\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EKakapple\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_108c01x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/108c01x/kakapo_with_apple/j7u0jao/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/108c01x/kakapo_with_apple/\", \"name\": \"t1_j7u0jao\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675944076.0, \"created_utc\": 1675944076.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/9nw95ma6e8ba1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7afb56\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"rustyraccoon\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 4, \"author_fullname\": \"t2_3ll5m\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"omg\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eomg\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j7afb56/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j7afb56\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675586823.0, \"created_utc\": 1675586823.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 10, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j79m9iu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"goodgodling\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 10, \"author_fullname\": \"t2_il827\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Well, this is the cu thing I've ever seen.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWell, this is the cu thing I\\u0026#39;ve ever seen.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j79m9iu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j79m9iu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675567250.0, \"created_utc\": 1675567250.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j77dcip\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"KieDaPie\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 4, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Aww cutie\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAww cutie\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j77dcip/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j77dcip\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675531025.0, \"created_utc\": 1675531025.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I thought that was a tiny kakapo for a second. I imagine kakapo would make great pets if they were more prevalent\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j762cb0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"IndividualParsnip236\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10sq97x\", \"score\": 1, \"author_fullname\": \"t2_h50xzk6y\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I want one too...\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI want one too...\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10sq97x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10sq97x/i_thought_that_was_a_tiny_kakapo_for_a_second_i/j762cb0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10sq97x/i_thought_that_was_a_tiny_kakapo_for_a_second_i/\", \"name\": \"t1_j762cb0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675505054.0, \"created_utc\": 1675505054.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/ya5t8ejojwfa1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7414x2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"thelivingshitpost\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_tflwpjy\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"My first question is *how did it even get in the US*\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMy first question is \\u003Cem\\u003Ehow did it even get in the US\\u003C/em\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/j7414x2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_j7414x2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675463233.0, \"created_utc\": 1675463233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo Dance\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j6bg7q1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"PanicAffectionate693\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10nwwrp\", \"score\": 2, \"author_fullname\": \"t2_hhkewzgq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Syncs well with gabber music\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESyncs well with gabber music\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10nwwrp\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10nwwrp/kakapo_dance/j6bg7q1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10nwwrp/kakapo_dance/\", \"name\": \"t1_j6bg7q1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1674962413.0, \"created_utc\": 1674962413.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/ze94b36zlrea1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo with apple \\ud83c\\udf4e\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j466twq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"RigilMusic\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_108c01x\", \"score\": 2, \"author_fullname\": \"t2_gkme3qg3\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Having a little chew!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHaving a little chew!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_108c01x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/108c01x/kakapo_with_apple/j466twq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/108c01x/kakapo_with_apple/\", \"name\": \"t1_j466twq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1673615756.0, \"created_utc\": 1673615756.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/9nw95ma6e8ba1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Communist kakapo (made with Dall-e)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Lamakus\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1wtrrf\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"pick_on_the_moon\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zwf0g4\", \"score\": 2, \"author_fullname\": \"t2_1z0i7i0u\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Comrades hear me, no healthy bio-diversity under capitalism. Free yourselves of the chains that bind you\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EComrades hear me, no healthy bio-diversity under capitalism. Free yourselves of the chains that bind you\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zwf0g4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/j1wtrrf/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/\", \"name\": \"t1_j1wtrrf\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1672185731.0, \"created_utc\": 1672185731.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ym7cqbukbh8a1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1cq9el\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Oh fuck, they know!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOh fuck, they know!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/j1cq9el/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_j1cq9el\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671787457.0, \"created_utc\": 1671787457.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Discord chat for Kakapo and other Nz birds! Created by me!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1cad82\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zsyyxj\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Sure\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESure\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zsyyxj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/j1cad82/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/\", \"name\": \"t1_j1cad82\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671775530.0, \"created_utc\": 1671775530.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"More kakapo AI\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j12u3qc\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zqqnvg\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Picakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EPicakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zqqnvg\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zqqnvg/more_kakapo_ai/j12u3qc/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zqqnvg/more_kakapo_ai/\", \"name\": \"t1_j12u3qc\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671605123.0, \"created_utc\": 1671605123.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/7bwyh9u7i27a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"More kakapo AI\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j12p6a1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"weeeee_plonk\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zqqnvg\", \"score\": 2, \"author_fullname\": \"t2_63pxv\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I love kakapo but I don't think we should be promoting AI generated art as it's generally acknowledged that the AI are trained on stolen art. \\n\\nhttps://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI love kakapo but I don\\u0026#39;t think we should be promoting AI generated art as it\\u0026#39;s generally acknowledged that the AI are trained on stolen art. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\\\"\\u003Ehttps://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zqqnvg\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zqqnvg/more_kakapo_ai/j12p6a1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zqqnvg/more_kakapo_ai/\", \"name\": \"t1_j12p6a1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671601758.0, \"created_utc\": 1671601758.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/7bwyh9u7i27a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"AI image of kakapo working out\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j0wdqiz\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"KieDaPie\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zpxwht\", \"score\": 3, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"The right way to use ai ^\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThe right way to use ai ^\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zpxwht\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zpxwht/ai_image_of_kakapo_working_out/j0wdqiz/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zpxwht/ai_image_of_kakapo_working_out/\", \"name\": \"t1_j0wdqiz\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671488861.0, \"created_utc\": 1671488861.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/zpxwht\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapos Bird\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"LachelleCheek\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iwoxcqs\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"catchthelight\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iwl0tdk\", \"score\": 3, \"author_fullname\": \"t2_r0nkp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Also, plural of k\\u0101k\\u0101p\\u014d is k\\u0101k\\u0101p\\u014d, not k\\u0101k\\u0101p\\u014ds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAlso, plural of k\\u0101k\\u0101p\\u014d is k\\u0101k\\u0101p\\u014d, not k\\u0101k\\u0101p\\u014ds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_yws7na\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/yws7na/kakapos_bird/iwoxcqs/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/yws7na/kakapos_bird/\", \"name\": \"t1_iwoxcqs\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1668666616.0, \"created_utc\": 1668666616.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/yws7na\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapos Bird\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 12, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"LachelleCheek\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iwl0tdk\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"paperwhitey\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_yws7na\", \"score\": 12, \"author_fullname\": \"t2_j8p29\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"#OP IS A SCAMMER\\n\\nOP **LachelleCheek** is a SCAMMER that **STEALS DESIGNS** from legitimate sources and creates **BOOTLEG** merch.\\n\\nPlease be careful of any links you get in private messages!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EOP IS A SCAMMER\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003EOP \\u003Cstrong\\u003ELachelleCheek\\u003C/strong\\u003E is a SCAMMER that \\u003Cstrong\\u003ESTEALS DESIGNS\\u003C/strong\\u003E from legitimate sources and creates \\u003Cstrong\\u003EBOOTLEG\\u003C/strong\\u003E merch.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EPlease be careful of any links you get in private messages!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_yws7na\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/yws7na/kakapos_bird/iwl0tdk/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/yws7na/kakapos_bird/\", \"name\": \"t1_iwl0tdk\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1668602464.0, \"created_utc\": 1668602464.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/yws7na\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just gotta show off my new \\u201cbaseball\\u201d card :)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shiny_Rattata\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iltg81g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Kakapo117\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wxu25a\", \"score\": 3, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yoo, that\\u2019s so cool! Reminds me of the Kakapo bookmarks I used to collect\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYoo, that\\u2019s so cool! Reminds me of the Kakapo bookmarks I used to collect\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wxu25a\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wxu25a/just_gotta_show_off_my_new_baseball_card/iltg81g/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wxu25a/just_gotta_show_off_my_new_baseball_card/\", \"name\": \"t1_iltg81g\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1661479836.0, \"created_utc\": 1661479836.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wxt5t8\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"https://t.me/+BeMyVeeaRUZmNWM0\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iktcd3d\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"MulleMekish\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wrnzrk\", \"score\": 1, \"author_fullname\": \"t2_oc04lvfr\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"https://t.me/+BeMyVeeaRUZmNWM0\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"https://t.me/+BeMyVeeaRUZmNWM0\\\"\\u003Ehttps://t.me/+BeMyVeeaRUZmNWM0\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wrnzrk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/iktcd3d/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/\", \"name\": \"t1_iktcd3d\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660840630.0, \"created_utc\": 1660840630.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"kakapo painted by Van Gogh\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Garlaach\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ijvhdgl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wlkxx7\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Neis\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ENeis\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wlkxx7\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wlkxx7/kakapo_painted_by_van_gogh/ijvhdgl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wlkxx7/kakapo_painted_by_van_gogh/\", \"name\": \"t1_ijvhdgl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660234743.0, \"created_utc\": 1660234743.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wlb3l4\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"There are more people in this sub than kakapos in the world \\ud83e\\udd7a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"BayHarbour-Butcher\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ijjows1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Trustadz\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wj6z5t\", \"score\": 4, \"author_fullname\": \"t2_12brua\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"If I could make more kakapo I would. But alas, even if they tried I can't. And seeing the party parrot, he does try.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIf I could make more kakapo I would. But alas, even if they tried I can\\u0026#39;t. And seeing the party parrot, he does try.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wj6z5t\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/ijjows1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/\", \"name\": \"t1_ijjows1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660024970.0, \"created_utc\": 1660024970.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij2ymkj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Kakapo117\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 2, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yooooo that\\u2019s so amazing! I\\u2019m looking for one right now\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYooooo that\\u2019s so amazing! I\\u2019m looking for one right now\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/ij2ymkj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_ij2ymkj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659721849.0, \"created_utc\": 1659721849.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij163nl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"PappaNee\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 1, \"author_fullname\": \"t2_26uwu0fs\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Badass!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EBadass!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/ij163nl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_ij163nl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659691060.0, \"created_utc\": 1659691060.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij0g4ps\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"alt-goldgrun\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iixdbf1\", \"score\": 1, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey kakapo is blessed so the kakapofication of other animals is blessed no cursed\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey kakapo is blessed so the kakapofication of other animals is blessed no cursed\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/ij0g4ps/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_ij0g4ps\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659672547.0, \"created_utc\": 1659672547.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iizop17\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Unicarnivore\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiyeh5f\", \"score\": 1, \"author_fullname\": \"t2_78457dtz\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yeah i tried to get one awhile back when my friend showed me but they were all gone ;-;\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYeah i tried to get one awhile back when my friend showed me but they were all gone ;-;\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iizop17/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iizop17\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659659576.0, \"created_utc\": 1659659576.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiz10ft\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Effective-Okra\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 4, \"author_fullname\": \"t2_3g3annvb\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I \\u2764\\ufe0f\\u2764\\ufe0f\\u2764\\ufe0f the top hat on this bird. So, dapper. \\n\\nr/partyparrot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI \\u2764\\ufe0f\\u2764\\ufe0f\\u2764\\ufe0f the top hat on this bird. So, dapper. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"/r/partyparrot\\\"\\u003Er/partyparrot\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiz10ft/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiz10ft\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659649444.0, \"created_utc\": 1659649444.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 0, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiyex9e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiyeh5f\", \"score\": 0, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Ok\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOk\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiyex9e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiyex9e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640860.0, \"created_utc\": 1659640860.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiyeh5f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiye9ql\", \"score\": 5, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Set number is 910017. Can't buy via lego website. Think only available from secondary resellers now\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESet number is 910017. Can\\u0026#39;t buy via lego website. Think only available from secondary resellers now\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiyeh5f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiyeh5f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640692.0, \"created_utc\": 1659640692.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiye9ql\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiye59n\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Imma look\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EImma look\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiye9ql/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiye9ql\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640615.0, \"created_utc\": 1659640615.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiye59n\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiydttr\", \"score\": 7, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yes. Lego released from the Bricklink Designer Program if im not mistaken\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYes. Lego released from the Bricklink Designer Program if im not mistaken\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiye59n/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiye59n\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640568.0, \"created_utc\": 1659640568.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiydttr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 5, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Official?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOfficial?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiydttr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiydttr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640449.0, \"created_utc\": 1659640449.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiybtf5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiy9tgx\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yes, i once tried kakapo shrek, and it was just kakapo\\nIts somehow hard to find interesting stuff with kakapo and craion beside the kakapo's themselves\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYes, i once tried kakapo shrek, and it was just kakapo\\nIts somehow hard to find interesting stuff with kakapo and craion beside the kakapo\\u0026#39;s themselves\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiybtf5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiybtf5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659639689.0, \"created_utc\": 1659639689.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiy9tgx\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"alt-goldgrun\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiwzl3k\", \"score\": 1, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I have seen more craiyon in various subs but yea. Most of the things I try don't work tho it just gives back normal kakapo pics\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI have seen more craiyon in various subs but yea. Most of the things I try don\\u0026#39;t work tho it just gives back normal kakapo pics\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiy9tgx/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiy9tgx\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659638944.0, \"created_utc\": 1659638944.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiy4nuo\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 3, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thanks, I believe, to u/themfledge\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThanks, I believe, to \\u003Ca href=\\\"/u/themfledge\\\"\\u003Eu/themfledge\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiy4nuo/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiy4nuo\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659637001.0, \"created_utc\": 1659637001.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iixdbf1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"KieDaPie\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wfuzge\", \"score\": 2, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i think... just the sheer cursed appearance of these kakapos will keep predators away. still won't get em laid tho.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei think... just the sheer cursed appearance of these kakapos will keep predators away. still won\\u0026#39;t get em laid tho.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iixdbf1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iixdbf1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659626691.0, \"created_utc\": 1659626691.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiwzl3k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wfuzge\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Did you try this out because of my chonky kakapo post. Also cool kakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDid you try this out because of my chonky kakapo post. Also cool kakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiwzl3k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiwzl3k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659621158.0, \"created_utc\": 1659621158.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Evohe-A1-2022 returned to Whenua Hou after a battle with aspergillosis (@takapodigs)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iim6r6p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_we3s0p\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Cool kakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ECool kakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_we3s0p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/we3s0p/evohea12022_returned_to_whenua_hou_after_a_battle/iim6r6p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/we3s0p/evohea12022_returned_to_whenua_hou_after_a_battle/\", \"name\": \"t1_iim6r6p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659425609.0, \"created_utc\": 1659425609.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/s2z4vdvvp8f91.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 8, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"ShannonFrancis4\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihwp17f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SKYE-SCYTHE\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w9jf5v\", \"score\": 8, \"author_fullname\": \"t2_7owxtsq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"#DO NOT CLICK ON ANY LINKS OP POSTS OR PURCHASE ITEMS\\n\\nOP is a bot that posts links to t-shirt scams.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EDO NOT CLICK ON ANY LINKS OP POSTS OR PURCHASE ITEMS\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003EOP is a bot that posts links to t-shirt scams.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w9jf5v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w9jf5v/kakapo/ihwp17f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w9jf5v/kakapo/\", \"name\": \"t1_ihwp17f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658957626.0, \"created_utc\": 1658957626.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/w9jf5v\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihsa6ae\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihp82if\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Lol\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELol\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihsa6ae/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihsa6ae\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658879795.0, \"created_utc\": 1658879795.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihr2jh8\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"alt-goldgrun\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 3, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Such chonky avocado chicken I love himb\", \"edited\": 1658911379.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESuch chonky avocado chicken I love himb\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihr2jh8/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihr2jh8\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658862233.0, \"created_utc\": 1658862233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihp82if\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihowedf\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"He going to choke you by sitting on you\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHe going to choke you by sitting on you\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihp82if/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihp82if\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658833686.0, \"created_utc\": 1658833686.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihp813s\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihn4m4p\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Basically\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EBasically\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihp813s/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihp813s\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658833659.0, \"created_utc\": 1658833659.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihowedf\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 3, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It's kind of uncanny. Haha\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt\\u0026#39;s kind of uncanny. Haha\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihowedf/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihowedf\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658824691.0, \"created_utc\": 1658824691.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihnpvn9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"llamalord478\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihnlu70\", \"score\": 6, \"author_fullname\": \"t2_60vw5zcu\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"You know what they say, AI ads 10 pounds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYou know what they say, AI ads 10 pounds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihnpvn9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihnpvn9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658799211.0, \"created_utc\": 1658799211.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihnlu70\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Cytokine_storm\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihn4m4p\", \"score\": 7, \"author_fullname\": \"t2_6ls27\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I mean the AI picture is *slightly* fatter!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI mean the AI picture is \\u003Cem\\u003Eslightly\\u003C/em\\u003E fatter!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihnlu70/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihnlu70\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658797409.0, \"created_utc\": 1658797409.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 9, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihn4m4p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Newtosaur12\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 9, \"author_fullname\": \"t2_3dn9acbv\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Lol so just a normal kakapo?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELol so just a normal kakapo?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihn4m4p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihn4m4p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658789808.0, \"created_utc\": 1658789808.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d chicks recovering at Dunedin Wildlife Hospital and soon to be released\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"nilnz\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iha4cmr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cowrie11\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w547wv\", \"score\": 1, \"author_fullname\": \"t2_1elklqvi\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"This is awesome to hear! Slowly, but surely \\ud83d\\ude0a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThis is awesome to hear! Slowly, but surely \\ud83d\\ude0a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w547wv\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/iha4cmr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/\", \"name\": \"t1_iha4cmr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658547897.0, \"created_utc\": 1658547897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d chicks recovering at Dunedin Wildlife Hospital and soon to be released\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"nilnz\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ih5u5f4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"llamalord478\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w547wv\", \"score\": 1, \"author_fullname\": \"t2_60vw5zcu\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I hope the population is on the mend\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI hope the population is on the mend\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w547wv\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/ih5u5f4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/\", \"name\": \"t1_ih5u5f4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658475546.0, \"created_utc\": 1658475546.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d population at its highest in almost 50 years\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"igu3eow\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"alt-goldgrun\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_igrasbm\", \"score\": 2, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Rimu berry smoothie toast to the revival of kakakind\\ud83e\\udd42\", \"edited\": 1658269580.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ERimu berry smoothie toast to the revival of kakakind\\ud83e\\udd42\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w2o8cb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w2o8cb/k\\u0101k\\u0101p\\u014d_population_at_its_highest_in_almost_50/igu3eow/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w2o8cb/k\\u0101k\\u0101p\\u014d_population_at_its_highest_in_almost_50/\", \"name\": \"t1_igu3eow\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658267233.0, \"created_utc\": 1658267233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.rnz.co.nz/news/national/471219/kakapo-population-at-its-highest-in-almost-50-years\"}}], \"before\": null}}" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "keep-alive" + ], + "Content-Length": [ + "223551" + ], + "Date": [ + "Sun, 08 Oct 2023 08:44: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=000000000lbxldxphd.2.1696754689206.Z0FBQUFBQmxJbXdCZnl1Vi1idU44UlNRUUlXU0x5dDU3U2JQMmgtSE1jaFpsamZWT2J2QU1MT1VtVk5CRVpMQWVwcm54MnhoWmllODNYSzA5YmZYTDhtZkQ2dlFSVjcyekZ0ZXcxMHhZb3dTRmVweUJsSWJSdk1VZkxmSXFncXhseDB3STFBX1lfYjE; Domain=reddit.com; Max-Age=63071999; Path=/; expires=Tue, 07-Oct-2025 08:44:49 GMT; secure; SameSite=None; Secure", + "session_tracker=nboarkohqdbfjppndp.0.1696754689426.Z0FBQUFBQmxJbXdCalVEajBYamxkeTJKOHRfa2pyazZ5OXFaRkJZV19xaEpNSUwydTlrNkZaRjU0aFdqQXBtTWFwUjNQam1TckFzMHBEMFNkODk3cXhsNDIzakdqSDBWSG81cTlCN0c3WWtDb1plNTlMcVY5alFFRmtMQzZySGlWZ2JLX2w4MDlFVkM; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sun, 08-Oct-2023 10:44: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" + ], + "access-control-allow-origin": [ + "*" + ], + "access-control-expose-headers": [ + "X-Moose" + ], + "content-type": [ + "application/json; charset=UTF-8" + ], + "x-moose": [ + "majestic" + ], + "x-ratelimit-remaining": [ + "597.0" + ], + "x-ratelimit-reset": [ + "311" + ], + "x-ratelimit-used": [ + "3" + ], + "x-ua-compatible": [ + "IE=edge" + ] + }, + "status": { + "code": 200, + "message": "OK" + }, + "url": "https://oauth.reddit.com/r/kakapo/comments/?limit=100&raw_json=1" + } + }, + { + "recorded_at": "2023-10-08T08:44:50", + "request": { + "body": { + "encoding": "utf-8", + "string": "" + }, + "headers": { + "Accept": [ + "*/*" + ], + "Accept-Encoding": [ + "identity" + ], + "Authorization": [ + "bearer " + ], + "Connection": [ + "keep-alive" + ], + "Cookie": [ + "csv=2; edgebucket=96nwSDoZ9eu5PEkyI5; loid=000000000lbxldxphd.2.1696754689206.Z0FBQUFBQmxJbXdCZnl1Vi1idU44UlNRUUlXU0x5dDU3U2JQMmgtSE1jaFpsamZWT2J2QU1MT1VtVk5CRVpMQWVwcm54MnhoWmllODNYSzA5YmZYTDhtZkQ2dlFSVjcyekZ0ZXcxMHhZb3dTRmVweUJsSWJSdk1VZkxmSXFncXhseDB3STFBX1lfYjE; session_tracker=nboarkohqdbfjppndp.0.1696754689426.Z0FBQUFBQmxJbXdCalVEajBYamxkeTJKOHRfa2pyazZ5OXFaRkJZV19xaEpNSUwydTlrNkZaRjU0aFdqQXBtTWFwUjNQam1TckFzMHBEMFNkODk3cXhsNDIzakdqSDBWSG81cTlCN0c3WWtDb1plNTlMcVY5alFFRmtMQzZySGlWZ2JLX2w4MDlFVkM" + ], + "User-Agent": [ + "praw_py PRAW/7.7.2.dev0 prawcore/2.3.0" + ] + }, + "method": "GET", + "uri": "https://oauth.reddit.com/r/kakapo/comments/?before=t1_ihnlu70&limit=100&raw_json=1" + }, + "response": { + "body": { + "encoding": "UTF-8", + "string": "{\"kind\": \"Listing\", \"data\": {\"after\": null, \"dist\": 95, \"modhash\": \"\", \"geo_filter\": \"\", \"children\": [{\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Jackeline_Villegas\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2zpai2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"zenyl\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16wizow\", \"score\": 1, \"author_fullname\": \"t2_bfwod\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"# OP IS A KARMA FARMING BOT\\n\\n[This is the post they copy-pasted, identical same image and title.](https://www.reddit.com/r/kakapo/comments/i6g6dg/good_kakapo_news_james_and_k%C4%81k%C4%81p%C5%8D_dog_duke_have/)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EOP IS A KARMA FARMING BOT\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://www.reddit.com/r/kakapo/comments/i6g6dg/good_kakapo_news_james_and_k%C4%81k%C4%81p%C5%8D_dog_duke_have/\\\"\\u003EThis is the post they copy-pasted, identical same image and title.\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16wizow\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16wizow/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2zpai2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16wizow/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2zpai2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696163707.0, \"created_utc\": 1696163707.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"HarrietteR3487\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2txgg7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"groinbag\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16v5r19\", \"score\": 1, \"author_fullname\": \"t2_i92eo\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Tu meke indeed.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ETu meke indeed.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16v5r19\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2txgg7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2txgg7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696055247.0, \"created_utc\": 1696055247.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"HarrietteR3487\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2pc34z\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheMapesHotel\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16v5r19\", \"score\": 2, \"author_fullname\": \"t2_h6xnt\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Fabulous news, thank you for letting us know!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFabulous news, thank you for letting us know!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16v5r19\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2pc34z/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2pc34z\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695982360.0, \"created_utc\": 1695982360.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2iaxkq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"sandeejs\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 5, \"author_fullname\": \"t2_wscrzf8\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"From what I've seen, they'd spend a lot of time in horny jail.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFrom what I\\u0026#39;ve seen, they\\u0026#39;d spend a lot of time in horny jail.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k2iaxkq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k2iaxkq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695859636.0, \"created_utc\": 1695859636.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 15, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k234mbs\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 15, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Actually, both the Maori people and European settlers kept kakapo as pets, and the Europeans wrote that they were more like dogs than a bird\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EActually, both the Maori people and European settlers kept kakapo as pets, and the Europeans wrote that they were more like dogs than a bird\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k234mbs/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k234mbs\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695610298.0, \"created_utc\": 1695610298.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 8, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k234ijl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"GroundPounder18\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 8, \"author_fullname\": \"t2_339s5x5g\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"No. Friendly and Unable to fly are not the only things that make a good pet.\\n\\nGiven the circumstances around why they are endangered they should stay in the wild. Human interference (aside from the conservation efforts) are big reason why they are endangered today. Making them pets would just encourage illegal poaching for the pet trade (which is common among South American populations of various species of parrots unfortunatly).\", \"edited\": 1695610498.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ENo. Friendly and Unable to fly are not the only things that make a good pet.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EGiven the circumstances around why they are endangered they should stay in the wild. Human interference (aside from the conservation efforts) are big reason why they are endangered today. Making them pets would just encourage illegal poaching for the pet trade (which is common among South American populations of various species of parrots unfortunatly).\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k234ijl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k234ijl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695610251.0, \"created_utc\": 1695610251.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 15, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k21tzo0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"EarthLoveAR\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 15, \"author_fullname\": \"t2_391a83al\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"no. they are picky eaters. also, wild.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eno. they are picky eaters. also, wild.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k21tzo0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k21tzo0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695590728.0, \"created_utc\": 1695590728.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 35, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k21qoiu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"upsidedownorangejuic\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 35, \"author_fullname\": \"t2_bd9fn\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Do you like bass? because that what you have sub woofer... these things are loud.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDo you like bass? because that what you have sub woofer... these things are loud.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k21qoiu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k21qoiu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695589524.0, \"created_utc\": 1695589524.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"These K\\u0101k\\u0101p\\u014d desperately need to bolster their numbers. Clearly they need a wingman. \\ud83c\\udff9 Steve, the feathery yet flightless cupid, is here to help. \\ud83e\\udd9c\\ud83d\\udc95\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Ontheedge_org\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jxe42au\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Ontheedge_org\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jx5zdna\", \"score\": 1, \"author_fullname\": \"t2_624x92jhm\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It is, indeed. The one and only \\ud83d\\ude0a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt is, indeed. The one and only \\ud83d\\ude0a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xcz8s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/jxe42au/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/\", \"name\": \"t1_jxe42au\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692784391.0, \"created_utc\": 1692784391.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/7nb9b0cfshjb1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"This looks so amazing that I can't even express.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": -3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"AmbitiComment377\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jx6mcs7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"AmbitiComment377\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jx6m404\", \"score\": -3, \"author_fullname\": \"t2_g26yl4qj0\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"www.shopday.live/kakapo-starry-night\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"http://www.shopday.live/kakapo-starry-night\\\"\\u003Ewww.shopday.live/kakapo-starry-night\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xir79\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xir79/this_looks_so_amazing_that_i_cant_even_express/jx6mcs7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xir79/this_looks_so_amazing_that_i_cant_even_express/\", \"name\": \"t1_jx6mcs7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692651048.0, \"created_utc\": 1692651048.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/l44qv1cmuijb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"These K\\u0101k\\u0101p\\u014d desperately need to bolster their numbers. Clearly they need a wingman. \\ud83c\\udff9 Steve, the feathery yet flightless cupid, is here to help. \\ud83e\\udd9c\\ud83d\\udc95\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Ontheedge_org\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jx5zdna\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"SnipesCC\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_15xcz8s\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Is that Rhys Darby voicing Steve?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIs that Rhys Darby voicing Steve?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xcz8s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/jx5zdna/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/\", \"name\": \"t1_jx5zdna\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692642727.0, \"created_utc\": 1692642727.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/7nb9b0cfshjb1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A flightless parrot is returning to mainland New Zealand after a 40-year absence\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"TungstenChef\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jv3npyq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"EarthLoveAR\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_15juf6q\", \"score\": 5, \"author_fullname\": \"t2_391a83al\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"correction. the HAVE returned! \\u003C3\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ecorrection. the HAVE returned! \\u0026lt;3\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15juf6q\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15juf6q/a_flightless_parrot_is_returning_to_mainland_new/jv3npyq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15juf6q/a_flightless_parrot_is_returning_to_mainland_new/\", \"name\": \"t1_jv3npyq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1691369503.0, \"created_utc\": 1691369503.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.popsci.com/environment/kakapo-parrot-new-zealand/?fbclid=IwAR3uo_qJzXjeGgzg6TZlLvvYp8wwpg-4AbC7VvHUjW79GLoXB9bmgTyQz5Q\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Love it\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"VirgilDixon525\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jrtlgjt\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tchrspest\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_14ymlmj\", \"score\": 1, \"author_fullname\": \"t2_6hwwp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Spam account.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESpam account.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_14ymlmj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/14ymlmj/love_it/jrtlgjt/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/14ymlmj/love_it/\", \"name\": \"t1_jrtlgjt\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1689266302.0, \"created_utc\": 1689266302.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/14ymlmj\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A Kakapo-themed tarot deck on Kickstarter! Even if you aren't into tarot, it's 78 themed drawings of kakapos.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jom0kkj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"SnipesCC\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_joldab5\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It's only halfway to goal, so I'm worried it won't reach it.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt\\u0026#39;s only halfway to goal, so I\\u0026#39;m worried it won\\u0026#39;t reach it.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_149r3a6\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/jom0kkj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/\", \"name\": \"t1_jom0kkj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1687112060.0, \"created_utc\": 1687112060.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.kickstarter.com/projects/sswh/kakapo-park-tarot\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A Kakapo-themed tarot deck on Kickstarter! Even if you aren't into tarot, it's 78 themed drawings of kakapos.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"joldab5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"OhSoNotS01mportant\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_149r3a6\", \"score\": 2, \"author_fullname\": \"t2_53x2law2\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Oh my god sign me up\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOh my god sign me up\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_149r3a6\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/joldab5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/\", \"name\": \"t1_joldab5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1687101438.0, \"created_utc\": 1687101438.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.kickstarter.com/projects/sswh/kakapo-park-tarot\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jlha6a2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Alive_Autumn71\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jlf4n1w\", \"score\": 1, \"author_fullname\": \"t2_4iutsvs59\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"samee, they are so cute!!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Esamee, they are so cute!!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jlha6a2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jlha6a2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684962659.0, \"created_utc\": 1684962659.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jlf4n1w\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13ogj0v\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Man i love kakapo's\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMan i love kakapo\\u0026#39;s\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jlf4n1w/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jlf4n1w\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684932724.0, \"created_utc\": 1684932724.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jl575g9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Alive_Autumn71\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jl4ejt4\", \"score\": 2, \"author_fullname\": \"t2_4iutsvs59\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thank you so much! \\u003C33\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThank you so much! \\u0026lt;33\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jl575g9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jl575g9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684755514.0, \"created_utc\": 1684755514.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jl4ejt4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Kakapo117\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13ogj0v\", \"score\": 2, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"So cute, I love it!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESo cute, I love it!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jl4ejt4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jl4ejt4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684732996.0, \"created_utc\": 1684732996.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Thought y'all might appreciate this!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"reserrfs\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jkimu3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SpambotSwatter\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jkgwwda\", \"score\": 3, \"author_fullname\": \"t2_1um5rn9f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey, another bot replied to your comment; /u/aewsa is a scammer! **Do not click any links they share or reply to**. Please downvote their comment and click the `report` button, selecting `Spam` then `Harmful bots`. \\n\\nWith enough reports, the reddit algorithm will suspend this scammer.\\n\\n---\\n\\u003E!^(If this message seems out of context, it may be because aewsa is copying content to farm karma, and deletes their scam activity when called out - Read the pins on my profile for more information.)!\\u003C\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey, another bot replied to your comment; \\u003Ca href=\\\"/u/aewsa\\\"\\u003E/u/aewsa\\u003C/a\\u003E is a scammer! \\u003Cstrong\\u003EDo not click any links they share or reply to\\u003C/strong\\u003E. Please downvote their comment and click the \\u003Ccode\\u003Ereport\\u003C/code\\u003E button, selecting \\u003Ccode\\u003ESpam\\u003C/code\\u003E then \\u003Ccode\\u003EHarmful bots\\u003C/code\\u003E. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWith enough reports, the reddit algorithm will suspend this scammer.\\u003C/p\\u003E\\n\\n\\u003Chr/\\u003E\\n\\n\\u003Cp\\u003E\\u003Cspan class=\\\"md-spoiler-text\\\"\\u003E\\u003Csup\\u003EIf this message seems out of context, it may be because aewsa is copying content to farm karma, and deletes their scam activity when called out - Read the pins on my profile for more information.\\u003C/sup\\u003E\\u003C/span\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_13jsau2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/jkimu3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/\", \"name\": \"t1_jkimu3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684340570.0, \"created_utc\": 1684340570.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/da3ejn40tb0b1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Thought y'all might appreciate this!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 0, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"reserrfs\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jkh2oic\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"East_Confection802\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13jsau2\", \"score\": 0, \"author_fullname\": \"t2_9cv4a2ya\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"LOVE IT\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELOVE IT\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13jsau2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/jkh2oic/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/\", \"name\": \"t1_jkh2oic\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684309970.0, \"created_utc\": 1684309970.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/da3ejn40tb0b1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jk24kk4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"ScalyDestiny\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 2, \"author_fullname\": \"t2_25vpqolo\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"What happened?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhat happened?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jk24kk4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jk24kk4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684021521.0, \"created_utc\": 1684021521.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jk1wfqj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 2, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \":((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E:((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jk1wfqj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jk1wfqj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684017628.0, \"created_utc\": 1684017628.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jjtdcjj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"HippoHoppitus\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 5, \"author_fullname\": \"t2_ugfouye\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"R.I.P.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ER.I.P.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jjtdcjj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jjtdcjj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683853670.0, \"created_utc\": 1683853670.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"kakapo are the best\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cyberpunkat\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj7jd2k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Yanive_amaznive\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13a8buh\", \"score\": 2, \"author_fullname\": \"t2_krnqm1a\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Loveable walking bush\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELoveable walking bush\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13a8buh\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13a8buh/kakapo_are_the_best/jj7jd2k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13a8buh/kakapo_are_the_best/\", \"name\": \"t1_jj7jd2k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683467095.0, \"created_utc\": 1683467095.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/13a8buh\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"So majestic\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj6eb7d\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_uxyejj\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"absolutely majestic\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eabsolutely majestic\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_uxyejj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/uxyejj/so_majestic/jj6eb7d/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/uxyejj/so_majestic/\", \"name\": \"t1_jj6eb7d\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683436392.0, \"created_utc\": 1683436392.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/5u5853aecm191\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"There was a 25% increase in the population of the bulky flightless k\\u0101k\\u0101p\\u014d parrot of New Zealand in the last year. The total is now 252 birds whilst in 2002 there were only 86. With the help of the Ngai Tahu Maori tribe there was a good breeding season and several AI attempts were successful.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5p92t\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wkllh0\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i hope kakapo become not endangered here soon.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei hope kakapo become not endangered here soon.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wkllh0\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wkllh0/there_was_a_25_increase_in_the_population_of_the/jj5p92t/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wkllh0/there_was_a_25_increase_in_the_population_of_the/\", \"name\": \"t1_jj5p92t\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422587.0, \"created_utc\": 1683422587.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.dw.com/en/new-zealands-rare-kakapo-parrot-sees-population-boom/a-62752353\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5ox0c\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"if only kakapo ruled the planet\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eif only kakapo ruled the planet\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/jj5ox0c/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_jj5ox0c\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422431.0, \"created_utc\": 1683422431.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Communist kakapo (made with Dall-e)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Lamakus\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5or5s\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zwf0g4\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i tried to make a whole bunch of kakapo stuff on dall-e but it makes kea instead.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei tried to make a whole bunch of kakapo stuff on dall-e but it makes kea instead.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zwf0g4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/jj5or5s/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/\", \"name\": \"t1_jj5or5s\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422355.0, \"created_utc\": 1683422355.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ym7cqbukbh8a1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Sirocco heard there were snacks\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KimCureAll\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5nui9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13245hy\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"kakapo are the best\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ekakapo are the best\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13245hy\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13245hy/sirocco_heard_there_were_snacks/jj5nui9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13245hy/sirocco_heard_there_were_snacks/\", \"name\": \"t1_jj5nui9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683421911.0, \"created_utc\": 1683421911.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/61oa0r3funwa1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\ud83d\\udd25The Flightless Kakapo.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"jeenrogers\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jin7f1f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"HippoHoppitus\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jikrw4y\", \"score\": 2, \"author_fullname\": \"t2_ugfouye\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"As long as you don't get accidentally shagged by one\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAs long as you don\\u0026#39;t get accidentally shagged by one\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_135dz7f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/135dz7f/the_flightless_kakapo/jin7f1f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/135dz7f/the_flightless_kakapo/\", \"name\": \"t1_jin7f1f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683078906.0, \"created_utc\": 1683078906.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/he338f9p0cxa1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\ud83d\\udd25The Flightless Kakapo.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"jeenrogers\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jikrw4y\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"PanicAffectionate693\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_135dz7f\", \"score\": 4, \"author_fullname\": \"t2_hhkewzgq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Whenever I see a kakapo, a part of my brain is convinced I'll touch and hold one someday, no matter what statistics I bring up to argue with myself\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhenever I see a kakapo, a part of my brain is convinced I\\u0026#39;ll touch and hold one someday, no matter what statistics I bring up to argue with myself\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_135dz7f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/135dz7f/the_flightless_kakapo/jikrw4y/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/135dz7f/the_flightless_kakapo/\", \"name\": \"t1_jikrw4y\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683042897.0, \"created_utc\": 1683042897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/he338f9p0cxa1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I'm so pleased with how it came out!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Nomitasarker\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg5ed2r\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SpambotSwatter\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_12l1fs4\", \"score\": 1, \"author_fullname\": \"t2_1um5rn9f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"/u/Nomitasarker is a scammer! **Do not click any links they or anyone in this post shares**. Please downvote this post and click the `report` button, selecting `Spam` then `Harmful bots`. \\n\\nWith enough reports, the reddit algorithm will suspend this scammer.\\n\\n^(*Confused?* Read the pins on my profile for more information.)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"/u/Nomitasarker\\\"\\u003E/u/Nomitasarker\\u003C/a\\u003E is a scammer! \\u003Cstrong\\u003EDo not click any links they or anyone in this post shares\\u003C/strong\\u003E. Please downvote this post and click the \\u003Ccode\\u003Ereport\\u003C/code\\u003E button, selecting \\u003Ccode\\u003ESpam\\u003C/code\\u003E then \\u003Ccode\\u003EHarmful bots\\u003C/code\\u003E. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWith enough reports, the reddit algorithm will suspend this scammer.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E\\u003Cem\\u003EConfused?\\u003C/em\\u003E Read the pins on my profile for more information.\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_12l1fs4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/jg5ed2r/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/\", \"name\": \"t1_jg5ed2r\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681422062.0, \"created_utc\": 1681422062.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/423ebp70ipta1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I'm so pleased with how it came out!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Nomitasarker\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg59j0e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SnipesCC\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_12l1fs4\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Are you selling prints?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAre you selling prints?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_12l1fs4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/jg59j0e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/\", \"name\": \"t1_jg59j0e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681420127.0, \"created_utc\": 1681420127.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/423ebp70ipta1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg1vkke\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"JoJoer19394\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11fas50\", \"score\": 1, \"author_fullname\": \"t2_ufg9ear5\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"K a k a p o\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EK a k a p o\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jg1vkke/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jg1vkke\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681357810.0, \"created_utc\": 1681357810.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo apple 2\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcswc9j\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"DonTong\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11dm0hb\", \"score\": 1, \"author_fullname\": \"t2_ansucoiw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Electric boogaloo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EElectric boogaloo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11dm0hb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11dm0hb/kakapo_apple_2/jcswc9j/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11dm0hb/kakapo_apple_2/\", \"name\": \"t1_jcswc9j\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679215976.0, \"created_utc\": 1679215976.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8n96c8n4kska1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jckbftl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcha1g7\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's ok. Everyone makes silly little mistakes sometimes. \\ud83e\\udec2\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s ok. Everyone makes silly little mistakes sometimes. \\ud83e\\udec2\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jckbftl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jckbftl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679060277.0, \"created_utc\": 1679060277.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcjm6wr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Nowayman1414\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 5, \"author_fullname\": \"t2_iwanyau9\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"\\u2764\\ufe0f\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u2764\\ufe0f\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcjm6wr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcjm6wr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679044034.0, \"created_utc\": 1679044034.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcjd4cp\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Trustadz\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 6, \"author_fullname\": \"t2_12brua\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"This is so cute!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThis is so cute!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcjd4cp/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcjd4cp\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679036112.0, \"created_utc\": 1679036112.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcj1l7x\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"genovaheroo\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 7, \"author_fullname\": \"t2_208oggrh\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Amazing!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAmazing!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcj1l7x/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcj1l7x\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679027746.0, \"created_utc\": 1679027746.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcha1g7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"ItsFelixMcCoy\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcft6ac\", \"score\": 1, \"author_fullname\": \"t2_2v4lvjhw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I feel so stupid\\u2026\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI feel so stupid\\u2026\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcha1g7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcha1g7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678999095.0, \"created_utc\": 1678999095.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcft6ac\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcf1veq\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I am not OP, but you can reply to OP's comment though.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI am not OP, but you can reply to OP\\u0026#39;s comment though.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcft6ac/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcft6ac\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678979031.0, \"created_utc\": 1678979031.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcf1veq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"ItsFelixMcCoy\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jaqqvf2\", \"score\": 1, \"author_fullname\": \"t2_2v4lvjhw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"More important question, how the hell did you find that?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMore important question, how the hell did you find that?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcf1veq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcf1veq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678965911.0, \"created_utc\": 1678965911.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcd81zm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Nowayman1414\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 2, \"author_fullname\": \"t2_iwanyau9\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"He snacc\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHe snacc\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jcd81zm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jcd81zm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678925100.0, \"created_utc\": 1678925100.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jaqqvf2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jal8ab0\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thank you! \\ud83d\\udc9a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThank you! \\ud83d\\udc9a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jaqqvf2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jaqqvf2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677842021.0, \"created_utc\": 1677842021.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jal8ab0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"catchthelight\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jakdqqm\", \"score\": 5, \"author_fullname\": \"t2_r0nkp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"https://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"https://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\\\"\\u003Ehttps://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jal8ab0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jal8ab0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677735552.0, \"created_utc\": 1677735552.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jakdqqm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11fas50\", \"score\": 4, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's awesome! Do you have the coordinates?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s awesome! Do you have the coordinates?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jakdqqm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jakdqqm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677720435.0, \"created_utc\": 1677720435.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jafzc3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"sandeejs\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jaf0vhn\", \"score\": 5, \"author_fullname\": \"t2_wscrzf8\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Or one of their chicks...\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOr one of their chicks...\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jafzc3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jafzc3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677642623.0, \"created_utc\": 1677642623.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 15, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jaf0vhn\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"TungstenChef\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 15, \"author_fullname\": \"t2_9l6oreuc\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's just Sirocco inquiring if by any chance they have seen his long-lost love, the photographer.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s just Sirocco inquiring if by any chance they have seen his long-lost love, the photographer.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jaf0vhn/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jaf0vhn\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677626977.0, \"created_utc\": 1677626977.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jae3phq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"wiseones\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 6, \"author_fullname\": \"t2_789le\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Living the dream!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELiving the dream!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jae3phq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jae3phq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677613776.0, \"created_utc\": 1677613776.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jad9v1p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Hamiltonswaterbreaks\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 6, \"author_fullname\": \"t2_2959qk8f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Kakaponacroc!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EKakaponacroc!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jad9v1p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jad9v1p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677602484.0, \"created_utc\": 1677602484.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"total_awards_received\": 0, \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"awarders\": [], \"mod_reason_by\": null, \"banned_by\": null, \"removal_reason\": null, \"link_id\": \"t3_10tecl3\", \"author_flair_template_id\": null, \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7ywh1g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"[deleted]\", \"num_comments\": 4, \"edited\": false, \"can_mod_post\": false, \"created_utc\": 1676029850.0, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 1, \"approved_by\": null, \"over_18\": false, \"treatment_tags\": [], \"mod_note\": null, \"all_awardings\": [], \"subreddit_id\": \"t5_2wd1h\", \"body\": \"Dat face...!!!!\\ud83e\\udd70\\ud83e\\udd70\\ud83e\\udd70\", \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"author_flair_css_class\": null, \"name\": \"t1_j7ywh1g\", \"locked\": false, \"downs\": 0, \"is_submitter\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDat face...!!!!\\ud83e\\udd70\\ud83e\\udd70\\ud83e\\udd70\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"can_gild\": false, \"top_awarded_type\": null, \"unrepliable_reason\": null, \"author_flair_text_color\": \"dark\", \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j7ywh1g/\", \"num_reports\": null, \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"report_reasons\": null, \"link_author\": \"cnzmur\", \"subreddit\": \"kakapo\", \"author_flair_text\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\", \"created\": 1676029850.0, \"collapsed\": false, \"subreddit_name_prefixed\": \"r/kakapo\", \"controversiality\": 0, \"author_flair_background_color\": \"\", \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"subreddit_type\": \"public\", \"ups\": 1}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo with apple \\ud83c\\udf4e\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7u0jao\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"leSageDeMontcuq\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_108c01x\", \"score\": 2, \"author_fullname\": \"t2_qhpmz151\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Kakapple\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EKakapple\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_108c01x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/108c01x/kakapo_with_apple/j7u0jao/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/108c01x/kakapo_with_apple/\", \"name\": \"t1_j7u0jao\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675944076.0, \"created_utc\": 1675944076.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/9nw95ma6e8ba1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7afb56\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"rustyraccoon\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 4, \"author_fullname\": \"t2_3ll5m\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"omg\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eomg\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j7afb56/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j7afb56\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675586823.0, \"created_utc\": 1675586823.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 10, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j79m9iu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"goodgodling\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 10, \"author_fullname\": \"t2_il827\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Well, this is the cu thing I've ever seen.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWell, this is the cu thing I\\u0026#39;ve ever seen.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j79m9iu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j79m9iu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675567250.0, \"created_utc\": 1675567250.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j77dcip\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"KieDaPie\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 6, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Aww cutie\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAww cutie\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j77dcip/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j77dcip\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675531025.0, \"created_utc\": 1675531025.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I thought that was a tiny kakapo for a second. I imagine kakapo would make great pets if they were more prevalent\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j762cb0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"IndividualParsnip236\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10sq97x\", \"score\": 1, \"author_fullname\": \"t2_h50xzk6y\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I want one too...\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI want one too...\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10sq97x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10sq97x/i_thought_that_was_a_tiny_kakapo_for_a_second_i/j762cb0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10sq97x/i_thought_that_was_a_tiny_kakapo_for_a_second_i/\", \"name\": \"t1_j762cb0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675505054.0, \"created_utc\": 1675505054.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/ya5t8ejojwfa1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7414x2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"thelivingshitpost\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_tflwpjy\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"My first question is *how did it even get in the US*\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMy first question is \\u003Cem\\u003Ehow did it even get in the US\\u003C/em\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/j7414x2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_j7414x2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675463233.0, \"created_utc\": 1675463233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo Dance\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j6bg7q1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"PanicAffectionate693\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10nwwrp\", \"score\": 2, \"author_fullname\": \"t2_hhkewzgq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Syncs well with gabber music\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESyncs well with gabber music\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10nwwrp\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10nwwrp/kakapo_dance/j6bg7q1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10nwwrp/kakapo_dance/\", \"name\": \"t1_j6bg7q1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1674962413.0, \"created_utc\": 1674962413.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/ze94b36zlrea1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo with apple \\ud83c\\udf4e\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j466twq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"RigilMusic\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_108c01x\", \"score\": 2, \"author_fullname\": \"t2_gkme3qg3\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Having a little chew!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHaving a little chew!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_108c01x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/108c01x/kakapo_with_apple/j466twq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/108c01x/kakapo_with_apple/\", \"name\": \"t1_j466twq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1673615756.0, \"created_utc\": 1673615756.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/9nw95ma6e8ba1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Communist kakapo (made with Dall-e)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Lamakus\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1wtrrf\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"pick_on_the_moon\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zwf0g4\", \"score\": 2, \"author_fullname\": \"t2_1z0i7i0u\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Comrades hear me, no healthy bio-diversity under capitalism. Free yourselves of the chains that bind you\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EComrades hear me, no healthy bio-diversity under capitalism. Free yourselves of the chains that bind you\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zwf0g4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/j1wtrrf/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/\", \"name\": \"t1_j1wtrrf\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1672185731.0, \"created_utc\": 1672185731.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ym7cqbukbh8a1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1cq9el\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Oh fuck, they know!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOh fuck, they know!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/j1cq9el/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_j1cq9el\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671787457.0, \"created_utc\": 1671787457.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Discord chat for Kakapo and other Nz birds! Created by me!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1cad82\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zsyyxj\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Sure\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESure\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zsyyxj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/j1cad82/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/\", \"name\": \"t1_j1cad82\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671775530.0, \"created_utc\": 1671775530.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"More kakapo AI\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j12u3qc\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zqqnvg\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Picakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EPicakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zqqnvg\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zqqnvg/more_kakapo_ai/j12u3qc/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zqqnvg/more_kakapo_ai/\", \"name\": \"t1_j12u3qc\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671605123.0, \"created_utc\": 1671605123.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/7bwyh9u7i27a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"More kakapo AI\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j12p6a1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"weeeee_plonk\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zqqnvg\", \"score\": 2, \"author_fullname\": \"t2_63pxv\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I love kakapo but I don't think we should be promoting AI generated art as it's generally acknowledged that the AI are trained on stolen art. \\n\\nhttps://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI love kakapo but I don\\u0026#39;t think we should be promoting AI generated art as it\\u0026#39;s generally acknowledged that the AI are trained on stolen art. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\\\"\\u003Ehttps://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zqqnvg\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zqqnvg/more_kakapo_ai/j12p6a1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zqqnvg/more_kakapo_ai/\", \"name\": \"t1_j12p6a1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671601758.0, \"created_utc\": 1671601758.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/7bwyh9u7i27a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"AI image of kakapo working out\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j0wdqiz\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"KieDaPie\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zpxwht\", \"score\": 3, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"The right way to use ai ^\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThe right way to use ai ^\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zpxwht\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zpxwht/ai_image_of_kakapo_working_out/j0wdqiz/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zpxwht/ai_image_of_kakapo_working_out/\", \"name\": \"t1_j0wdqiz\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671488861.0, \"created_utc\": 1671488861.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/zpxwht\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapos Bird\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"LachelleCheek\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iwoxcqs\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"catchthelight\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iwl0tdk\", \"score\": 3, \"author_fullname\": \"t2_r0nkp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Also, plural of k\\u0101k\\u0101p\\u014d is k\\u0101k\\u0101p\\u014d, not k\\u0101k\\u0101p\\u014ds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAlso, plural of k\\u0101k\\u0101p\\u014d is k\\u0101k\\u0101p\\u014d, not k\\u0101k\\u0101p\\u014ds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_yws7na\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/yws7na/kakapos_bird/iwoxcqs/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/yws7na/kakapos_bird/\", \"name\": \"t1_iwoxcqs\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1668666616.0, \"created_utc\": 1668666616.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/yws7na\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapos Bird\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 13, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"LachelleCheek\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iwl0tdk\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"paperwhitey\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_yws7na\", \"score\": 13, \"author_fullname\": \"t2_j8p29\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"#OP IS A SCAMMER\\n\\nOP **LachelleCheek** is a SCAMMER that **STEALS DESIGNS** from legitimate sources and creates **BOOTLEG** merch.\\n\\nPlease be careful of any links you get in private messages!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EOP IS A SCAMMER\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003EOP \\u003Cstrong\\u003ELachelleCheek\\u003C/strong\\u003E is a SCAMMER that \\u003Cstrong\\u003ESTEALS DESIGNS\\u003C/strong\\u003E from legitimate sources and creates \\u003Cstrong\\u003EBOOTLEG\\u003C/strong\\u003E merch.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EPlease be careful of any links you get in private messages!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_yws7na\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/yws7na/kakapos_bird/iwl0tdk/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/yws7na/kakapos_bird/\", \"name\": \"t1_iwl0tdk\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1668602464.0, \"created_utc\": 1668602464.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/yws7na\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just gotta show off my new \\u201cbaseball\\u201d card :)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shiny_Rattata\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iltg81g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Kakapo117\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wxu25a\", \"score\": 3, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yoo, that\\u2019s so cool! Reminds me of the Kakapo bookmarks I used to collect\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYoo, that\\u2019s so cool! Reminds me of the Kakapo bookmarks I used to collect\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wxu25a\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wxu25a/just_gotta_show_off_my_new_baseball_card/iltg81g/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wxu25a/just_gotta_show_off_my_new_baseball_card/\", \"name\": \"t1_iltg81g\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1661479836.0, \"created_utc\": 1661479836.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wxt5t8\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"https://t.me/+BeMyVeeaRUZmNWM0\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iktcd3d\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"MulleMekish\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wrnzrk\", \"score\": 1, \"author_fullname\": \"t2_oc04lvfr\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"https://t.me/+BeMyVeeaRUZmNWM0\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"https://t.me/+BeMyVeeaRUZmNWM0\\\"\\u003Ehttps://t.me/+BeMyVeeaRUZmNWM0\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wrnzrk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/iktcd3d/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/\", \"name\": \"t1_iktcd3d\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660840630.0, \"created_utc\": 1660840630.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"kakapo painted by Van Gogh\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Garlaach\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ijvhdgl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wlkxx7\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Neis\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ENeis\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wlkxx7\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wlkxx7/kakapo_painted_by_van_gogh/ijvhdgl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wlkxx7/kakapo_painted_by_van_gogh/\", \"name\": \"t1_ijvhdgl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660234743.0, \"created_utc\": 1660234743.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wlb3l4\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"There are more people in this sub than kakapos in the world \\ud83e\\udd7a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"BayHarbour-Butcher\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ijjows1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Trustadz\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wj6z5t\", \"score\": 5, \"author_fullname\": \"t2_12brua\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"If I could make more kakapo I would. But alas, even if they tried I can't. And seeing the party parrot, he does try.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIf I could make more kakapo I would. But alas, even if they tried I can\\u0026#39;t. And seeing the party parrot, he does try.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wj6z5t\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/ijjows1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/\", \"name\": \"t1_ijjows1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660024970.0, \"created_utc\": 1660024970.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij2ymkj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Kakapo117\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 2, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yooooo that\\u2019s so amazing! I\\u2019m looking for one right now\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYooooo that\\u2019s so amazing! I\\u2019m looking for one right now\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/ij2ymkj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_ij2ymkj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659721849.0, \"created_utc\": 1659721849.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij163nl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"PappaNee\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 1, \"author_fullname\": \"t2_26uwu0fs\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Badass!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EBadass!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/ij163nl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_ij163nl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659691060.0, \"created_utc\": 1659691060.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij0g4ps\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"alt-goldgrun\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iixdbf1\", \"score\": 1, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey kakapo is blessed so the kakapofication of other animals is blessed no cursed\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey kakapo is blessed so the kakapofication of other animals is blessed no cursed\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/ij0g4ps/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_ij0g4ps\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659672547.0, \"created_utc\": 1659672547.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iizop17\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Unicarnivore\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiyeh5f\", \"score\": 1, \"author_fullname\": \"t2_78457dtz\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yeah i tried to get one awhile back when my friend showed me but they were all gone ;-;\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYeah i tried to get one awhile back when my friend showed me but they were all gone ;-;\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iizop17/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iizop17\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659659576.0, \"created_utc\": 1659659576.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiz10ft\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Effective-Okra\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 4, \"author_fullname\": \"t2_3g3annvb\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I \\u2764\\ufe0f\\u2764\\ufe0f\\u2764\\ufe0f the top hat on this bird. So, dapper. \\n\\nr/partyparrot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI \\u2764\\ufe0f\\u2764\\ufe0f\\u2764\\ufe0f the top hat on this bird. So, dapper. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"/r/partyparrot\\\"\\u003Er/partyparrot\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiz10ft/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiz10ft\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659649444.0, \"created_utc\": 1659649444.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 0, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiyex9e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiyeh5f\", \"score\": 0, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Ok\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOk\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiyex9e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiyex9e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640860.0, \"created_utc\": 1659640860.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiyeh5f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiye9ql\", \"score\": 5, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Set number is 910017. Can't buy via lego website. Think only available from secondary resellers now\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESet number is 910017. Can\\u0026#39;t buy via lego website. Think only available from secondary resellers now\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiyeh5f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiyeh5f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640692.0, \"created_utc\": 1659640692.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiye9ql\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiye59n\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Imma look\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EImma look\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiye9ql/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiye9ql\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640615.0, \"created_utc\": 1659640615.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 8, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiye59n\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiydttr\", \"score\": 8, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yes. Lego released from the Bricklink Designer Program if im not mistaken\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYes. Lego released from the Bricklink Designer Program if im not mistaken\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiye59n/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiye59n\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640568.0, \"created_utc\": 1659640568.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiydttr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 6, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Official?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOfficial?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiydttr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiydttr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640449.0, \"created_utc\": 1659640449.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiybtf5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiy9tgx\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yes, i once tried kakapo shrek, and it was just kakapo\\nIts somehow hard to find interesting stuff with kakapo and craion beside the kakapo's themselves\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYes, i once tried kakapo shrek, and it was just kakapo\\nIts somehow hard to find interesting stuff with kakapo and craion beside the kakapo\\u0026#39;s themselves\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiybtf5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiybtf5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659639689.0, \"created_utc\": 1659639689.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiy9tgx\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"alt-goldgrun\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiwzl3k\", \"score\": 1, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I have seen more craiyon in various subs but yea. Most of the things I try don't work tho it just gives back normal kakapo pics\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI have seen more craiyon in various subs but yea. Most of the things I try don\\u0026#39;t work tho it just gives back normal kakapo pics\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiy9tgx/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiy9tgx\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659638944.0, \"created_utc\": 1659638944.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiy4nuo\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 3, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thanks, I believe, to u/themfledge\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThanks, I believe, to \\u003Ca href=\\\"/u/themfledge\\\"\\u003Eu/themfledge\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiy4nuo/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiy4nuo\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659637001.0, \"created_utc\": 1659637001.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iixdbf1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"KieDaPie\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wfuzge\", \"score\": 2, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i think... just the sheer cursed appearance of these kakapos will keep predators away. still won't get em laid tho.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei think... just the sheer cursed appearance of these kakapos will keep predators away. still won\\u0026#39;t get em laid tho.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iixdbf1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iixdbf1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659626691.0, \"created_utc\": 1659626691.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiwzl3k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wfuzge\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Did you try this out because of my chonky kakapo post. Also cool kakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDid you try this out because of my chonky kakapo post. Also cool kakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiwzl3k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiwzl3k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659621158.0, \"created_utc\": 1659621158.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Evohe-A1-2022 returned to Whenua Hou after a battle with aspergillosis (@takapodigs)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iim6r6p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_we3s0p\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Cool kakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ECool kakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_we3s0p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/we3s0p/evohea12022_returned_to_whenua_hou_after_a_battle/iim6r6p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/we3s0p/evohea12022_returned_to_whenua_hou_after_a_battle/\", \"name\": \"t1_iim6r6p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659425609.0, \"created_utc\": 1659425609.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/s2z4vdvvp8f91.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"ShannonFrancis4\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihwp17f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SKYE-SCYTHE\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w9jf5v\", \"score\": 6, \"author_fullname\": \"t2_7owxtsq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"#DO NOT CLICK ON ANY LINKS OP POSTS OR PURCHASE ITEMS\\n\\nOP is a bot that posts links to t-shirt scams.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EDO NOT CLICK ON ANY LINKS OP POSTS OR PURCHASE ITEMS\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003EOP is a bot that posts links to t-shirt scams.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w9jf5v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w9jf5v/kakapo/ihwp17f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w9jf5v/kakapo/\", \"name\": \"t1_ihwp17f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658957626.0, \"created_utc\": 1658957626.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/w9jf5v\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihsa6ae\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihp82if\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Lol\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELol\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihsa6ae/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihsa6ae\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658879795.0, \"created_utc\": 1658879795.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihr2jh8\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"alt-goldgrun\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 3, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Such chonky avocado chicken I love himb\", \"edited\": 1658911379.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESuch chonky avocado chicken I love himb\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihr2jh8/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihr2jh8\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658862233.0, \"created_utc\": 1658862233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihp82if\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihowedf\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"He going to choke you by sitting on you\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHe going to choke you by sitting on you\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihp82if/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihp82if\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658833686.0, \"created_utc\": 1658833686.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihp813s\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihn4m4p\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Basically\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EBasically\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihp813s/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihp813s\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658833659.0, \"created_utc\": 1658833659.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihowedf\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 3, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It's kind of uncanny. Haha\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt\\u0026#39;s kind of uncanny. Haha\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihowedf/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihowedf\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658824691.0, \"created_utc\": 1658824691.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihnpvn9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"llamalord478\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihnlu70\", \"score\": 5, \"author_fullname\": \"t2_60vw5zcu\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"You know what they say, AI ads 10 pounds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYou know what they say, AI ads 10 pounds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihnpvn9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihnpvn9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658799211.0, \"created_utc\": 1658799211.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}], \"before\": null}}" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "keep-alive" + ], + "Content-Length": [ + "212245" + ], + "Date": [ + "Sun, 08 Oct 2023 08:44:50 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": [ + "session_tracker=nboarkohqdbfjppndp.0.1696754690292.Z0FBQUFBQmxJbXdDaFYzdWszaE9wdHFLb2ZsMk5vM1hPT1ZhU3hNQWhTbmw4RDkzZWgzMGVHVmdGY283Z3p0WGRpc1lBcnZNZFIwQmcyMEM3MzdsSkVUX0xlVzVDTllnZU91TVRoLVZ1MDdFV2NsM0V5eExpUy1QZzJTdG5sS212SkNweWx6R3Rub1M; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sun, 08-Oct-2023 10:44:50 GMT; secure; SameSite=None; 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" + ], + "access-control-allow-origin": [ + "*" + ], + "access-control-expose-headers": [ + "X-Moose" + ], + "content-type": [ + "application/json; charset=UTF-8" + ], + "x-moose": [ + "majestic" + ], + "x-ratelimit-remaining": [ + "596.0" + ], + "x-ratelimit-reset": [ + "310" + ], + "x-ratelimit-used": [ + "4" + ], + "x-ua-compatible": [ + "IE=edge" + ] + }, + "status": { + "code": 200, + "message": "OK" + }, + "url": "https://oauth.reddit.com/r/kakapo/comments/?before=t1_ihnlu70&limit=100&raw_json=1" + } + } + ], + "recorded_with": "betamax/0.8.1" +} diff --git a/tests/integration/models/reddit/test_subreddit.py b/tests/integration/models/reddit/test_subreddit.py index 2ddee0527..4f2679a3b 100644 --- a/tests/integration/models/reddit/test_subreddit.py +++ b/tests/integration/models/reddit/test_subreddit.py @@ -954,6 +954,16 @@ def test_comments__with_skip_existing(self, reddit): # that there are at least 400 comments in the stream. assert count < 400 + def test_comments__with_start_after(self, reddit): + subreddit = reddit.subreddit("kakapo") + initial_stream = subreddit.stream.comments() + first_ten = [next(initial_stream) for _ in range(10)] + generator = subreddit.stream.comments(start_after=first_ten[4].fullname) + for i in range(5): + comment = next(generator) + assert isinstance(comment, Comment) + assert comment.fullname == first_ten[i + 5].fullname + def test_submissions(self, reddit): subreddit = reddit.subreddit("all") generator = subreddit.stream.submissions() diff --git a/tests/unit/models/test_util.py b/tests/unit/models/test_util.py index 1bc2a6965..7b5943416 100644 --- a/tests/unit/models/test_util.py +++ b/tests/unit/models/test_util.py @@ -124,3 +124,33 @@ def generate(limit, **kwargs): thing = next(stream) assert thing not in seen seen.add(thing) + + def test_stream_start_after( + self, + ): + Thing = namedtuple("Thing", ["fullname"]) + initial_things = [Thing(n) for n in reversed(range(100))] + counter = 99 + + def generate(limit, params=None, **kwargs): + nonlocal counter + counter += 1 + sliced_things = initial_things + if params: + sliced_things = initial_things[ + : next( + i + for i, thing in enumerate(initial_things) + if thing.fullname == params["before"] + ) + ] + if counter % 2 == 0: + return sliced_things + return [Thing(counter)] + sliced_things[:-1] + + stream = stream_generator(generate, start_after=49) + expected_fullname = 50 + for _ in range(50): + thing = next(stream) + assert thing.fullname == expected_fullname, thing + expected_fullname += 1 From cf2cf4e51b08100d0ebb54bca86a4aea82ae1e39 Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Sun, 8 Oct 2023 12:44:36 -0700 Subject: [PATCH 5/8] Refactor + subreddit change --- praw/models/util.py | 11 +- ...test_comments__with_continue_after_id.json | 334 ++++++++++++++++++ ...reams.test_comments__with_start_after.json | 334 ------------------ .../models/reddit/test_subreddit.py | 6 +- tests/unit/models/test_util.py | 4 +- 5 files changed, 345 insertions(+), 344 deletions(-) create mode 100644 tests/integration/cassettes/TestSubredditStreams.test_comments__with_continue_after_id.json delete mode 100644 tests/integration/cassettes/TestSubredditStreams.test_comments__with_start_after.json diff --git a/praw/models/util.py b/praw/models/util.py index 07b4b41c4..498898d08 100644 --- a/praw/models/util.py +++ b/praw/models/util.py @@ -40,7 +40,7 @@ def permissions_string( "skip_existing", "attribute_name", "exclude_before", - "start_after", + "continue_after_id", ) def stream_generator( function: Callable, @@ -49,7 +49,7 @@ def stream_generator( exclude_before: bool = False, pause_after: int | None = None, skip_existing: bool = False, - start_after: str | None = None, + continue_after_id: str | None = None, **function_kwargs: Any, ) -> Generator[Any, None, None]: """Yield new items from ``function`` as they become available. @@ -68,8 +68,9 @@ def stream_generator( :param skip_existing: When ``True``, this does not yield any results from the first request thereby skipping any items that existed in the stream prior to starting the stream (default: ``False``). - :param start_after: The initial string value to use for ``before`` in ``params``. - The stream will start from the item following this one (default: ``None``). + :param continue_after_id: The initial item ID value to use for ``before`` in + ``params``. The stream will continue from the item following this one (default: + ``None``). Additional keyword arguments will be passed to ``function``. @@ -130,7 +131,7 @@ def stream_generator( print(comment) """ - before_attribute = start_after + before_attribute = continue_after_id exponential_counter = ExponentialCounter(max_counter=16) seen_attributes = BoundedSet(301) without_before_counter = 0 diff --git a/tests/integration/cassettes/TestSubredditStreams.test_comments__with_continue_after_id.json b/tests/integration/cassettes/TestSubredditStreams.test_comments__with_continue_after_id.json new file mode 100644 index 000000000..1b9faf826 --- /dev/null +++ b/tests/integration/cassettes/TestSubredditStreams.test_comments__with_continue_after_id.json @@ -0,0 +1,334 @@ +{ + "http_interactions": [ + { + "recorded_at": "2023-10-08T19:41:15", + "request": { + "body": { + "encoding": "utf-8", + "string": "grant_type=client_credentials" + }, + "headers": { + "Accept": [ + "*/*" + ], + "Accept-Encoding": [ + "identity" + ], + "Authorization": [ + "Basic " + ], + "Connection": [ + "close" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/x-www-form-urlencoded" + ], + "User-Agent": [ + "praw_py PRAW/7.7.2.dev0 prawcore/2.3.0" + ] + }, + "method": "POST", + "uri": "https://www.reddit.com/api/v1/access_token" + }, + "response": { + "body": { + "encoding": "UTF-8", + "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"expires_in\": 86400, \"scope\": \"*\"}" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "close" + ], + "Content-Length": [ + "822" + ], + "Date": [ + "Sun, 08 Oct 2023 19:41:15 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=adA9Sb0J9rm5mSt6Gm; 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" + ], + "content-type": [ + "application/json; charset=UTF-8" + ], + "x-moose": [ + "majestic" + ], + "x-reddit-loid": [ + "000000000ld2392h56.2.1696794075597.Z0FBQUFBQmxJd1hibGpqdC11MG94ZFlUUUduTkRTTTNDRkVSTVRiZ3U2Nk9DSW5SYU55c0luVjlCMTJWZUEtd09vWF9hR1FwVmZZN29zWWpFQ3QwMk01NW9uNHFOcWxwWWU5UldKSTI4NDJSdUNSTVhrMnJJYUs1V0lVdFVXS2h2Tk9kZjItYndhNDI" + ] + }, + "status": { + "code": 200, + "message": "OK" + }, + "url": "https://www.reddit.com/api/v1/access_token" + } + }, + { + "recorded_at": "2023-10-08T19:41:17", + "request": { + "body": { + "encoding": "utf-8", + "string": "" + }, + "headers": { + "Accept": [ + "*/*" + ], + "Accept-Encoding": [ + "identity" + ], + "Authorization": [ + "bearer " + ], + "Connection": [ + "keep-alive" + ], + "Cookie": [ + "edgebucket=adA9Sb0J9rm5mSt6Gm" + ], + "User-Agent": [ + "praw_py PRAW/7.7.2.dev0 prawcore/2.3.0" + ] + }, + "method": "GET", + "uri": "https://oauth.reddit.com/r//comments/?limit=100&raw_json=1" + }, + "response": { + "body": { + "encoding": "UTF-8", + "string": "{\"kind\": \"Listing\", \"data\": {\"after\": \"t1_k3uzsxu\", \"dist\": 100, \"modhash\": \"\", \"geo_filter\": \"\", \"children\": [{\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kmiller0112\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3yrfii\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Acceptable-Bread-566\", \"num_comments\": 6707, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u4rtt\", \"score\": 1, \"author_fullname\": \"t2_puq6r71y\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Did it work?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDid it work?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_agi5zf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/agi5zf//k3yrfii/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/agi5zf//\", \"name\": \"t1_k3yrfii\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696754768.0, \"created_utc\": 1696754768.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/agi5zf//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"bot \", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Innsmouth_Swim_Team\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3ynwqb\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Innsmouth_Swim_Team\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3ynm7c\", \"score\": 1, \"author_fullname\": \"t2_v07goqfq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey u/VettedBot what can you tell me about https://www.amazon.com/AT-Prepaid-Radiant-Max-Smartphone/dp/B098KJWTXL\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey \\u003Ca href=\\\"/u/VettedBot\\\"\\u003Eu/VettedBot\\u003C/a\\u003E what can you tell me about \\u003Ca href=\\\"https://www.amazon.com/AT-Prepaid-Radiant-Max-Smartphone/dp/B098KJWTXL\\\"\\u003Ehttps://www.amazon.com/AT-Prepaid-Radiant-Max-Smartphone/dp/B098KJWTXL\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172thsp\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172thsp/bot_/k3ynwqb/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172thsp/bot_/\", \"name\": \"t1_k3ynwqb\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696752011.0, \"created_utc\": 1696752011.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172thsp/bot_/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"bot \", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Innsmouth_Swim_Team\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3ynm7c\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Innsmouth_Swim_Team\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_172thsp\", \"score\": 1, \"author_fullname\": \"t2_v07goqfq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey u/VettedBot what can you tell me about the Cricket Dream 5G phone?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey \\u003Ca href=\\\"/u/VettedBot\\\"\\u003Eu/VettedBot\\u003C/a\\u003E what can you tell me about the Cricket Dream 5G phone?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172thsp\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172thsp/bot_/k3ynm7c/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172thsp/bot_/\", \"name\": \"t1_k3ynm7c\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696751778.0, \"created_utc\": 1696751778.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172thsp/bot_/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"reddit_login_or\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3yiw5z\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"reddit_login_or\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16utwk7\", \"score\": 1, \"author_fullname\": \"t2_g2m5t\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"DaintyWilder | Riley Reid - First \\ud83e\\udd47 Threesome \\u0026 Cum Swap \\ud83d\\ude08\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDaintyWilder | Riley Reid - First \\ud83e\\udd47 Threesome \\u0026amp; Cum Swap \\ud83d\\ude08\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16utwk7\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16utwk7//k3yiw5z/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16utwk7//\", \"name\": \"t1_k3yiw5z\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696748136.0, \"created_utc\": 1696748136.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16utwk7//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Adderalin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3yczsn\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"msmouseus\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_nibsv2\", \"score\": 1, \"author_fullname\": \"t2_re60e\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"\\u003E Trading Long Term Capital Gains/Qualified Dividends for Ordinary Income - OUCH!\\n\\nThis is not true -- the biggest issue in this write up. But thank you for trying to put it together!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cblockquote\\u003E\\n\\u003Cp\\u003ETrading Long Term Capital Gains/Qualified Dividends for Ordinary Income - OUCH!\\u003C/p\\u003E\\n\\u003C/blockquote\\u003E\\n\\n\\u003Cp\\u003EThis is not true -- the biggest issue in this write up. But thank you for trying to put it together!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_nibsv2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/nibsv2//k3yczsn/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/nibsv2//\", \"name\": \"t1_k3yczsn\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696743989.0, \"created_utc\": 1696743989.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/nibsv2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"GrabWorking3045\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3wt835\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"GrabWorking3045\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_172idw2\", \"score\": 1, \"author_fullname\": \"t2_dfophtbj\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"aaa\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eaaa\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172idw2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172idw2//k3wt835/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172idw2//\", \"name\": \"t1_k3wt835\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696716611.0, \"created_utc\": 1696716611.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172idw2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"GrabWorking3045\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3wt70j\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"GrabWorking3045\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_172idw2\", \"score\": 1, \"author_fullname\": \"t2_dfophtbj\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"fds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Efds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172idw2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172idw2//k3wt70j/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172idw2//\", \"name\": \"t1_k3wt70j\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696716599.0, \"created_utc\": 1696716599.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172idw2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"GrabWorking3045\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3wt6bi\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"GrabWorking3045\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_172idw2\", \"score\": 1, \"author_fullname\": \"t2_dfophtbj\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"sdf\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Esdf\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172idw2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172idw2//k3wt6bi/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172idw2//\", \"name\": \"t1_k3wt6bi\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696716591.0, \"created_utc\": 1696716591.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172idw2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"goodreads-rebot\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3woe15\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"goodreads-rebot\", \"num_comments\": 46, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k1wdnaw\", \"score\": 1, \"author_fullname\": \"t2_8567bsfgr\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"**[The Fifth Season (The Broken Earth #1)](https://www.goodreads.com/book/show/19161852-the-fifth-season) by N.K. Jemisin** ^(\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;)\\n\\n^(468 pages | Published: 2015 | Suggested 528 times)\\n\\n\\n\\u003E **Summary:** This is the way the world ends. Again. Three terrible things happen in a single day. Essun. a woman living an ordinary life in a small town. comes home to find that her husband has brutally murdered their son and kidnapped their daughter. Meanwhile. mighty Sanze -- the world-spanning empire whose innovations have been civilization's bedrock for a thousand years -- collapses as most of its citizens are murdered to serve a madman's vengeance. And worst of all. across the heart (...)\\n\\n\\u003E **Themes**: Fantasy, Fiction, Science-fiction, Sci-fi, Owned\\n\\n\\u003E **Top 2 recommended-along**: [The Broken Earth Trilogy: The Fifth Season / The Obelisk Gate / The Stone Sky](https://www.goodreads.com/book/show/38496769-the-broken-earth-trilogy) by N.K. Jemisin, [The Ninth Rain (The Winnowing Flame Trilogy, #1)](https://www.goodreads.com/book/show/29758013-the-ninth-rain) by Jen Williams\\n\\n^( [Provide Feedback](https://www.reddit.com/user/goodreads-rebot) | [Source Code](https://github.com/sonoff2/goodreads-rebot) | [\\\"The Bot is Back!?\\\"](https://www.reddit.com/r/suggestmeabook/comments/16qe09p/meta_post_hello_again_humans/))\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Cstrong\\u003E\\u003Ca href=\\\"https://www.goodreads.com/book/show/19161852-the-fifth-season\\\"\\u003EThe Fifth Season (The Broken Earth #1)\\u003C/a\\u003E by N.K. Jemisin\\u003C/strong\\u003E \\u003Csup\\u003E\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E468 pages | Published: 2015 | Suggested 528 times\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cblockquote\\u003E\\n\\u003Cp\\u003E\\u003Cstrong\\u003ESummary:\\u003C/strong\\u003E This is the way the world ends. Again. Three terrible things happen in a single day. Essun. a woman living an ordinary life in a small town. comes home to find that her husband has brutally murdered their son and kidnapped their daughter. Meanwhile. mighty Sanze -- the world-spanning empire whose innovations have been civilization\\u0026#39;s bedrock for a thousand years -- collapses as most of its citizens are murdered to serve a madman\\u0026#39;s vengeance. And worst of all. across the heart (...)\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003EThemes\\u003C/strong\\u003E: Fantasy, Fiction, Science-fiction, Sci-fi, Owned\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003ETop 2 recommended-along\\u003C/strong\\u003E: \\u003Ca href=\\\"https://www.goodreads.com/book/show/38496769-the-broken-earth-trilogy\\\"\\u003EThe Broken Earth Trilogy: The Fifth Season / The Obelisk Gate / The Stone Sky\\u003C/a\\u003E by N.K. Jemisin, \\u003Ca href=\\\"https://www.goodreads.com/book/show/29758013-the-ninth-rain\\\"\\u003EThe Ninth Rain (The Winnowing Flame Trilogy, #1)\\u003C/a\\u003E by Jen Williams\\u003C/p\\u003E\\n\\u003C/blockquote\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E [Provide Feedback](\\u003Ca href=\\\"https://www.reddit.com/user/goodreads-rebot\\\"\\u003Ehttps://www.reddit.com/user/goodreads-rebot\\u003C/a\\u003E\\u003C/sup\\u003E | \\u003Ca href=\\\"https://github.com/sonoff2/goodreads-rebot\\\"\\u003ESource Code\\u003C/a\\u003E | \\u003Ca href=\\\"https://www.reddit.com/r/suggestmeabook/comments/16qe09p/meta_post_hello_again_humans/\\\"\\u003E\\u0026quot;The Bot is Back!?\\u0026quot;\\u003C/a\\u003E)\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_167kmqr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/167kmqr//k3woe15/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/167kmqr//\", \"name\": \"t1_k3woe15\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696714574.0, \"created_utc\": 1696714574.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/167kmqr//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"goodreads-rebot\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3wo7i3\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"goodreads-rebot\", \"num_comments\": 46, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k1wdss5\", \"score\": 1, \"author_fullname\": \"t2_8567bsfgr\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"\\\\#1/3: **[Harry Potter and the Sorcerer's Stone (Harry Potter #1)](https://www.goodreads.com/book/show/3.Harry_Potter_and_the_Sorcerer_s_Stone) by J.K. Rowling** ^(\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;)\\n\\n^(309 pages | Published: 1997 | Suggested 14 times)\\n\\n\\n\\u003E **Summary:** Harry Potter's life is miserable. His parents are dead and he's stuck with his heartless relatives. who force him to live in a tiny closet under the stairs. But his fortune changes when he receives a letter that tells him the truth about himself: he's a wizard. A mysterious visitor rescues him from his relatives and takes him to his new home. Hogwarts School of Witchcraft and Wizardry. After a lifetime of bottling up his magical powers. Harry finally feels like a normal kid. (...)\\n\\n\\u003E **Themes**: Fantasy, Fiction, Young-adult, Harry-potter, Books-i-own\\n\\n\\u003E **Top 2 recommended-along**: [The Casual Vacancy - Perebutan Kursi Kosong](https://www.goodreads.com/book/show/16173852-the-casual-vacancy---perebutan-kursi-kosong) by J.K. Rowling, [The Hunger Games Series](https://www.goodreads.com/book/show/2767052-the-hunger-games) by Suzanne Collins\\n---\\n\\\\#2/3: **[Call Me By Your Name (Call Me By Your Name #1)](https://www.goodreads.com/book/show/36336078-call-me-by-your-name) by Andr\\u00e9 Aciman** ^(\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;)\\n\\n^(248 pages | Published: 2007 | Suggested 77 times)\\n\\n\\n\\u003E **Summary:** Call Me by Your Name is the story of a sudden and powerful romance that blossoms between an adolescent boy and a summer guest at his parents' cliff-side mansion on the Italian Riviera. Unprepared for the consequences of their attraction. at first each feigns indifference. But during the restless summer weeks that follow. unrelenting buried currents of obsession and fear. fascination and desire. intensify their passion as they the charged ground between them. What grows (...)\\n\\n\\u003E **Themes**: Fiction, Romance, Lgbt, Lgbtq, Contemporary\\n\\n\\u003E **Top 2 recommended-along**: [The Wings of the Dove](https://www.goodreads.com/book/show/124272.The_Wings_of_the_Dove) by Henry James, [Find Me (Call Me By Your Name, #2)](https://www.goodreads.com/book/show/44581535-find-me) by Andr\\u00e9 Aciman\\n---\\n\\n\\\\#3/3: **Search Failed** ^(\\u0026#40;Found [Dead I Well May Be (Michael Forsythe #1)](https://www.goodreads.com/book/show/21282.Dead_I_Well_May_Be) with bad matching score of 56% \\u26a0\\ufe0f\\u0026#41;)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E#1/3: \\u003Cstrong\\u003E\\u003Ca href=\\\"https://www.goodreads.com/book/show/3.Harry_Potter_and_the_Sorcerer_s_Stone\\\"\\u003EHarry Potter and the Sorcerer\\u0026#39;s Stone (Harry Potter #1)\\u003C/a\\u003E by J.K. Rowling\\u003C/strong\\u003E \\u003Csup\\u003E\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E309 pages | Published: 1997 | Suggested 14 times\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cblockquote\\u003E\\n\\u003Cp\\u003E\\u003Cstrong\\u003ESummary:\\u003C/strong\\u003E Harry Potter\\u0026#39;s life is miserable. His parents are dead and he\\u0026#39;s stuck with his heartless relatives. who force him to live in a tiny closet under the stairs. But his fortune changes when he receives a letter that tells him the truth about himself: he\\u0026#39;s a wizard. A mysterious visitor rescues him from his relatives and takes him to his new home. Hogwarts School of Witchcraft and Wizardry. After a lifetime of bottling up his magical powers. Harry finally feels like a normal kid. (...)\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003EThemes\\u003C/strong\\u003E: Fantasy, Fiction, Young-adult, Harry-potter, Books-i-own\\u003C/p\\u003E\\n\\n\\u003Ch2\\u003E\\u003Cstrong\\u003ETop 2 recommended-along\\u003C/strong\\u003E: \\u003Ca href=\\\"https://www.goodreads.com/book/show/16173852-the-casual-vacancy---perebutan-kursi-kosong\\\"\\u003EThe Casual Vacancy - Perebutan Kursi Kosong\\u003C/a\\u003E by J.K. Rowling, \\u003Ca href=\\\"https://www.goodreads.com/book/show/2767052-the-hunger-games\\\"\\u003EThe Hunger Games Series\\u003C/a\\u003E by Suzanne Collins\\u003C/h2\\u003E\\n\\n\\u003Cp\\u003E#2/3: \\u003Cstrong\\u003E\\u003Ca href=\\\"https://www.goodreads.com/book/show/36336078-call-me-by-your-name\\\"\\u003ECall Me By Your Name (Call Me By Your Name #1)\\u003C/a\\u003E by Andr\\u00e9 Aciman\\u003C/strong\\u003E \\u003Csup\\u003E\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\u003C/blockquote\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E248 pages | Published: 2007 | Suggested 77 times\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cblockquote\\u003E\\n\\u003Cp\\u003E\\u003Cstrong\\u003ESummary:\\u003C/strong\\u003E Call Me by Your Name is the story of a sudden and powerful romance that blossoms between an adolescent boy and a summer guest at his parents\\u0026#39; cliff-side mansion on the Italian Riviera. Unprepared for the consequences of their attraction. at first each feigns indifference. But during the restless summer weeks that follow. unrelenting buried currents of obsession and fear. fascination and desire. intensify their passion as they the charged ground between them. What grows (...)\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003EThemes\\u003C/strong\\u003E: Fiction, Romance, Lgbt, Lgbtq, Contemporary\\u003C/p\\u003E\\n\\n\\u003Ch2\\u003E\\u003Cstrong\\u003ETop 2 recommended-along\\u003C/strong\\u003E: \\u003Ca href=\\\"https://www.goodreads.com/book/show/124272.The_Wings_of_the_Dove\\\"\\u003EThe Wings of the Dove\\u003C/a\\u003E by Henry James, \\u003Ca href=\\\"https://www.goodreads.com/book/show/44581535-find-me\\\"\\u003EFind Me (Call Me By Your Name, #2)\\u003C/a\\u003E by Andr\\u00e9 Aciman\\u003C/h2\\u003E\\n\\u003C/blockquote\\u003E\\n\\n\\u003Cp\\u003E#3/3: \\u003Cstrong\\u003ESearch Failed\\u003C/strong\\u003E \\u003Csup\\u003E\\u0026#40;Found [Dead I Well May Be (Michael Forsythe #1\\u003C/sup\\u003E](\\u003Ca href=\\\"https://www.goodreads.com/book/show/21282.Dead_I_Well_May_Be\\\"\\u003Ehttps://www.goodreads.com/book/show/21282.Dead_I_Well_May_Be\\u003C/a\\u003E) with bad matching score of 56% \\u26a0\\ufe0f\\u0026#41;)\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_167kmqr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/167kmqr//k3wo7i3/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/167kmqr//\", \"name\": \"t1_k3wo7i3\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696714502.0, \"created_utc\": 1696714502.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/167kmqr//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vkje6\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6t2t\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from dog\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from dog\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3vkje6/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3vkje6\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696699134.0, \"created_utc\": 1696699134.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 3\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vkfei\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728muz\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"wibows vysta\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ewibows vysta\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728muz\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728muz/great_view_3/k3vkfei/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728muz/great_view_3/\", \"name\": \"t1_k3vkfei\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696699092.0, \"created_utc\": 1696699092.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ultpieooqssb1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3valhe\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6t33\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from animal\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from animal\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3valhe/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3valhe\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695348.0, \"created_utc\": 1696695348.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vaid3\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3vah5g\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i\\n\\n j k l m n o p\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E j k l m n o p\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vaid3/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vaid3\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695314.0, \"created_utc\": 1696695314.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vah5g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3vagmb\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"h\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eh\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vah5g/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vah5g\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695301.0, \"created_utc\": 1696695301.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vagmb\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3vagap\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"g\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eg\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vagmb/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vagmb\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695296.0, \"created_utc\": 1696695296.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vagap\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3vafvo\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"f\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ef\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vagap/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vagap\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695292.0, \"created_utc\": 1696695292.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vafvo\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_171j9nc\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"e\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ee\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vafvo/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vafvo\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695288.0, \"created_utc\": 1696695288.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vaecm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6t3b\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"icle\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eicle\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vaecm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vaecm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695271.0, \"created_utc\": 1696695271.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t58\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nno\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v6t58/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v6t58\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t52\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnt\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v6t52/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v6t52\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t51\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no4\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6t51/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6t51\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"my demo title\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t4n\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnh\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728mzr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728mzr/my_demo_title/k3v6t4n/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\", \"name\": \"t1_k3v6t4n\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t4k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no7\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v6t4k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v6t4k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3o\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nof\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6t3o/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6t3o\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just wanna see if this works or not\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"The_Dummy_Or_Someth_\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3u\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnv\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170gsey\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170gsey/just_wanna_see_if_this_works_or_not/k3v6t3u/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\", \"name\": \"t1_k3v6t3u\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"ing gramamr bot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Grammar-Bot-Elite\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3x\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 916, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no6\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_k2ls9j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/k2ls9j/ing_gramamr_bot/k3v6t3x/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\", \"name\": \"t1_k3v6t3x\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnq\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v6t3p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v6t3p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no3\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6t3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6t3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3m\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nns\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728cmo\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728cmo/great_view_4/k3v6t3m/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728cmo/great_view_4/\", \"name\": \"t1_k3v6t3m\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/i9zxl9ziossb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Testing -\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnx\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16w0sk9\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16w0sk9/ing/k3v6t3k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\", \"name\": \"t1_k3v6t3k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3j\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 109, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnw\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16zqa3j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16zqa3j//k3v6t3j/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16zqa3j//\", \"name\": \"t1_k3v6t3j\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16zqa3j//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3i\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no5\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6t3i/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6t3i\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kmiller0112\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 6707, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nny\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_agi5zf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/agi5zf//k3v6t3g/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/agi5zf//\", \"name\": \"t1_k3v6t3g\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/agi5zf//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nod\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v6t3e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v6t3e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3c\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6noc\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6t3c/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6t3c\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3b\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no0\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v6t3b/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v6t3b\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t38\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnz\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v6t38/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v6t38\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t37\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nps\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v6t37/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v6t37\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t36\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no8\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6t36/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6t36\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I am the BearWhale: UASF Now!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"the_bearwhale\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t34\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6noy\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_6d2os3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/k3v6t34/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\", \"name\": \"t1_k3v6t34\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Go\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"23moonpee\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t32\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 17, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nol\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170k39s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170k39s/go/k3v6t32/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170k39s/go/\", \"name\": \"t1_k3v6t32\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170k39s/go/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t33\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nqk\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v6t33/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v6t33\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t2t\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6npu\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v6t2t/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v6t2t\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693896.0, \"created_utc\": 1696693896.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nqk\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpn\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v6nqk/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v6nqk\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6npu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jp9\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v6npu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v6npu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nps\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpa\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v6nps/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v6nps\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I am the BearWhale: UASF Now!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"the_bearwhale\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6noy\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jrw\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_6d2os3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/k3v6noy/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\", \"name\": \"t1_k3v6noy\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Go\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"23moonpee\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nol\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 17, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jp7\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170k39s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170k39s/go/k3v6nol/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170k39s/go/\", \"name\": \"t1_k3v6nol\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170k39s/go/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nod\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jp8\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v6nod/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v6nod\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6noc\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpb\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6noc/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6noc\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpk\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v6no7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v6no7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"ing gramamr bot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Grammar-Bot-Elite\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no6\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 916, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpi\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_k2ls9j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/k2ls9j/ing_gramamr_bot/k3v6no6/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\", \"name\": \"t1_k3v6no6\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no8\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpd\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6no8/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6no8\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpc\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6no4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6no4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no3\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpg\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6no3/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6no3\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnz\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jrh\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v6nnz/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v6nnz\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nof\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jqy\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6nof/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6nof\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Testing -\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnx\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jr0\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16w0sk9\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16w0sk9/ing/k3v6nnx/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\", \"name\": \"t1_k3v6nnx\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jph\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v6no0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v6no0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpm\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6no5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6no5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnw\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 109, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jqd\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16zqa3j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16zqa3j//k3v6nnw/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16zqa3j//\", \"name\": \"t1_k3v6nnw\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16zqa3j//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just wanna see if this works or not\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"The_Dummy_Or_Someth_\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnv\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jqj\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170gsey\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170gsey/just_wanna_see_if_this_works_or_not/k3v6nnv/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\", \"name\": \"t1_k3v6nnv\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nns\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jt6\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728cmo\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728cmo/great_view_4/k3v6nns/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728cmo/great_view_4/\", \"name\": \"t1_k3v6nns\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/i9zxl9ziossb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnt\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v2p63\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v6nnt/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v6nnt\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kmiller0112\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nny\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 6707, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jvp\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_agi5zf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/agi5zf//k3v6nny/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/agi5zf//\", \"name\": \"t1_k3v6nny\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/agi5zf//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v2nsw\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v6nnq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v6nnq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nno\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jru\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v6nno/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v6nno\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"my demo title\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnh\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v1hp9\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728mzr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728mzr/my_demo_title/k3v6nnh/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\", \"name\": \"t1_k3v6nnh\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v2p63\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"beyondhook67\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728sjk\", \"score\": 1, \"author_fullname\": \"t2_j3cwy3zgs\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Wallpapering! Thanks!\\n\\nWould also be willing to buy a dynamic one if you get it working for all times of day like the original Mojave image.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWallpapering! Thanks!\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWould also be willing to buy a dynamic one if you get it working for all times of day like the original Mojave image.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v2p63/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v2p63\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696692298.0, \"created_utc\": 1696692298.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v2nsw\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"expandedTethys27\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728sjk\", \"score\": 1, \"author_fullname\": \"t2_hpme5s9jg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Mac at night you mean?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMac at night you mean?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v2nsw/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v2nsw\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696692283.0, \"created_utc\": 1696692283.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"my demo title\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v1hp9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728mzr\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"hi\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ehi\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728mzr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728mzr/my_demo_title/k3v1hp9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\", \"name\": \"t1_k3v1hp9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691815.0, \"created_utc\": 1696691815.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kmiller0112\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jvp\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 6707, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5o\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_agi5zf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/agi5zf//k3v0jvp/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/agi5zf//\", \"name\": \"t1_k3v0jvp\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691433.0, \"created_utc\": 1696691433.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/agi5zf//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jt6\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uzsxu\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728cmo\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728cmo/great_view_4/k3v0jt6/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728cmo/great_view_4/\", \"name\": \"t1_k3v0jt6\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691433.0, \"created_utc\": 1696691433.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/i9zxl9ziossb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jru\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5f\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v0jru/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v0jru\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I am the BearWhale: UASF Now!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"the_bearwhale\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jrw\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5y\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_6d2os3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/k3v0jrw/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\", \"name\": \"t1_k3v0jrw\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jrh\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uyc1f\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v0jrh/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v0jrh\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Testing -\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jr0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5m\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16w0sk9\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16w0sk9/ing/k3v0jr0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\", \"name\": \"t1_k3v0jr0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jqy\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uws7k\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v0jqy/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v0jqy\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just wanna see if this works or not\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"The_Dummy_Or_Someth_\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jqj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5l\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170gsey\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170gsey/just_wanna_see_if_this_works_or_not/k3v0jqj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\", \"name\": \"t1_k3v0jqj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jqd\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 109, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5n\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16zqa3j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16zqa3j//k3v0jqd/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16zqa3j//\", \"name\": \"t1_k3v0jqd\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16zqa3j//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpk\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5h\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v0jpk/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v0jpk\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpn\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5w\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v0jpn/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v0jpn\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"ing gramamr bot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Grammar-Bot-Elite\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpi\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 916, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5s\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_k2ls9j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/k2ls9j/ing_gramamr_bot/k3v0jpi/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\", \"name\": \"t1_k3v0jpi\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jph\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3ud9bs\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v0jph/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v0jph\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5j\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v0jpm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v0jpm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpc\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5x\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v0jpc/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v0jpc\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpg\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p60\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v0jpg/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v0jpg\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp8\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7san\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v0jp8/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v0jp8\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpb\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uwqvi\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v0jpb/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v0jpb\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5i\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v0jp9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v0jp9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpd\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5z\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v0jpd/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v0jpd\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpa\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uzy54\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v0jpa/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v0jpa\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Go\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"23moonpee\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 17, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5q\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170k39s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170k39s/go/k3v0jp7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170k39s/go/\", \"name\": \"t1_k3v0jp7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170k39s/go/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp6\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 109, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p66\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16zqa3j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16zqa3j//k3v0jp6/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16zqa3j//\", \"name\": \"t1_k3v0jp6\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16zqa3j//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp3\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uz72m\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v0jp3/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v0jp3\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uzt1m\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728cmo\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728cmo/great_view_4/k3v0jp1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728cmo/great_view_4/\", \"name\": \"t1_k3v0jp1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/i9zxl9ziossb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3uzy54\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Hardstumble\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_172842m\", \"score\": 1, \"author_fullname\": \"t2_b1e2tkv9d\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Makes you wish for a nuclear winter..\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMakes you wish for a nuclear winter..\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3uzy54/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3uzy54\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691191.0, \"created_utc\": 1696691191.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3uzt1m\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"FanaticHen330\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728cmo\", \"score\": 1, \"author_fullname\": \"t2_g2z5trtpm\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Mac at night you mean?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMac at night you mean?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728cmo\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728cmo/great_view_4/k3uzt1m/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728cmo/great_view_4/\", \"name\": \"t1_k3uzt1m\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691134.0, \"created_utc\": 1696691134.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/i9zxl9ziossb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3uzsxu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"awayNick692\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728cmo\", \"score\": 1, \"author_fullname\": \"t2_hxkbe89ii\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"My new wallpaper.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMy new wallpaper.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728cmo\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728cmo/great_view_4/k3uzsxu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728cmo/great_view_4/\", \"name\": \"t1_k3uzsxu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691133.0, \"created_utc\": 1696691133.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/i9zxl9ziossb1.jpg\"}}], \"before\": null}}" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "keep-alive" + ], + "Content-Length": [ + "214936" + ], + "Date": [ + "Sun, 08 Oct 2023 19:41:16 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=000000000ld2392h56.2.1696794075597.Z0FBQUFBQmxJd1hjdVVVU053MkVISzMweUl5RUJmaXNiRUM1SGdQVnNpcGhmMllSREFUOVFHODZfX1k5VTNkOEp4QmdnTVlZdGVRaUhMcjNXblk4OUlQTWQyTEZSWFRNak5WVW10UWRRdjF3bHRvbzhKSnNlaE83X09XbE12ZzAyWTFoRWFaaGNVM2o; Domain=reddit.com; Max-Age=63071999; Path=/; expires=Tue, 07-Oct-2025 19:41:16 GMT; secure; SameSite=None; Secure", + "session_tracker=lbopjjrnrkebqjeooc.0.1696794075818.Z0FBQUFBQmxJd1hjRFRuVWF5WXRka09jSHM1Z2UwcjVEb3BvcWtvRFRVUEtlMEQzNE1YbFFoQjVkUjBBblZGekJrR0dSY203VWd1Z2EycFZiSDhmd202d1UtNFMzYjlRbHU5Q1FFTHJ5MWhua3Y3bDFmRHNpVmNBaTh0ckJDZFFlbWJRRGNQWUxjVEE; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sun, 08-Oct-2023 21:41:16 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" + ], + "access-control-allow-origin": [ + "*" + ], + "access-control-expose-headers": [ + "X-Moose" + ], + "content-type": [ + "application/json; charset=UTF-8" + ], + "x-moose": [ + "majestic" + ], + "x-ratelimit-remaining": [ + "599.0" + ], + "x-ratelimit-reset": [ + "525" + ], + "x-ratelimit-used": [ + "1" + ], + "x-ua-compatible": [ + "IE=edge" + ] + }, + "status": { + "code": 200, + "message": "OK" + }, + "url": "https://oauth.reddit.com/r//comments/?limit=100&raw_json=1" + } + }, + { + "recorded_at": "2023-10-08T19:41:18", + "request": { + "body": { + "encoding": "utf-8", + "string": "" + }, + "headers": { + "Accept": [ + "*/*" + ], + "Accept-Encoding": [ + "identity" + ], + "Authorization": [ + "bearer " + ], + "Connection": [ + "keep-alive" + ], + "Cookie": [ + "edgebucket=adA9Sb0J9rm5mSt6Gm; loid=000000000ld2392h56.2.1696794075597.Z0FBQUFBQmxJd1hjdVVVU053MkVISzMweUl5RUJmaXNiRUM1SGdQVnNpcGhmMllSREFUOVFHODZfX1k5VTNkOEp4QmdnTVlZdGVRaUhMcjNXblk4OUlQTWQyTEZSWFRNak5WVW10UWRRdjF3bHRvbzhKSnNlaE83X09XbE12ZzAyWTFoRWFaaGNVM2o; session_tracker=lbopjjrnrkebqjeooc.0.1696794075818.Z0FBQUFBQmxJd1hjRFRuVWF5WXRka09jSHM1Z2UwcjVEb3BvcWtvRFRVUEtlMEQzNE1YbFFoQjVkUjBBblZGekJrR0dSY203VWd1Z2EycFZiSDhmd202d1UtNFMzYjlRbHU5Q1FFTHJ5MWhua3Y3bDFmRHNpVmNBaTh0ckJDZFFlbWJRRGNQWUxjVEE; csv=2" + ], + "User-Agent": [ + "praw_py PRAW/7.7.2.dev0 prawcore/2.3.0" + ] + }, + "method": "GET", + "uri": "https://oauth.reddit.com/r//comments/?before=t1_k3v0jp3&limit=100&raw_json=1" + }, + "response": { + "body": { + "encoding": "UTF-8", + "string": "{\"kind\": \"Listing\", \"data\": {\"after\": null, \"dist\": 95, \"modhash\": \"\", \"geo_filter\": \"\", \"children\": [{\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kmiller0112\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3yrfii\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Acceptable-Bread-566\", \"num_comments\": 6707, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u4rtt\", \"score\": 1, \"author_fullname\": \"t2_puq6r71y\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Did it work?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDid it work?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_agi5zf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/agi5zf//k3yrfii/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/agi5zf//\", \"name\": \"t1_k3yrfii\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696754768.0, \"created_utc\": 1696754768.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/agi5zf//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"bot \", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Innsmouth_Swim_Team\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3ynwqb\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Innsmouth_Swim_Team\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3ynm7c\", \"score\": 1, \"author_fullname\": \"t2_v07goqfq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey u/VettedBot what can you tell me about https://www.amazon.com/AT-Prepaid-Radiant-Max-Smartphone/dp/B098KJWTXL\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey \\u003Ca href=\\\"/u/VettedBot\\\"\\u003Eu/VettedBot\\u003C/a\\u003E what can you tell me about \\u003Ca href=\\\"https://www.amazon.com/AT-Prepaid-Radiant-Max-Smartphone/dp/B098KJWTXL\\\"\\u003Ehttps://www.amazon.com/AT-Prepaid-Radiant-Max-Smartphone/dp/B098KJWTXL\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172thsp\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172thsp/bot_/k3ynwqb/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172thsp/bot_/\", \"name\": \"t1_k3ynwqb\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696752011.0, \"created_utc\": 1696752011.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172thsp/bot_/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"bot \", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Innsmouth_Swim_Team\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3ynm7c\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Innsmouth_Swim_Team\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_172thsp\", \"score\": 1, \"author_fullname\": \"t2_v07goqfq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey u/VettedBot what can you tell me about the Cricket Dream 5G phone?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey \\u003Ca href=\\\"/u/VettedBot\\\"\\u003Eu/VettedBot\\u003C/a\\u003E what can you tell me about the Cricket Dream 5G phone?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172thsp\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172thsp/bot_/k3ynm7c/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172thsp/bot_/\", \"name\": \"t1_k3ynm7c\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696751778.0, \"created_utc\": 1696751778.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172thsp/bot_/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"reddit_login_or\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3yiw5z\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"reddit_login_or\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16utwk7\", \"score\": 1, \"author_fullname\": \"t2_g2m5t\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"DaintyWilder | Riley Reid - First \\ud83e\\udd47 Threesome \\u0026 Cum Swap \\ud83d\\ude08\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDaintyWilder | Riley Reid - First \\ud83e\\udd47 Threesome \\u0026amp; Cum Swap \\ud83d\\ude08\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16utwk7\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16utwk7//k3yiw5z/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16utwk7//\", \"name\": \"t1_k3yiw5z\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696748136.0, \"created_utc\": 1696748136.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16utwk7//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Adderalin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3yczsn\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"msmouseus\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_nibsv2\", \"score\": 1, \"author_fullname\": \"t2_re60e\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"\\u003E Trading Long Term Capital Gains/Qualified Dividends for Ordinary Income - OUCH!\\n\\nThis is not true -- the biggest issue in this write up. But thank you for trying to put it together!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cblockquote\\u003E\\n\\u003Cp\\u003ETrading Long Term Capital Gains/Qualified Dividends for Ordinary Income - OUCH!\\u003C/p\\u003E\\n\\u003C/blockquote\\u003E\\n\\n\\u003Cp\\u003EThis is not true -- the biggest issue in this write up. But thank you for trying to put it together!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_nibsv2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/nibsv2//k3yczsn/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/nibsv2//\", \"name\": \"t1_k3yczsn\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696743989.0, \"created_utc\": 1696743989.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/nibsv2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"GrabWorking3045\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3wt835\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"GrabWorking3045\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_172idw2\", \"score\": 1, \"author_fullname\": \"t2_dfophtbj\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"aaa\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eaaa\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172idw2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172idw2//k3wt835/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172idw2//\", \"name\": \"t1_k3wt835\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696716611.0, \"created_utc\": 1696716611.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172idw2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"GrabWorking3045\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3wt70j\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"GrabWorking3045\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_172idw2\", \"score\": 1, \"author_fullname\": \"t2_dfophtbj\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"fds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Efds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172idw2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172idw2//k3wt70j/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172idw2//\", \"name\": \"t1_k3wt70j\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696716599.0, \"created_utc\": 1696716599.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172idw2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"GrabWorking3045\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3wt6bi\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"GrabWorking3045\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_172idw2\", \"score\": 1, \"author_fullname\": \"t2_dfophtbj\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"sdf\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Esdf\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172idw2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172idw2//k3wt6bi/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172idw2//\", \"name\": \"t1_k3wt6bi\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696716591.0, \"created_utc\": 1696716591.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/172idw2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"goodreads-rebot\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3woe15\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"goodreads-rebot\", \"num_comments\": 46, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k1wdnaw\", \"score\": 1, \"author_fullname\": \"t2_8567bsfgr\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"**[The Fifth Season (The Broken Earth #1)](https://www.goodreads.com/book/show/19161852-the-fifth-season) by N.K. Jemisin** ^(\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;)\\n\\n^(468 pages | Published: 2015 | Suggested 528 times)\\n\\n\\n\\u003E **Summary:** This is the way the world ends. Again. Three terrible things happen in a single day. Essun. a woman living an ordinary life in a small town. comes home to find that her husband has brutally murdered their son and kidnapped their daughter. Meanwhile. mighty Sanze -- the world-spanning empire whose innovations have been civilization's bedrock for a thousand years -- collapses as most of its citizens are murdered to serve a madman's vengeance. And worst of all. across the heart (...)\\n\\n\\u003E **Themes**: Fantasy, Fiction, Science-fiction, Sci-fi, Owned\\n\\n\\u003E **Top 2 recommended-along**: [The Broken Earth Trilogy: The Fifth Season / The Obelisk Gate / The Stone Sky](https://www.goodreads.com/book/show/38496769-the-broken-earth-trilogy) by N.K. Jemisin, [The Ninth Rain (The Winnowing Flame Trilogy, #1)](https://www.goodreads.com/book/show/29758013-the-ninth-rain) by Jen Williams\\n\\n^( [Provide Feedback](https://www.reddit.com/user/goodreads-rebot) | [Source Code](https://github.com/sonoff2/goodreads-rebot) | [\\\"The Bot is Back!?\\\"](https://www.reddit.com/r/suggestmeabook/comments/16qe09p/meta_post_hello_again_humans/))\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Cstrong\\u003E\\u003Ca href=\\\"https://www.goodreads.com/book/show/19161852-the-fifth-season\\\"\\u003EThe Fifth Season (The Broken Earth #1)\\u003C/a\\u003E by N.K. Jemisin\\u003C/strong\\u003E \\u003Csup\\u003E\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E468 pages | Published: 2015 | Suggested 528 times\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cblockquote\\u003E\\n\\u003Cp\\u003E\\u003Cstrong\\u003ESummary:\\u003C/strong\\u003E This is the way the world ends. Again. Three terrible things happen in a single day. Essun. a woman living an ordinary life in a small town. comes home to find that her husband has brutally murdered their son and kidnapped their daughter. Meanwhile. mighty Sanze -- the world-spanning empire whose innovations have been civilization\\u0026#39;s bedrock for a thousand years -- collapses as most of its citizens are murdered to serve a madman\\u0026#39;s vengeance. And worst of all. across the heart (...)\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003EThemes\\u003C/strong\\u003E: Fantasy, Fiction, Science-fiction, Sci-fi, Owned\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003ETop 2 recommended-along\\u003C/strong\\u003E: \\u003Ca href=\\\"https://www.goodreads.com/book/show/38496769-the-broken-earth-trilogy\\\"\\u003EThe Broken Earth Trilogy: The Fifth Season / The Obelisk Gate / The Stone Sky\\u003C/a\\u003E by N.K. Jemisin, \\u003Ca href=\\\"https://www.goodreads.com/book/show/29758013-the-ninth-rain\\\"\\u003EThe Ninth Rain (The Winnowing Flame Trilogy, #1)\\u003C/a\\u003E by Jen Williams\\u003C/p\\u003E\\n\\u003C/blockquote\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E [Provide Feedback](\\u003Ca href=\\\"https://www.reddit.com/user/goodreads-rebot\\\"\\u003Ehttps://www.reddit.com/user/goodreads-rebot\\u003C/a\\u003E\\u003C/sup\\u003E | \\u003Ca href=\\\"https://github.com/sonoff2/goodreads-rebot\\\"\\u003ESource Code\\u003C/a\\u003E | \\u003Ca href=\\\"https://www.reddit.com/r/suggestmeabook/comments/16qe09p/meta_post_hello_again_humans/\\\"\\u003E\\u0026quot;The Bot is Back!?\\u0026quot;\\u003C/a\\u003E)\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_167kmqr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/167kmqr//k3woe15/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/167kmqr//\", \"name\": \"t1_k3woe15\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696714574.0, \"created_utc\": 1696714574.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/167kmqr//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"goodreads-rebot\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3wo7i3\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"goodreads-rebot\", \"num_comments\": 46, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k1wdss5\", \"score\": 1, \"author_fullname\": \"t2_8567bsfgr\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"\\\\#1/3: **[Harry Potter and the Sorcerer's Stone (Harry Potter #1)](https://www.goodreads.com/book/show/3.Harry_Potter_and_the_Sorcerer_s_Stone) by J.K. Rowling** ^(\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;)\\n\\n^(309 pages | Published: 1997 | Suggested 14 times)\\n\\n\\n\\u003E **Summary:** Harry Potter's life is miserable. His parents are dead and he's stuck with his heartless relatives. who force him to live in a tiny closet under the stairs. But his fortune changes when he receives a letter that tells him the truth about himself: he's a wizard. A mysterious visitor rescues him from his relatives and takes him to his new home. Hogwarts School of Witchcraft and Wizardry. After a lifetime of bottling up his magical powers. Harry finally feels like a normal kid. (...)\\n\\n\\u003E **Themes**: Fantasy, Fiction, Young-adult, Harry-potter, Books-i-own\\n\\n\\u003E **Top 2 recommended-along**: [The Casual Vacancy - Perebutan Kursi Kosong](https://www.goodreads.com/book/show/16173852-the-casual-vacancy---perebutan-kursi-kosong) by J.K. Rowling, [The Hunger Games Series](https://www.goodreads.com/book/show/2767052-the-hunger-games) by Suzanne Collins\\n---\\n\\\\#2/3: **[Call Me By Your Name (Call Me By Your Name #1)](https://www.goodreads.com/book/show/36336078-call-me-by-your-name) by Andr\\u00e9 Aciman** ^(\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;)\\n\\n^(248 pages | Published: 2007 | Suggested 77 times)\\n\\n\\n\\u003E **Summary:** Call Me by Your Name is the story of a sudden and powerful romance that blossoms between an adolescent boy and a summer guest at his parents' cliff-side mansion on the Italian Riviera. Unprepared for the consequences of their attraction. at first each feigns indifference. But during the restless summer weeks that follow. unrelenting buried currents of obsession and fear. fascination and desire. intensify their passion as they the charged ground between them. What grows (...)\\n\\n\\u003E **Themes**: Fiction, Romance, Lgbt, Lgbtq, Contemporary\\n\\n\\u003E **Top 2 recommended-along**: [The Wings of the Dove](https://www.goodreads.com/book/show/124272.The_Wings_of_the_Dove) by Henry James, [Find Me (Call Me By Your Name, #2)](https://www.goodreads.com/book/show/44581535-find-me) by Andr\\u00e9 Aciman\\n---\\n\\n\\\\#3/3: **Search Failed** ^(\\u0026#40;Found [Dead I Well May Be (Michael Forsythe #1)](https://www.goodreads.com/book/show/21282.Dead_I_Well_May_Be) with bad matching score of 56% \\u26a0\\ufe0f\\u0026#41;)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E#1/3: \\u003Cstrong\\u003E\\u003Ca href=\\\"https://www.goodreads.com/book/show/3.Harry_Potter_and_the_Sorcerer_s_Stone\\\"\\u003EHarry Potter and the Sorcerer\\u0026#39;s Stone (Harry Potter #1)\\u003C/a\\u003E by J.K. Rowling\\u003C/strong\\u003E \\u003Csup\\u003E\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E309 pages | Published: 1997 | Suggested 14 times\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cblockquote\\u003E\\n\\u003Cp\\u003E\\u003Cstrong\\u003ESummary:\\u003C/strong\\u003E Harry Potter\\u0026#39;s life is miserable. His parents are dead and he\\u0026#39;s stuck with his heartless relatives. who force him to live in a tiny closet under the stairs. But his fortune changes when he receives a letter that tells him the truth about himself: he\\u0026#39;s a wizard. A mysterious visitor rescues him from his relatives and takes him to his new home. Hogwarts School of Witchcraft and Wizardry. After a lifetime of bottling up his magical powers. Harry finally feels like a normal kid. (...)\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003EThemes\\u003C/strong\\u003E: Fantasy, Fiction, Young-adult, Harry-potter, Books-i-own\\u003C/p\\u003E\\n\\n\\u003Ch2\\u003E\\u003Cstrong\\u003ETop 2 recommended-along\\u003C/strong\\u003E: \\u003Ca href=\\\"https://www.goodreads.com/book/show/16173852-the-casual-vacancy---perebutan-kursi-kosong\\\"\\u003EThe Casual Vacancy - Perebutan Kursi Kosong\\u003C/a\\u003E by J.K. Rowling, \\u003Ca href=\\\"https://www.goodreads.com/book/show/2767052-the-hunger-games\\\"\\u003EThe Hunger Games Series\\u003C/a\\u003E by Suzanne Collins\\u003C/h2\\u003E\\n\\n\\u003Cp\\u003E#2/3: \\u003Cstrong\\u003E\\u003Ca href=\\\"https://www.goodreads.com/book/show/36336078-call-me-by-your-name\\\"\\u003ECall Me By Your Name (Call Me By Your Name #1)\\u003C/a\\u003E by Andr\\u00e9 Aciman\\u003C/strong\\u003E \\u003Csup\\u003E\\u0026#40;Matching 100% \\u2611\\ufe0f\\u0026#41;\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\u003C/blockquote\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E248 pages | Published: 2007 | Suggested 77 times\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\n\\u003Cblockquote\\u003E\\n\\u003Cp\\u003E\\u003Cstrong\\u003ESummary:\\u003C/strong\\u003E Call Me by Your Name is the story of a sudden and powerful romance that blossoms between an adolescent boy and a summer guest at his parents\\u0026#39; cliff-side mansion on the Italian Riviera. Unprepared for the consequences of their attraction. at first each feigns indifference. But during the restless summer weeks that follow. unrelenting buried currents of obsession and fear. fascination and desire. intensify their passion as they the charged ground between them. What grows (...)\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Cstrong\\u003EThemes\\u003C/strong\\u003E: Fiction, Romance, Lgbt, Lgbtq, Contemporary\\u003C/p\\u003E\\n\\n\\u003Ch2\\u003E\\u003Cstrong\\u003ETop 2 recommended-along\\u003C/strong\\u003E: \\u003Ca href=\\\"https://www.goodreads.com/book/show/124272.The_Wings_of_the_Dove\\\"\\u003EThe Wings of the Dove\\u003C/a\\u003E by Henry James, \\u003Ca href=\\\"https://www.goodreads.com/book/show/44581535-find-me\\\"\\u003EFind Me (Call Me By Your Name, #2)\\u003C/a\\u003E by Andr\\u00e9 Aciman\\u003C/h2\\u003E\\n\\u003C/blockquote\\u003E\\n\\n\\u003Cp\\u003E#3/3: \\u003Cstrong\\u003ESearch Failed\\u003C/strong\\u003E \\u003Csup\\u003E\\u0026#40;Found [Dead I Well May Be (Michael Forsythe #1\\u003C/sup\\u003E](\\u003Ca href=\\\"https://www.goodreads.com/book/show/21282.Dead_I_Well_May_Be\\\"\\u003Ehttps://www.goodreads.com/book/show/21282.Dead_I_Well_May_Be\\u003C/a\\u003E) with bad matching score of 56% \\u26a0\\ufe0f\\u0026#41;)\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_167kmqr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/167kmqr//k3wo7i3/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/167kmqr//\", \"name\": \"t1_k3wo7i3\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696714502.0, \"created_utc\": 1696714502.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/167kmqr//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vkje6\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6t2t\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from dog\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from dog\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3vkje6/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3vkje6\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696699134.0, \"created_utc\": 1696699134.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 3\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vkfei\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728muz\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"wibows vysta\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ewibows vysta\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728muz\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728muz/great_view_3/k3vkfei/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728muz/great_view_3/\", \"name\": \"t1_k3vkfei\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696699092.0, \"created_utc\": 1696699092.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ultpieooqssb1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3valhe\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6t33\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from animal\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from animal\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3valhe/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3valhe\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695348.0, \"created_utc\": 1696695348.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vaid3\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3vah5g\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i\\n\\n j k l m n o p\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E j k l m n o p\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vaid3/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vaid3\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695314.0, \"created_utc\": 1696695314.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vah5g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3vagmb\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"h\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eh\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vah5g/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vah5g\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695301.0, \"created_utc\": 1696695301.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vagmb\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3vagap\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"g\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eg\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vagmb/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vagmb\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695296.0, \"created_utc\": 1696695296.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vagap\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3vafvo\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"f\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ef\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vagap/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vagap\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695292.0, \"created_utc\": 1696695292.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vafvo\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_171j9nc\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"e\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ee\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vafvo/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vafvo\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695288.0, \"created_utc\": 1696695288.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3vaecm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheOfficialNizmo\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6t3b\", \"score\": 1, \"author_fullname\": \"t2_ag83595j\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"icle\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eicle\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3vaecm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3vaecm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696695271.0, \"created_utc\": 1696695271.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t58\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nno\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v6t58/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v6t58\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t52\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnt\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v6t52/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v6t52\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t51\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no4\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6t51/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6t51\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"my demo title\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t4n\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnh\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728mzr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728mzr/my_demo_title/k3v6t4n/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\", \"name\": \"t1_k3v6t4n\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t4k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no7\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v6t4k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v6t4k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3o\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nof\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6t3o/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6t3o\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just wanna see if this works or not\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"The_Dummy_Or_Someth_\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3u\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnv\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170gsey\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170gsey/just_wanna_see_if_this_works_or_not/k3v6t3u/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\", \"name\": \"t1_k3v6t3u\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"ing gramamr bot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Grammar-Bot-Elite\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3x\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 916, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no6\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_k2ls9j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/k2ls9j/ing_gramamr_bot/k3v6t3x/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\", \"name\": \"t1_k3v6t3x\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnq\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v6t3p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v6t3p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no3\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6t3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6t3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3m\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nns\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728cmo\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728cmo/great_view_4/k3v6t3m/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728cmo/great_view_4/\", \"name\": \"t1_k3v6t3m\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/i9zxl9ziossb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Testing -\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnx\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16w0sk9\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16w0sk9/ing/k3v6t3k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\", \"name\": \"t1_k3v6t3k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3j\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 109, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnw\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16zqa3j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16zqa3j//k3v6t3j/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16zqa3j//\", \"name\": \"t1_k3v6t3j\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16zqa3j//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3i\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no5\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6t3i/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6t3i\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kmiller0112\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 6707, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nny\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_agi5zf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/agi5zf//k3v6t3g/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/agi5zf//\", \"name\": \"t1_k3v6t3g\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/agi5zf//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nod\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v6t3e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v6t3e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3c\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6noc\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6t3c/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6t3c\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t3b\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no0\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v6t3b/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v6t3b\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t38\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nnz\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v6t38/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v6t38\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t37\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nps\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v6t37/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v6t37\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t36\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6no8\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6t36/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6t36\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I am the BearWhale: UASF Now!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"the_bearwhale\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t34\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6noy\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_6d2os3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/k3v6t34/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\", \"name\": \"t1_k3v6t34\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Go\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"23moonpee\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t32\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 17, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nol\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170k39s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170k39s/go/k3v6t32/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170k39s/go/\", \"name\": \"t1_k3v6t32\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170k39s/go/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t33\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6nqk\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v6t33/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v6t33\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693897.0, \"created_utc\": 1696693897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6t2t\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v6npu\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v6t2t/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v6t2t\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693896.0, \"created_utc\": 1696693896.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nqk\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpn\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v6nqk/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v6nqk\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6npu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jp9\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v6npu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v6npu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nps\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpa\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v6nps/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v6nps\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I am the BearWhale: UASF Now!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"the_bearwhale\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6noy\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jrw\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_6d2os3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/k3v6noy/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\", \"name\": \"t1_k3v6noy\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Go\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"23moonpee\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nol\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 17, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jp7\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170k39s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170k39s/go/k3v6nol/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170k39s/go/\", \"name\": \"t1_k3v6nol\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170k39s/go/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nod\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jp8\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v6nod/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v6nod\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6noc\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpb\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6noc/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6noc\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpk\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v6no7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v6no7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"ing gramamr bot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Grammar-Bot-Elite\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no6\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 916, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpi\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_k2ls9j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/k2ls9j/ing_gramamr_bot/k3v6no6/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\", \"name\": \"t1_k3v6no6\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no8\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpd\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6no8/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6no8\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpc\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6no4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6no4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no3\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpg\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v6no3/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v6no3\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnz\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jrh\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v6nnz/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v6nnz\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nof\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jqy\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6nof/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6nof\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Testing -\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnx\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jr0\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16w0sk9\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16w0sk9/ing/k3v6nnx/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\", \"name\": \"t1_k3v6nnx\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jph\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v6no0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v6no0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6no5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jpm\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v6no5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v6no5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnw\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 109, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jqd\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16zqa3j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16zqa3j//k3v6nnw/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16zqa3j//\", \"name\": \"t1_k3v6nnw\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16zqa3j//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just wanna see if this works or not\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"The_Dummy_Or_Someth_\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnv\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jqj\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170gsey\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170gsey/just_wanna_see_if_this_works_or_not/k3v6nnv/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\", \"name\": \"t1_k3v6nnv\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nns\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jt6\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728cmo\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728cmo/great_view_4/k3v6nns/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728cmo/great_view_4/\", \"name\": \"t1_k3v6nns\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/i9zxl9ziossb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnt\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v2p63\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v6nnt/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v6nnt\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kmiller0112\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nny\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 6707, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jvp\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_agi5zf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/agi5zf//k3v6nny/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/agi5zf//\", \"name\": \"t1_k3v6nny\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/agi5zf//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v2nsw\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v6nnq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v6nnq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nno\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v0jru\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v6nno/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v6nno\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"my demo title\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v6nnh\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3v1hp9\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728mzr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728mzr/my_demo_title/k3v6nnh/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\", \"name\": \"t1_k3v6nnh\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696693838.0, \"created_utc\": 1696693838.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v2p63\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"beyondhook67\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728sjk\", \"score\": 1, \"author_fullname\": \"t2_j3cwy3zgs\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Wallpapering! Thanks!\\n\\nWould also be willing to buy a dynamic one if you get it working for all times of day like the original Mojave image.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWallpapering! Thanks!\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWould also be willing to buy a dynamic one if you get it working for all times of day like the original Mojave image.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v2p63/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v2p63\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696692298.0, \"created_utc\": 1696692298.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v2nsw\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"expandedTethys27\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728sjk\", \"score\": 1, \"author_fullname\": \"t2_hpme5s9jg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Mac at night you mean?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMac at night you mean?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728sjk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728sjk/great_view_4/k3v2nsw/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728sjk/great_view_4/\", \"name\": \"t1_k3v2nsw\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696692283.0, \"created_utc\": 1696692283.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w6v0b74xrssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"my demo title\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v1hp9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_1728mzr\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"hi\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ehi\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728mzr\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728mzr/my_demo_title/k3v1hp9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\", \"name\": \"t1_k3v1hp9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691815.0, \"created_utc\": 1696691815.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1728mzr/my_demo_title/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kmiller0112\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jvp\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 6707, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5o\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_agi5zf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/agi5zf//k3v0jvp/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/agi5zf//\", \"name\": \"t1_k3v0jvp\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691433.0, \"created_utc\": 1696691433.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/agi5zf//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 4\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jt6\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 7, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uzsxu\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1728cmo\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1728cmo/great_view_4/k3v0jt6/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1728cmo/great_view_4/\", \"name\": \"t1_k3v0jt6\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691433.0, \"created_utc\": 1696691433.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/i9zxl9ziossb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jru\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5f\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v0jru/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v0jru\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I am the BearWhale: UASF Now!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"the_bearwhale\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jrw\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5y\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_6d2os3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/k3v0jrw/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\", \"name\": \"t1_k3v0jrw\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/6d2os3/i_am_the_bearwhale_uasf_now/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jrh\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uyc1f\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v0jrh/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v0jrh\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Testing -\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jr0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5m\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16w0sk9\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16w0sk9/ing/k3v0jr0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\", \"name\": \"t1_k3v0jr0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16w0sk9/ing/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jqy\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uws7k\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v0jqy/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v0jqy\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just wanna see if this works or not\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"The_Dummy_Or_Someth_\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jqj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5l\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170gsey\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170gsey/just_wanna_see_if_this_works_or_not/k3v0jqj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\", \"name\": \"t1_k3v0jqj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170gsey/just_wanna_see_if_this_works_or_not/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jqd\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 109, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5n\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16zqa3j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16zqa3j//k3v0jqd/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16zqa3j//\", \"name\": \"t1_k3v0jqd\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16zqa3j//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpk\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5h\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v0jpk/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v0jpk\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpn\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5w\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v0jpn/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v0jpn\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"ing gramamr bot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Grammar-Bot-Elite\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpi\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 916, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5s\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_k2ls9j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/k2ls9j/ing_gramamr_bot/k3v0jpi/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\", \"name\": \"t1_k3v0jpi\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/k2ls9j/ing_gramamr_bot/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"TheOfficialNizmo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jph\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 19, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3ud9bs\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171j9nc\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171j9nc/a/k3v0jph/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171j9nc/a/\", \"name\": \"t1_k3v0jph\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171j9nc/a/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5j\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v0jpm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v0jpm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpc\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5x\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v0jpc/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v0jpc\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpg\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p60\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v0jpg/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v0jpg\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"hello world\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"Decent_Work_4713\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp8\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 11, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7san\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1722q9f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1722q9f/hello_world/k3v0jp8/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\", \"name\": \"t1_k3v0jp8\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1722q9f/hello_world/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"dmilin\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpb\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 22, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uwqvi\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170ser2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170ser2//k3v0jpb/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170ser2//\", \"name\": \"t1_k3v0jpb\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170ser2//\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"dog\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"KAWIKAIGG\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 21, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5i\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_1715byt\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/1715byt/dog/k3v0jp9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/1715byt/dog/\", \"name\": \"t1_k3v0jp9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/1715byt/dog/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\u0026shy;\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"DreamyDude2004_2\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpd\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 28, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5z\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_171z72e\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/171z72e/shy/k3v0jpd/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/171z72e/shy/\", \"name\": \"t1_k3v0jpd\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/171z72e/shy/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"great view 31101\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"kerrazygaming\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jpa\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3uzy54\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_172842m\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/172842m/great_view_31101/k3v0jpa/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/172842m/great_view_31101/\", \"name\": \"t1_k3v0jpa\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1r3cizwomssb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Go\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"23moonpee\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 17, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p5q\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_170k39s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/170k39s/go/k3v0jp7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/170k39s/go/\", \"name\": \"t1_k3v0jp7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/170k39s/go/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2qh23\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Test\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k3v0jp6\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Decent_Work_4713\", \"num_comments\": 109, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_k3u7p66\", \"score\": 1, \"author_fullname\": \"t2_anv99j8c\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \" reply from bot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E reply from bot\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16zqa3j\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r//comments/16zqa3j//k3v0jp6/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r//comments/16zqa3j//\", \"name\": \"t1_k3v0jp6\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696691432.0, \"created_utc\": 1696691432.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r//comments/16zqa3j//\"}}], \"before\": null}}" + }, + "headers": { + "Accept-Ranges": [ + "bytes" + ], + "Cache-Control": [ + "private, max-age=3600" + ], + "Connection": [ + "keep-alive" + ], + "Content-Length": [ + "204679" + ], + "Date": [ + "Sun, 08 Oct 2023 19:41:18 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": [ + "session_tracker=lbopjjrnrkebqjeooc.0.1696794077401.Z0FBQUFBQmxJd1hlRmhqOWFGT1NwcTQ2dXQyTnBiMFIwcFFOWkExT2lDVDlHTGg1MWNwRmYwbnNMNW8zTHgyS3JEOVhZaThPTDEwUE1BeGloZzltM2M0azEyT1Z1Vmo0VHVXVDZQXzBubnJRRG81RzFJM0M4SnFnVFp2bXgtODI0Tkh1aXV6a3BwS2U; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sun, 08-Oct-2023 21:41:18 GMT; secure; SameSite=None; 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" + ], + "access-control-allow-origin": [ + "*" + ], + "access-control-expose-headers": [ + "X-Moose" + ], + "content-type": [ + "application/json; charset=UTF-8" + ], + "x-moose": [ + "majestic" + ], + "x-ratelimit-remaining": [ + "598.0" + ], + "x-ratelimit-reset": [ + "523" + ], + "x-ratelimit-used": [ + "2" + ], + "x-ua-compatible": [ + "IE=edge" + ] + }, + "status": { + "code": 200, + "message": "OK" + }, + "url": "https://oauth.reddit.com/r//comments/?before=t1_k3v0jp3&limit=100&raw_json=1" + } + } + ], + "recorded_with": "betamax/0.8.1" +} diff --git a/tests/integration/cassettes/TestSubredditStreams.test_comments__with_start_after.json b/tests/integration/cassettes/TestSubredditStreams.test_comments__with_start_after.json deleted file mode 100644 index b84bb9c07..000000000 --- a/tests/integration/cassettes/TestSubredditStreams.test_comments__with_start_after.json +++ /dev/null @@ -1,334 +0,0 @@ -{ - "http_interactions": [ - { - "recorded_at": "2023-10-08T08:44:49", - "request": { - "body": { - "encoding": "utf-8", - "string": "grant_type=client_credentials" - }, - "headers": { - "Accept": [ - "*/*" - ], - "Accept-Encoding": [ - "identity" - ], - "Authorization": [ - "Basic " - ], - "Connection": [ - "close" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/x-www-form-urlencoded" - ], - "User-Agent": [ - "praw_py PRAW/7.7.2.dev0 prawcore/2.3.0" - ] - }, - "method": "POST", - "uri": "https://www.reddit.com/api/v1/access_token" - }, - "response": { - "body": { - "encoding": "UTF-8", - "string": "{\"access_token\": \"\", \"token_type\": \"bearer\", \"expires_in\": 86400, \"scope\": \"*\"}" - }, - "headers": { - "Accept-Ranges": [ - "bytes" - ], - "Cache-Control": [ - "private, max-age=3600" - ], - "Connection": [ - "close" - ], - "Content-Length": [ - "822" - ], - "Date": [ - "Sun, 08 Oct 2023 08:44: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=96nwSDoZ9eu5PEkyI5; 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" - ], - "content-type": [ - "application/json; charset=UTF-8" - ], - "x-moose": [ - "majestic" - ], - "x-reddit-loid": [ - "000000000lbxldxphd.2.1696754689206.Z0FBQUFBQmxJbXdCM2RvZGRTRDY3Nkl3dWp0OTJvVmdxM1ExZFFoc0tLdVBLcDUzVXUzT3NGOWRJTUN1alV2Nm1vUnNlSDBkU24wdmM1WXpmSFVlQkRISXpHMDRHdFEtcHBicENmUVYtYUYwUVVwUGlhNlB2b1ZkU3lEYjVZeG5Ddi15VHNXT09RLUo" - ] - }, - "status": { - "code": 200, - "message": "OK" - }, - "url": "https://www.reddit.com/api/v1/access_token" - } - }, - { - "recorded_at": "2023-10-08T08:44:50", - "request": { - "body": { - "encoding": "utf-8", - "string": "" - }, - "headers": { - "Accept": [ - "*/*" - ], - "Accept-Encoding": [ - "identity" - ], - "Authorization": [ - "bearer " - ], - "Connection": [ - "keep-alive" - ], - "Cookie": [ - "edgebucket=96nwSDoZ9eu5PEkyI5" - ], - "User-Agent": [ - "praw_py PRAW/7.7.2.dev0 prawcore/2.3.0" - ] - }, - "method": "GET", - "uri": "https://oauth.reddit.com/r/kakapo/comments/?limit=100&raw_json=1" - }, - "response": { - "body": { - "encoding": "UTF-8", - "string": "{\"kind\": \"Listing\", \"data\": {\"after\": \"t1_igu3eow\", \"dist\": 100, \"modhash\": \"\", \"geo_filter\": \"\", \"children\": [{\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Jackeline_Villegas\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2zpai2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"zenyl\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16wizow\", \"score\": 1, \"author_fullname\": \"t2_bfwod\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"# OP IS A KARMA FARMING BOT\\n\\n[This is the post they copy-pasted, identical same image and title.](https://www.reddit.com/r/kakapo/comments/i6g6dg/good_kakapo_news_james_and_k%C4%81k%C4%81p%C5%8D_dog_duke_have/)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EOP IS A KARMA FARMING BOT\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://www.reddit.com/r/kakapo/comments/i6g6dg/good_kakapo_news_james_and_k%C4%81k%C4%81p%C5%8D_dog_duke_have/\\\"\\u003EThis is the post they copy-pasted, identical same image and title.\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16wizow\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16wizow/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2zpai2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16wizow/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2zpai2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696163707.0, \"created_utc\": 1696163707.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"HarrietteR3487\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2txgg7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"groinbag\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16v5r19\", \"score\": 1, \"author_fullname\": \"t2_i92eo\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Tu meke indeed.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ETu meke indeed.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16v5r19\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2txgg7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2txgg7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696055247.0, \"created_utc\": 1696055247.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"HarrietteR3487\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2pc34z\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheMapesHotel\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16v5r19\", \"score\": 2, \"author_fullname\": \"t2_h6xnt\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Fabulous news, thank you for letting us know!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFabulous news, thank you for letting us know!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16v5r19\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2pc34z/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2pc34z\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695982360.0, \"created_utc\": 1695982360.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2iaxkq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"sandeejs\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 4, \"author_fullname\": \"t2_wscrzf8\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"From what I've seen, they'd spend a lot of time in horny jail.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFrom what I\\u0026#39;ve seen, they\\u0026#39;d spend a lot of time in horny jail.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k2iaxkq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k2iaxkq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695859636.0, \"created_utc\": 1695859636.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 17, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k234mbs\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 17, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Actually, both the Maori people and European settlers kept kakapo as pets, and the Europeans wrote that they were more like dogs than a bird\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EActually, both the Maori people and European settlers kept kakapo as pets, and the Europeans wrote that they were more like dogs than a bird\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k234mbs/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k234mbs\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695610298.0, \"created_utc\": 1695610298.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 11, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k234ijl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"GroundPounder18\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 11, \"author_fullname\": \"t2_339s5x5g\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"No. Friendly and Unable to fly are not the only things that make a good pet.\\n\\nGiven the circumstances around why they are endangered they should stay in the wild. Human interference (aside from the conservation efforts) are big reason why they are endangered today. Making them pets would just encourage illegal poaching for the pet trade (which is common among South American populations of various species of parrots unfortunatly).\", \"edited\": 1695610498.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ENo. Friendly and Unable to fly are not the only things that make a good pet.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EGiven the circumstances around why they are endangered they should stay in the wild. Human interference (aside from the conservation efforts) are big reason why they are endangered today. Making them pets would just encourage illegal poaching for the pet trade (which is common among South American populations of various species of parrots unfortunatly).\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k234ijl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k234ijl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695610251.0, \"created_utc\": 1695610251.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 13, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k21tzo0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"EarthLoveAR\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 13, \"author_fullname\": \"t2_391a83al\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"no. they are picky eaters. also, wild.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eno. they are picky eaters. also, wild.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k21tzo0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k21tzo0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695590728.0, \"created_utc\": 1695590728.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 35, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k21qoiu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"upsidedownorangejuic\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 35, \"author_fullname\": \"t2_bd9fn\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Do you like bass? because that what you have sub woofer... these things are loud.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDo you like bass? because that what you have sub woofer... these things are loud.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k21qoiu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k21qoiu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695589524.0, \"created_utc\": 1695589524.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"These K\\u0101k\\u0101p\\u014d desperately need to bolster their numbers. Clearly they need a wingman. \\ud83c\\udff9 Steve, the feathery yet flightless cupid, is here to help. \\ud83e\\udd9c\\ud83d\\udc95\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Ontheedge_org\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jxe42au\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Ontheedge_org\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jx5zdna\", \"score\": 1, \"author_fullname\": \"t2_624x92jhm\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It is, indeed. The one and only \\ud83d\\ude0a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt is, indeed. The one and only \\ud83d\\ude0a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xcz8s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/jxe42au/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/\", \"name\": \"t1_jxe42au\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692784391.0, \"created_utc\": 1692784391.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/7nb9b0cfshjb1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"This looks so amazing that I can't even express.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": -5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"AmbitiComment377\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jx6mcs7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"AmbitiComment377\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jx6m404\", \"score\": -5, \"author_fullname\": \"t2_g26yl4qj0\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"www.shopday.live/kakapo-starry-night\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"http://www.shopday.live/kakapo-starry-night\\\"\\u003Ewww.shopday.live/kakapo-starry-night\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xir79\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xir79/this_looks_so_amazing_that_i_cant_even_express/jx6mcs7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xir79/this_looks_so_amazing_that_i_cant_even_express/\", \"name\": \"t1_jx6mcs7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692651048.0, \"created_utc\": 1692651048.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/l44qv1cmuijb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"These K\\u0101k\\u0101p\\u014d desperately need to bolster their numbers. Clearly they need a wingman. \\ud83c\\udff9 Steve, the feathery yet flightless cupid, is here to help. \\ud83e\\udd9c\\ud83d\\udc95\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Ontheedge_org\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jx5zdna\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SnipesCC\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_15xcz8s\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Is that Rhys Darby voicing Steve?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIs that Rhys Darby voicing Steve?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xcz8s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/jx5zdna/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/\", \"name\": \"t1_jx5zdna\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692642727.0, \"created_utc\": 1692642727.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/7nb9b0cfshjb1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A flightless parrot is returning to mainland New Zealand after a 40-year absence\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"TungstenChef\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jv3npyq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"EarthLoveAR\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_15juf6q\", \"score\": 4, \"author_fullname\": \"t2_391a83al\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"correction. the HAVE returned! \\u003C3\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ecorrection. the HAVE returned! \\u0026lt;3\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15juf6q\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15juf6q/a_flightless_parrot_is_returning_to_mainland_new/jv3npyq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15juf6q/a_flightless_parrot_is_returning_to_mainland_new/\", \"name\": \"t1_jv3npyq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1691369503.0, \"created_utc\": 1691369503.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.popsci.com/environment/kakapo-parrot-new-zealand/?fbclid=IwAR3uo_qJzXjeGgzg6TZlLvvYp8wwpg-4AbC7VvHUjW79GLoXB9bmgTyQz5Q\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Love it\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"VirgilDixon525\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jrtlgjt\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tchrspest\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_14ymlmj\", \"score\": 1, \"author_fullname\": \"t2_6hwwp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Spam account.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESpam account.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_14ymlmj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/14ymlmj/love_it/jrtlgjt/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/14ymlmj/love_it/\", \"name\": \"t1_jrtlgjt\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1689266302.0, \"created_utc\": 1689266302.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/14ymlmj\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A Kakapo-themed tarot deck on Kickstarter! Even if you aren't into tarot, it's 78 themed drawings of kakapos.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jom0kkj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SnipesCC\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_joldab5\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It's only halfway to goal, so I'm worried it won't reach it.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt\\u0026#39;s only halfway to goal, so I\\u0026#39;m worried it won\\u0026#39;t reach it.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_149r3a6\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/jom0kkj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/\", \"name\": \"t1_jom0kkj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1687112060.0, \"created_utc\": 1687112060.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.kickstarter.com/projects/sswh/kakapo-park-tarot\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A Kakapo-themed tarot deck on Kickstarter! Even if you aren't into tarot, it's 78 themed drawings of kakapos.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"joldab5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"OhSoNotS01mportant\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_149r3a6\", \"score\": 2, \"author_fullname\": \"t2_53x2law2\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Oh my god sign me up\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOh my god sign me up\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_149r3a6\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/joldab5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/\", \"name\": \"t1_joldab5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1687101438.0, \"created_utc\": 1687101438.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.kickstarter.com/projects/sswh/kakapo-park-tarot\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jlha6a2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Alive_Autumn71\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jlf4n1w\", \"score\": 1, \"author_fullname\": \"t2_4iutsvs59\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"samee, they are so cute!!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Esamee, they are so cute!!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jlha6a2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jlha6a2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684962659.0, \"created_utc\": 1684962659.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jlf4n1w\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13ogj0v\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Man i love kakapo's\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMan i love kakapo\\u0026#39;s\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jlf4n1w/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jlf4n1w\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684932724.0, \"created_utc\": 1684932724.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jl575g9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Alive_Autumn71\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jl4ejt4\", \"score\": 2, \"author_fullname\": \"t2_4iutsvs59\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thank you so much! \\u003C33\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThank you so much! \\u0026lt;33\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jl575g9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jl575g9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684755514.0, \"created_utc\": 1684755514.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jl4ejt4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Kakapo117\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13ogj0v\", \"score\": 2, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"So cute, I love it!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESo cute, I love it!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jl4ejt4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jl4ejt4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684732996.0, \"created_utc\": 1684732996.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Thought y'all might appreciate this!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"reserrfs\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jkimu3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SpambotSwatter\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jkgwwda\", \"score\": 3, \"author_fullname\": \"t2_1um5rn9f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey, another bot replied to your comment; /u/aewsa is a scammer! **Do not click any links they share or reply to**. Please downvote their comment and click the `report` button, selecting `Spam` then `Harmful bots`. \\n\\nWith enough reports, the reddit algorithm will suspend this scammer.\\n\\n---\\n\\u003E!^(If this message seems out of context, it may be because aewsa is copying content to farm karma, and deletes their scam activity when called out - Read the pins on my profile for more information.)!\\u003C\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey, another bot replied to your comment; \\u003Ca href=\\\"/u/aewsa\\\"\\u003E/u/aewsa\\u003C/a\\u003E is a scammer! \\u003Cstrong\\u003EDo not click any links they share or reply to\\u003C/strong\\u003E. Please downvote their comment and click the \\u003Ccode\\u003Ereport\\u003C/code\\u003E button, selecting \\u003Ccode\\u003ESpam\\u003C/code\\u003E then \\u003Ccode\\u003EHarmful bots\\u003C/code\\u003E. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWith enough reports, the reddit algorithm will suspend this scammer.\\u003C/p\\u003E\\n\\n\\u003Chr/\\u003E\\n\\n\\u003Cp\\u003E\\u003Cspan class=\\\"md-spoiler-text\\\"\\u003E\\u003Csup\\u003EIf this message seems out of context, it may be because aewsa is copying content to farm karma, and deletes their scam activity when called out - Read the pins on my profile for more information.\\u003C/sup\\u003E\\u003C/span\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_13jsau2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/jkimu3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/\", \"name\": \"t1_jkimu3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684340570.0, \"created_utc\": 1684340570.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/da3ejn40tb0b1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Thought y'all might appreciate this!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 0, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"reserrfs\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jkh2oic\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"East_Confection802\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13jsau2\", \"score\": 0, \"author_fullname\": \"t2_9cv4a2ya\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"LOVE IT\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELOVE IT\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13jsau2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/jkh2oic/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/\", \"name\": \"t1_jkh2oic\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684309970.0, \"created_utc\": 1684309970.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/da3ejn40tb0b1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jk24kk4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"ScalyDestiny\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 2, \"author_fullname\": \"t2_25vpqolo\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"What happened?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhat happened?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jk24kk4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jk24kk4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684021521.0, \"created_utc\": 1684021521.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jk1wfqj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 2, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \":((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E:((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jk1wfqj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jk1wfqj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684017628.0, \"created_utc\": 1684017628.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jjtdcjj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"HippoHoppitus\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 6, \"author_fullname\": \"t2_ugfouye\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"R.I.P.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ER.I.P.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jjtdcjj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jjtdcjj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683853670.0, \"created_utc\": 1683853670.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"kakapo are the best\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cyberpunkat\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj7jd2k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Yanive_amaznive\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13a8buh\", \"score\": 2, \"author_fullname\": \"t2_krnqm1a\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Loveable walking bush\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELoveable walking bush\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13a8buh\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13a8buh/kakapo_are_the_best/jj7jd2k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13a8buh/kakapo_are_the_best/\", \"name\": \"t1_jj7jd2k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683467095.0, \"created_utc\": 1683467095.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/13a8buh\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"So majestic\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj6eb7d\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_uxyejj\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"absolutely majestic\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eabsolutely majestic\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_uxyejj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/uxyejj/so_majestic/jj6eb7d/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/uxyejj/so_majestic/\", \"name\": \"t1_jj6eb7d\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683436392.0, \"created_utc\": 1683436392.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/5u5853aecm191\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"There was a 25% increase in the population of the bulky flightless k\\u0101k\\u0101p\\u014d parrot of New Zealand in the last year. The total is now 252 birds whilst in 2002 there were only 86. With the help of the Ngai Tahu Maori tribe there was a good breeding season and several AI attempts were successful.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5p92t\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wkllh0\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i hope kakapo become not endangered here soon.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei hope kakapo become not endangered here soon.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wkllh0\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wkllh0/there_was_a_25_increase_in_the_population_of_the/jj5p92t/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wkllh0/there_was_a_25_increase_in_the_population_of_the/\", \"name\": \"t1_jj5p92t\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422587.0, \"created_utc\": 1683422587.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.dw.com/en/new-zealands-rare-kakapo-parrot-sees-population-boom/a-62752353\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5ox0c\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"if only kakapo ruled the planet\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eif only kakapo ruled the planet\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/jj5ox0c/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_jj5ox0c\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422431.0, \"created_utc\": 1683422431.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Communist kakapo (made with Dall-e)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Lamakus\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5or5s\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zwf0g4\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i tried to make a whole bunch of kakapo stuff on dall-e but it makes kea instead.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei tried to make a whole bunch of kakapo stuff on dall-e but it makes kea instead.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zwf0g4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/jj5or5s/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/\", \"name\": \"t1_jj5or5s\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422355.0, \"created_utc\": 1683422355.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ym7cqbukbh8a1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Sirocco heard there were snacks\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KimCureAll\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5nui9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cyberpunkat\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13245hy\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"kakapo are the best\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ekakapo are the best\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13245hy\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13245hy/sirocco_heard_there_were_snacks/jj5nui9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13245hy/sirocco_heard_there_were_snacks/\", \"name\": \"t1_jj5nui9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683421911.0, \"created_utc\": 1683421911.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/61oa0r3funwa1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\ud83d\\udd25The Flightless Kakapo.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"jeenrogers\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jin7f1f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"HippoHoppitus\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jikrw4y\", \"score\": 2, \"author_fullname\": \"t2_ugfouye\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"As long as you don't get accidentally shagged by one\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAs long as you don\\u0026#39;t get accidentally shagged by one\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_135dz7f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/135dz7f/the_flightless_kakapo/jin7f1f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/135dz7f/the_flightless_kakapo/\", \"name\": \"t1_jin7f1f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683078906.0, \"created_utc\": 1683078906.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/he338f9p0cxa1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\ud83d\\udd25The Flightless Kakapo.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"jeenrogers\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jikrw4y\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"PanicAffectionate693\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_135dz7f\", \"score\": 4, \"author_fullname\": \"t2_hhkewzgq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Whenever I see a kakapo, a part of my brain is convinced I'll touch and hold one someday, no matter what statistics I bring up to argue with myself\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhenever I see a kakapo, a part of my brain is convinced I\\u0026#39;ll touch and hold one someday, no matter what statistics I bring up to argue with myself\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_135dz7f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/135dz7f/the_flightless_kakapo/jikrw4y/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/135dz7f/the_flightless_kakapo/\", \"name\": \"t1_jikrw4y\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683042897.0, \"created_utc\": 1683042897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/he338f9p0cxa1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I'm so pleased with how it came out!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Nomitasarker\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg5ed2r\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SpambotSwatter\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_12l1fs4\", \"score\": 1, \"author_fullname\": \"t2_1um5rn9f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"/u/Nomitasarker is a scammer! **Do not click any links they or anyone in this post shares**. Please downvote this post and click the `report` button, selecting `Spam` then `Harmful bots`. \\n\\nWith enough reports, the reddit algorithm will suspend this scammer.\\n\\n^(*Confused?* Read the pins on my profile for more information.)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"/u/Nomitasarker\\\"\\u003E/u/Nomitasarker\\u003C/a\\u003E is a scammer! \\u003Cstrong\\u003EDo not click any links they or anyone in this post shares\\u003C/strong\\u003E. Please downvote this post and click the \\u003Ccode\\u003Ereport\\u003C/code\\u003E button, selecting \\u003Ccode\\u003ESpam\\u003C/code\\u003E then \\u003Ccode\\u003EHarmful bots\\u003C/code\\u003E. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWith enough reports, the reddit algorithm will suspend this scammer.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E\\u003Cem\\u003EConfused?\\u003C/em\\u003E Read the pins on my profile for more information.\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_12l1fs4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/jg5ed2r/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/\", \"name\": \"t1_jg5ed2r\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681422062.0, \"created_utc\": 1681422062.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/423ebp70ipta1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I'm so pleased with how it came out!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Nomitasarker\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg59j0e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SnipesCC\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_12l1fs4\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Are you selling prints?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAre you selling prints?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_12l1fs4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/jg59j0e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/\", \"name\": \"t1_jg59j0e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681420127.0, \"created_utc\": 1681420127.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/423ebp70ipta1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg1vkke\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"JoJoer19394\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11fas50\", \"score\": 1, \"author_fullname\": \"t2_ufg9ear5\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"K a k a p o\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EK a k a p o\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jg1vkke/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jg1vkke\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681357810.0, \"created_utc\": 1681357810.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo apple 2\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcswc9j\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"DonTong\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11dm0hb\", \"score\": 1, \"author_fullname\": \"t2_ansucoiw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Electric boogaloo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EElectric boogaloo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11dm0hb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11dm0hb/kakapo_apple_2/jcswc9j/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11dm0hb/kakapo_apple_2/\", \"name\": \"t1_jcswc9j\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679215976.0, \"created_utc\": 1679215976.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8n96c8n4kska1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jckbftl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcha1g7\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's ok. Everyone makes silly little mistakes sometimes. \\ud83e\\udec2\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s ok. Everyone makes silly little mistakes sometimes. \\ud83e\\udec2\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jckbftl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jckbftl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679060277.0, \"created_utc\": 1679060277.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcjm6wr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Nowayman1414\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 4, \"author_fullname\": \"t2_iwanyau9\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"\\u2764\\ufe0f\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u2764\\ufe0f\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcjm6wr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcjm6wr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679044034.0, \"created_utc\": 1679044034.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcjd4cp\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Trustadz\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 5, \"author_fullname\": \"t2_12brua\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"This is so cute!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThis is so cute!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcjd4cp/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcjd4cp\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679036112.0, \"created_utc\": 1679036112.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcj1l7x\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"genovaheroo\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 7, \"author_fullname\": \"t2_208oggrh\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Amazing!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAmazing!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcj1l7x/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcj1l7x\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679027746.0, \"created_utc\": 1679027746.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcha1g7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"ItsFelixMcCoy\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcft6ac\", \"score\": 1, \"author_fullname\": \"t2_2v4lvjhw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I feel so stupid\\u2026\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI feel so stupid\\u2026\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcha1g7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcha1g7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678999095.0, \"created_utc\": 1678999095.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcft6ac\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcf1veq\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I am not OP, but you can reply to OP's comment though.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI am not OP, but you can reply to OP\\u0026#39;s comment though.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcft6ac/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcft6ac\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678979031.0, \"created_utc\": 1678979031.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcf1veq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"ItsFelixMcCoy\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jaqqvf2\", \"score\": 1, \"author_fullname\": \"t2_2v4lvjhw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"More important question, how the hell did you find that?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMore important question, how the hell did you find that?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcf1veq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcf1veq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678965911.0, \"created_utc\": 1678965911.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcd81zm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Nowayman1414\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 2, \"author_fullname\": \"t2_iwanyau9\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"He snacc\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHe snacc\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jcd81zm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jcd81zm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678925100.0, \"created_utc\": 1678925100.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jaqqvf2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jal8ab0\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thank you! \\ud83d\\udc9a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThank you! \\ud83d\\udc9a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jaqqvf2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jaqqvf2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677842021.0, \"created_utc\": 1677842021.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jal8ab0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"catchthelight\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jakdqqm\", \"score\": 5, \"author_fullname\": \"t2_r0nkp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"https://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"https://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\\\"\\u003Ehttps://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jal8ab0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jal8ab0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677735552.0, \"created_utc\": 1677735552.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jakdqqm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11fas50\", \"score\": 4, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's awesome! Do you have the coordinates?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s awesome! Do you have the coordinates?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jakdqqm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jakdqqm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677720435.0, \"created_utc\": 1677720435.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jafzc3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"sandeejs\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jaf0vhn\", \"score\": 4, \"author_fullname\": \"t2_wscrzf8\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Or one of their chicks...\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOr one of their chicks...\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jafzc3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jafzc3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677642623.0, \"created_utc\": 1677642623.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 15, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jaf0vhn\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"TungstenChef\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 15, \"author_fullname\": \"t2_9l6oreuc\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's just Sirocco inquiring if by any chance they have seen his long-lost love, the photographer.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s just Sirocco inquiring if by any chance they have seen his long-lost love, the photographer.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jaf0vhn/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jaf0vhn\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677626977.0, \"created_utc\": 1677626977.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jae3phq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"wiseones\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 6, \"author_fullname\": \"t2_789le\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Living the dream!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELiving the dream!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jae3phq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jae3phq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677613776.0, \"created_utc\": 1677613776.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jad9v1p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Hamiltonswaterbreaks\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 7, \"author_fullname\": \"t2_2959qk8f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Kakaponacroc!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EKakaponacroc!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jad9v1p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jad9v1p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677602484.0, \"created_utc\": 1677602484.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"total_awards_received\": 0, \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"awarders\": [], \"mod_reason_by\": null, \"banned_by\": null, \"removal_reason\": null, \"link_id\": \"t3_10tecl3\", \"author_flair_template_id\": null, \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7ywh1g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"[deleted]\", \"num_comments\": 4, \"edited\": false, \"can_mod_post\": false, \"created_utc\": 1676029850.0, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 1, \"approved_by\": null, \"over_18\": false, \"treatment_tags\": [], \"mod_note\": null, \"all_awardings\": [], \"subreddit_id\": \"t5_2wd1h\", \"body\": \"Dat face...!!!!\\ud83e\\udd70\\ud83e\\udd70\\ud83e\\udd70\", \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"author_flair_css_class\": null, \"name\": \"t1_j7ywh1g\", \"locked\": false, \"downs\": 0, \"is_submitter\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDat face...!!!!\\ud83e\\udd70\\ud83e\\udd70\\ud83e\\udd70\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"can_gild\": false, \"top_awarded_type\": null, \"unrepliable_reason\": null, \"author_flair_text_color\": \"dark\", \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j7ywh1g/\", \"num_reports\": null, \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"report_reasons\": null, \"link_author\": \"cnzmur\", \"subreddit\": \"kakapo\", \"author_flair_text\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\", \"created\": 1676029850.0, \"collapsed\": false, \"subreddit_name_prefixed\": \"r/kakapo\", \"controversiality\": 0, \"author_flair_background_color\": \"\", \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"subreddit_type\": \"public\", \"ups\": 1}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo with apple \\ud83c\\udf4e\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7u0jao\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"leSageDeMontcuq\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_108c01x\", \"score\": 2, \"author_fullname\": \"t2_qhpmz151\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Kakapple\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EKakapple\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_108c01x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/108c01x/kakapo_with_apple/j7u0jao/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/108c01x/kakapo_with_apple/\", \"name\": \"t1_j7u0jao\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675944076.0, \"created_utc\": 1675944076.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/9nw95ma6e8ba1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7afb56\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"rustyraccoon\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 4, \"author_fullname\": \"t2_3ll5m\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"omg\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eomg\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j7afb56/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j7afb56\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675586823.0, \"created_utc\": 1675586823.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 10, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j79m9iu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"goodgodling\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 10, \"author_fullname\": \"t2_il827\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Well, this is the cu thing I've ever seen.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWell, this is the cu thing I\\u0026#39;ve ever seen.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j79m9iu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j79m9iu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675567250.0, \"created_utc\": 1675567250.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j77dcip\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"KieDaPie\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 4, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Aww cutie\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAww cutie\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j77dcip/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j77dcip\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675531025.0, \"created_utc\": 1675531025.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I thought that was a tiny kakapo for a second. I imagine kakapo would make great pets if they were more prevalent\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j762cb0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"IndividualParsnip236\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10sq97x\", \"score\": 1, \"author_fullname\": \"t2_h50xzk6y\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I want one too...\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI want one too...\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10sq97x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10sq97x/i_thought_that_was_a_tiny_kakapo_for_a_second_i/j762cb0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10sq97x/i_thought_that_was_a_tiny_kakapo_for_a_second_i/\", \"name\": \"t1_j762cb0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675505054.0, \"created_utc\": 1675505054.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/ya5t8ejojwfa1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7414x2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"thelivingshitpost\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_tflwpjy\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"My first question is *how did it even get in the US*\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMy first question is \\u003Cem\\u003Ehow did it even get in the US\\u003C/em\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/j7414x2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_j7414x2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675463233.0, \"created_utc\": 1675463233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo Dance\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j6bg7q1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"PanicAffectionate693\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10nwwrp\", \"score\": 2, \"author_fullname\": \"t2_hhkewzgq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Syncs well with gabber music\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESyncs well with gabber music\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10nwwrp\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10nwwrp/kakapo_dance/j6bg7q1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10nwwrp/kakapo_dance/\", \"name\": \"t1_j6bg7q1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1674962413.0, \"created_utc\": 1674962413.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/ze94b36zlrea1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo with apple \\ud83c\\udf4e\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j466twq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"RigilMusic\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_108c01x\", \"score\": 2, \"author_fullname\": \"t2_gkme3qg3\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Having a little chew!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHaving a little chew!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_108c01x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/108c01x/kakapo_with_apple/j466twq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/108c01x/kakapo_with_apple/\", \"name\": \"t1_j466twq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1673615756.0, \"created_utc\": 1673615756.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/9nw95ma6e8ba1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Communist kakapo (made with Dall-e)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Lamakus\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1wtrrf\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"pick_on_the_moon\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zwf0g4\", \"score\": 2, \"author_fullname\": \"t2_1z0i7i0u\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Comrades hear me, no healthy bio-diversity under capitalism. Free yourselves of the chains that bind you\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EComrades hear me, no healthy bio-diversity under capitalism. Free yourselves of the chains that bind you\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zwf0g4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/j1wtrrf/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/\", \"name\": \"t1_j1wtrrf\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1672185731.0, \"created_utc\": 1672185731.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ym7cqbukbh8a1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1cq9el\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Oh fuck, they know!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOh fuck, they know!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/j1cq9el/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_j1cq9el\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671787457.0, \"created_utc\": 1671787457.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Discord chat for Kakapo and other Nz birds! Created by me!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1cad82\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zsyyxj\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Sure\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESure\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zsyyxj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/j1cad82/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/\", \"name\": \"t1_j1cad82\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671775530.0, \"created_utc\": 1671775530.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"More kakapo AI\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j12u3qc\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zqqnvg\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Picakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EPicakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zqqnvg\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zqqnvg/more_kakapo_ai/j12u3qc/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zqqnvg/more_kakapo_ai/\", \"name\": \"t1_j12u3qc\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671605123.0, \"created_utc\": 1671605123.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/7bwyh9u7i27a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"More kakapo AI\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j12p6a1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"weeeee_plonk\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zqqnvg\", \"score\": 2, \"author_fullname\": \"t2_63pxv\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I love kakapo but I don't think we should be promoting AI generated art as it's generally acknowledged that the AI are trained on stolen art. \\n\\nhttps://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI love kakapo but I don\\u0026#39;t think we should be promoting AI generated art as it\\u0026#39;s generally acknowledged that the AI are trained on stolen art. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\\\"\\u003Ehttps://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zqqnvg\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zqqnvg/more_kakapo_ai/j12p6a1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zqqnvg/more_kakapo_ai/\", \"name\": \"t1_j12p6a1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671601758.0, \"created_utc\": 1671601758.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/7bwyh9u7i27a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"AI image of kakapo working out\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j0wdqiz\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"KieDaPie\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zpxwht\", \"score\": 3, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"The right way to use ai ^\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThe right way to use ai ^\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zpxwht\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zpxwht/ai_image_of_kakapo_working_out/j0wdqiz/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zpxwht/ai_image_of_kakapo_working_out/\", \"name\": \"t1_j0wdqiz\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671488861.0, \"created_utc\": 1671488861.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/zpxwht\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapos Bird\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"LachelleCheek\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iwoxcqs\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"catchthelight\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iwl0tdk\", \"score\": 3, \"author_fullname\": \"t2_r0nkp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Also, plural of k\\u0101k\\u0101p\\u014d is k\\u0101k\\u0101p\\u014d, not k\\u0101k\\u0101p\\u014ds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAlso, plural of k\\u0101k\\u0101p\\u014d is k\\u0101k\\u0101p\\u014d, not k\\u0101k\\u0101p\\u014ds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_yws7na\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/yws7na/kakapos_bird/iwoxcqs/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/yws7na/kakapos_bird/\", \"name\": \"t1_iwoxcqs\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1668666616.0, \"created_utc\": 1668666616.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/yws7na\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapos Bird\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 12, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"LachelleCheek\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iwl0tdk\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"paperwhitey\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_yws7na\", \"score\": 12, \"author_fullname\": \"t2_j8p29\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"#OP IS A SCAMMER\\n\\nOP **LachelleCheek** is a SCAMMER that **STEALS DESIGNS** from legitimate sources and creates **BOOTLEG** merch.\\n\\nPlease be careful of any links you get in private messages!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EOP IS A SCAMMER\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003EOP \\u003Cstrong\\u003ELachelleCheek\\u003C/strong\\u003E is a SCAMMER that \\u003Cstrong\\u003ESTEALS DESIGNS\\u003C/strong\\u003E from legitimate sources and creates \\u003Cstrong\\u003EBOOTLEG\\u003C/strong\\u003E merch.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EPlease be careful of any links you get in private messages!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_yws7na\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/yws7na/kakapos_bird/iwl0tdk/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/yws7na/kakapos_bird/\", \"name\": \"t1_iwl0tdk\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1668602464.0, \"created_utc\": 1668602464.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/yws7na\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just gotta show off my new \\u201cbaseball\\u201d card :)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shiny_Rattata\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iltg81g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Kakapo117\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wxu25a\", \"score\": 3, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yoo, that\\u2019s so cool! Reminds me of the Kakapo bookmarks I used to collect\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYoo, that\\u2019s so cool! Reminds me of the Kakapo bookmarks I used to collect\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wxu25a\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wxu25a/just_gotta_show_off_my_new_baseball_card/iltg81g/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wxu25a/just_gotta_show_off_my_new_baseball_card/\", \"name\": \"t1_iltg81g\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1661479836.0, \"created_utc\": 1661479836.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wxt5t8\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"https://t.me/+BeMyVeeaRUZmNWM0\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iktcd3d\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"MulleMekish\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wrnzrk\", \"score\": 1, \"author_fullname\": \"t2_oc04lvfr\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"https://t.me/+BeMyVeeaRUZmNWM0\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"https://t.me/+BeMyVeeaRUZmNWM0\\\"\\u003Ehttps://t.me/+BeMyVeeaRUZmNWM0\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wrnzrk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/iktcd3d/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/\", \"name\": \"t1_iktcd3d\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660840630.0, \"created_utc\": 1660840630.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"kakapo painted by Van Gogh\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Garlaach\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ijvhdgl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wlkxx7\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Neis\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ENeis\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wlkxx7\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wlkxx7/kakapo_painted_by_van_gogh/ijvhdgl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wlkxx7/kakapo_painted_by_van_gogh/\", \"name\": \"t1_ijvhdgl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660234743.0, \"created_utc\": 1660234743.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wlb3l4\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"There are more people in this sub than kakapos in the world \\ud83e\\udd7a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"BayHarbour-Butcher\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ijjows1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Trustadz\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wj6z5t\", \"score\": 4, \"author_fullname\": \"t2_12brua\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"If I could make more kakapo I would. But alas, even if they tried I can't. And seeing the party parrot, he does try.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIf I could make more kakapo I would. But alas, even if they tried I can\\u0026#39;t. And seeing the party parrot, he does try.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wj6z5t\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/ijjows1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/\", \"name\": \"t1_ijjows1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660024970.0, \"created_utc\": 1660024970.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij2ymkj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Kakapo117\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 2, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yooooo that\\u2019s so amazing! I\\u2019m looking for one right now\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYooooo that\\u2019s so amazing! I\\u2019m looking for one right now\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/ij2ymkj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_ij2ymkj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659721849.0, \"created_utc\": 1659721849.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij163nl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"PappaNee\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 1, \"author_fullname\": \"t2_26uwu0fs\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Badass!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EBadass!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/ij163nl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_ij163nl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659691060.0, \"created_utc\": 1659691060.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij0g4ps\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"alt-goldgrun\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iixdbf1\", \"score\": 1, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey kakapo is blessed so the kakapofication of other animals is blessed no cursed\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey kakapo is blessed so the kakapofication of other animals is blessed no cursed\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/ij0g4ps/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_ij0g4ps\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659672547.0, \"created_utc\": 1659672547.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iizop17\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Unicarnivore\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiyeh5f\", \"score\": 1, \"author_fullname\": \"t2_78457dtz\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yeah i tried to get one awhile back when my friend showed me but they were all gone ;-;\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYeah i tried to get one awhile back when my friend showed me but they were all gone ;-;\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iizop17/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iizop17\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659659576.0, \"created_utc\": 1659659576.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiz10ft\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Effective-Okra\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 4, \"author_fullname\": \"t2_3g3annvb\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I \\u2764\\ufe0f\\u2764\\ufe0f\\u2764\\ufe0f the top hat on this bird. So, dapper. \\n\\nr/partyparrot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI \\u2764\\ufe0f\\u2764\\ufe0f\\u2764\\ufe0f the top hat on this bird. So, dapper. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"/r/partyparrot\\\"\\u003Er/partyparrot\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiz10ft/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiz10ft\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659649444.0, \"created_utc\": 1659649444.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 0, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiyex9e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiyeh5f\", \"score\": 0, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Ok\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOk\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiyex9e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiyex9e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640860.0, \"created_utc\": 1659640860.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiyeh5f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiye9ql\", \"score\": 5, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Set number is 910017. Can't buy via lego website. Think only available from secondary resellers now\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESet number is 910017. Can\\u0026#39;t buy via lego website. Think only available from secondary resellers now\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiyeh5f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiyeh5f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640692.0, \"created_utc\": 1659640692.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiye9ql\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiye59n\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Imma look\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EImma look\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiye9ql/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiye9ql\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640615.0, \"created_utc\": 1659640615.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiye59n\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiydttr\", \"score\": 7, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yes. Lego released from the Bricklink Designer Program if im not mistaken\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYes. Lego released from the Bricklink Designer Program if im not mistaken\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiye59n/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiye59n\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640568.0, \"created_utc\": 1659640568.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiydttr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 5, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Official?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOfficial?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiydttr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiydttr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640449.0, \"created_utc\": 1659640449.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiybtf5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiy9tgx\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yes, i once tried kakapo shrek, and it was just kakapo\\nIts somehow hard to find interesting stuff with kakapo and craion beside the kakapo's themselves\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYes, i once tried kakapo shrek, and it was just kakapo\\nIts somehow hard to find interesting stuff with kakapo and craion beside the kakapo\\u0026#39;s themselves\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiybtf5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiybtf5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659639689.0, \"created_utc\": 1659639689.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiy9tgx\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"alt-goldgrun\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiwzl3k\", \"score\": 1, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I have seen more craiyon in various subs but yea. Most of the things I try don't work tho it just gives back normal kakapo pics\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI have seen more craiyon in various subs but yea. Most of the things I try don\\u0026#39;t work tho it just gives back normal kakapo pics\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiy9tgx/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiy9tgx\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659638944.0, \"created_utc\": 1659638944.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiy4nuo\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 3, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thanks, I believe, to u/themfledge\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThanks, I believe, to \\u003Ca href=\\\"/u/themfledge\\\"\\u003Eu/themfledge\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiy4nuo/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiy4nuo\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659637001.0, \"created_utc\": 1659637001.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iixdbf1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"KieDaPie\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wfuzge\", \"score\": 2, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i think... just the sheer cursed appearance of these kakapos will keep predators away. still won't get em laid tho.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei think... just the sheer cursed appearance of these kakapos will keep predators away. still won\\u0026#39;t get em laid tho.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iixdbf1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iixdbf1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659626691.0, \"created_utc\": 1659626691.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiwzl3k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wfuzge\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Did you try this out because of my chonky kakapo post. Also cool kakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDid you try this out because of my chonky kakapo post. Also cool kakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiwzl3k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiwzl3k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659621158.0, \"created_utc\": 1659621158.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Evohe-A1-2022 returned to Whenua Hou after a battle with aspergillosis (@takapodigs)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iim6r6p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_we3s0p\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Cool kakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ECool kakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_we3s0p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/we3s0p/evohea12022_returned_to_whenua_hou_after_a_battle/iim6r6p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/we3s0p/evohea12022_returned_to_whenua_hou_after_a_battle/\", \"name\": \"t1_iim6r6p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659425609.0, \"created_utc\": 1659425609.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/s2z4vdvvp8f91.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 8, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"ShannonFrancis4\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihwp17f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SKYE-SCYTHE\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w9jf5v\", \"score\": 8, \"author_fullname\": \"t2_7owxtsq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"#DO NOT CLICK ON ANY LINKS OP POSTS OR PURCHASE ITEMS\\n\\nOP is a bot that posts links to t-shirt scams.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EDO NOT CLICK ON ANY LINKS OP POSTS OR PURCHASE ITEMS\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003EOP is a bot that posts links to t-shirt scams.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w9jf5v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w9jf5v/kakapo/ihwp17f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w9jf5v/kakapo/\", \"name\": \"t1_ihwp17f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658957626.0, \"created_utc\": 1658957626.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/w9jf5v\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihsa6ae\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihp82if\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Lol\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELol\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihsa6ae/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihsa6ae\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658879795.0, \"created_utc\": 1658879795.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihr2jh8\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"alt-goldgrun\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 3, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Such chonky avocado chicken I love himb\", \"edited\": 1658911379.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESuch chonky avocado chicken I love himb\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihr2jh8/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihr2jh8\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658862233.0, \"created_utc\": 1658862233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihp82if\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihowedf\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"He going to choke you by sitting on you\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHe going to choke you by sitting on you\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihp82if/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihp82if\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658833686.0, \"created_utc\": 1658833686.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihp813s\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tha_Kakapo\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihn4m4p\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Basically\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EBasically\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihp813s/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihp813s\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658833659.0, \"created_utc\": 1658833659.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihowedf\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 3, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It's kind of uncanny. Haha\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt\\u0026#39;s kind of uncanny. Haha\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihowedf/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihowedf\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658824691.0, \"created_utc\": 1658824691.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihnpvn9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"llamalord478\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihnlu70\", \"score\": 6, \"author_fullname\": \"t2_60vw5zcu\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"You know what they say, AI ads 10 pounds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYou know what they say, AI ads 10 pounds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihnpvn9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihnpvn9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658799211.0, \"created_utc\": 1658799211.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihnlu70\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Cytokine_storm\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihn4m4p\", \"score\": 7, \"author_fullname\": \"t2_6ls27\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I mean the AI picture is *slightly* fatter!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI mean the AI picture is \\u003Cem\\u003Eslightly\\u003C/em\\u003E fatter!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihnlu70/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihnlu70\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658797409.0, \"created_utc\": 1658797409.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 9, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihn4m4p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Newtosaur12\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 9, \"author_fullname\": \"t2_3dn9acbv\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Lol so just a normal kakapo?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELol so just a normal kakapo?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihn4m4p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihn4m4p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658789808.0, \"created_utc\": 1658789808.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d chicks recovering at Dunedin Wildlife Hospital and soon to be released\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"nilnz\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iha4cmr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"cowrie11\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w547wv\", \"score\": 1, \"author_fullname\": \"t2_1elklqvi\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"This is awesome to hear! Slowly, but surely \\ud83d\\ude0a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThis is awesome to hear! Slowly, but surely \\ud83d\\ude0a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w547wv\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/iha4cmr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/\", \"name\": \"t1_iha4cmr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658547897.0, \"created_utc\": 1658547897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d chicks recovering at Dunedin Wildlife Hospital and soon to be released\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"nilnz\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ih5u5f4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"llamalord478\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w547wv\", \"score\": 1, \"author_fullname\": \"t2_60vw5zcu\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I hope the population is on the mend\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI hope the population is on the mend\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w547wv\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/ih5u5f4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/\", \"name\": \"t1_ih5u5f4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658475546.0, \"created_utc\": 1658475546.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/w547wv/k\\u0101k\\u0101p\\u014d_chicks_recovering_at_dunedin_wildlife/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d population at its highest in almost 50 years\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"igu3eow\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"alt-goldgrun\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_igrasbm\", \"score\": 2, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Rimu berry smoothie toast to the revival of kakakind\\ud83e\\udd42\", \"edited\": 1658269580.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ERimu berry smoothie toast to the revival of kakakind\\ud83e\\udd42\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w2o8cb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w2o8cb/k\\u0101k\\u0101p\\u014d_population_at_its_highest_in_almost_50/igu3eow/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w2o8cb/k\\u0101k\\u0101p\\u014d_population_at_its_highest_in_almost_50/\", \"name\": \"t1_igu3eow\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658267233.0, \"created_utc\": 1658267233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.rnz.co.nz/news/national/471219/kakapo-population-at-its-highest-in-almost-50-years\"}}], \"before\": null}}" - }, - "headers": { - "Accept-Ranges": [ - "bytes" - ], - "Cache-Control": [ - "private, max-age=3600" - ], - "Connection": [ - "keep-alive" - ], - "Content-Length": [ - "223551" - ], - "Date": [ - "Sun, 08 Oct 2023 08:44: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=000000000lbxldxphd.2.1696754689206.Z0FBQUFBQmxJbXdCZnl1Vi1idU44UlNRUUlXU0x5dDU3U2JQMmgtSE1jaFpsamZWT2J2QU1MT1VtVk5CRVpMQWVwcm54MnhoWmllODNYSzA5YmZYTDhtZkQ2dlFSVjcyekZ0ZXcxMHhZb3dTRmVweUJsSWJSdk1VZkxmSXFncXhseDB3STFBX1lfYjE; Domain=reddit.com; Max-Age=63071999; Path=/; expires=Tue, 07-Oct-2025 08:44:49 GMT; secure; SameSite=None; Secure", - "session_tracker=nboarkohqdbfjppndp.0.1696754689426.Z0FBQUFBQmxJbXdCalVEajBYamxkeTJKOHRfa2pyazZ5OXFaRkJZV19xaEpNSUwydTlrNkZaRjU0aFdqQXBtTWFwUjNQam1TckFzMHBEMFNkODk3cXhsNDIzakdqSDBWSG81cTlCN0c3WWtDb1plNTlMcVY5alFFRmtMQzZySGlWZ2JLX2w4MDlFVkM; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sun, 08-Oct-2023 10:44: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" - ], - "access-control-allow-origin": [ - "*" - ], - "access-control-expose-headers": [ - "X-Moose" - ], - "content-type": [ - "application/json; charset=UTF-8" - ], - "x-moose": [ - "majestic" - ], - "x-ratelimit-remaining": [ - "597.0" - ], - "x-ratelimit-reset": [ - "311" - ], - "x-ratelimit-used": [ - "3" - ], - "x-ua-compatible": [ - "IE=edge" - ] - }, - "status": { - "code": 200, - "message": "OK" - }, - "url": "https://oauth.reddit.com/r/kakapo/comments/?limit=100&raw_json=1" - } - }, - { - "recorded_at": "2023-10-08T08:44:50", - "request": { - "body": { - "encoding": "utf-8", - "string": "" - }, - "headers": { - "Accept": [ - "*/*" - ], - "Accept-Encoding": [ - "identity" - ], - "Authorization": [ - "bearer " - ], - "Connection": [ - "keep-alive" - ], - "Cookie": [ - "csv=2; edgebucket=96nwSDoZ9eu5PEkyI5; loid=000000000lbxldxphd.2.1696754689206.Z0FBQUFBQmxJbXdCZnl1Vi1idU44UlNRUUlXU0x5dDU3U2JQMmgtSE1jaFpsamZWT2J2QU1MT1VtVk5CRVpMQWVwcm54MnhoWmllODNYSzA5YmZYTDhtZkQ2dlFSVjcyekZ0ZXcxMHhZb3dTRmVweUJsSWJSdk1VZkxmSXFncXhseDB3STFBX1lfYjE; session_tracker=nboarkohqdbfjppndp.0.1696754689426.Z0FBQUFBQmxJbXdCalVEajBYamxkeTJKOHRfa2pyazZ5OXFaRkJZV19xaEpNSUwydTlrNkZaRjU0aFdqQXBtTWFwUjNQam1TckFzMHBEMFNkODk3cXhsNDIzakdqSDBWSG81cTlCN0c3WWtDb1plNTlMcVY5alFFRmtMQzZySGlWZ2JLX2w4MDlFVkM" - ], - "User-Agent": [ - "praw_py PRAW/7.7.2.dev0 prawcore/2.3.0" - ] - }, - "method": "GET", - "uri": "https://oauth.reddit.com/r/kakapo/comments/?before=t1_ihnlu70&limit=100&raw_json=1" - }, - "response": { - "body": { - "encoding": "UTF-8", - "string": "{\"kind\": \"Listing\", \"data\": {\"after\": null, \"dist\": 95, \"modhash\": \"\", \"geo_filter\": \"\", \"children\": [{\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Jackeline_Villegas\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2zpai2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"zenyl\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16wizow\", \"score\": 1, \"author_fullname\": \"t2_bfwod\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"# OP IS A KARMA FARMING BOT\\n\\n[This is the post they copy-pasted, identical same image and title.](https://www.reddit.com/r/kakapo/comments/i6g6dg/good_kakapo_news_james_and_k%C4%81k%C4%81p%C5%8D_dog_duke_have/)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EOP IS A KARMA FARMING BOT\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://www.reddit.com/r/kakapo/comments/i6g6dg/good_kakapo_news_james_and_k%C4%81k%C4%81p%C5%8D_dog_duke_have/\\\"\\u003EThis is the post they copy-pasted, identical same image and title.\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16wizow\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16wizow/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2zpai2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16wizow/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2zpai2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696163707.0, \"created_utc\": 1696163707.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"HarrietteR3487\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2txgg7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"groinbag\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16v5r19\", \"score\": 1, \"author_fullname\": \"t2_i92eo\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Tu meke indeed.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ETu meke indeed.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16v5r19\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2txgg7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2txgg7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1696055247.0, \"created_utc\": 1696055247.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Good #kakapo news: James and k\\u0101k\\u0101p\\u014d dog Duke have found Tumeke, who was missing on Whenua Hou with a failed transmitter\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"HarrietteR3487\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2pc34z\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"TheMapesHotel\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16v5r19\", \"score\": 2, \"author_fullname\": \"t2_h6xnt\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Fabulous news, thank you for letting us know!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFabulous news, thank you for letting us know!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16v5r19\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/k2pc34z/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16v5r19/good_kakapo_news_james_and_k\\u0101k\\u0101p\\u014d_dog_duke_have/\", \"name\": \"t1_k2pc34z\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695982360.0, \"created_utc\": 1695982360.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/w1vkl5241rf51.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k2iaxkq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"sandeejs\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 5, \"author_fullname\": \"t2_wscrzf8\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"From what I've seen, they'd spend a lot of time in horny jail.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EFrom what I\\u0026#39;ve seen, they\\u0026#39;d spend a lot of time in horny jail.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k2iaxkq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k2iaxkq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695859636.0, \"created_utc\": 1695859636.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 15, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k234mbs\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 15, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Actually, both the Maori people and European settlers kept kakapo as pets, and the Europeans wrote that they were more like dogs than a bird\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EActually, both the Maori people and European settlers kept kakapo as pets, and the Europeans wrote that they were more like dogs than a bird\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k234mbs/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k234mbs\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695610298.0, \"created_utc\": 1695610298.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 8, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k234ijl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"GroundPounder18\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 8, \"author_fullname\": \"t2_339s5x5g\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"No. Friendly and Unable to fly are not the only things that make a good pet.\\n\\nGiven the circumstances around why they are endangered they should stay in the wild. Human interference (aside from the conservation efforts) are big reason why they are endangered today. Making them pets would just encourage illegal poaching for the pet trade (which is common among South American populations of various species of parrots unfortunatly).\", \"edited\": 1695610498.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ENo. Friendly and Unable to fly are not the only things that make a good pet.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EGiven the circumstances around why they are endangered they should stay in the wild. Human interference (aside from the conservation efforts) are big reason why they are endangered today. Making them pets would just encourage illegal poaching for the pet trade (which is common among South American populations of various species of parrots unfortunatly).\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k234ijl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k234ijl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695610251.0, \"created_utc\": 1695610251.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 15, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k21tzo0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"EarthLoveAR\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 15, \"author_fullname\": \"t2_391a83al\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"no. they are picky eaters. also, wild.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eno. they are picky eaters. also, wild.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k21tzo0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k21tzo0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695590728.0, \"created_utc\": 1695590728.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Whould Kakapo make good pets? Of course that whouldnt happen in a long long time due to their threathened status but lets say there were thousands. I hear Kakapo are really friendly and curios and them being unable to fly sounds like they whould make really good pets.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 35, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Hawk_Man117\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"k21qoiu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"upsidedownorangejuic\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_16qvb10\", \"score\": 35, \"author_fullname\": \"t2_bd9fn\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Do you like bass? because that what you have sub woofer... these things are loud.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDo you like bass? because that what you have sub woofer... these things are loud.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_16qvb10\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/k21qoiu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/16qvb10/whould_kakapo_make_good_pets_of_course_that/\", \"name\": \"t1_k21qoiu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1695589524.0, \"created_utc\": 1695589524.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/xl3lhu16u6qb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"These K\\u0101k\\u0101p\\u014d desperately need to bolster their numbers. Clearly they need a wingman. \\ud83c\\udff9 Steve, the feathery yet flightless cupid, is here to help. \\ud83e\\udd9c\\ud83d\\udc95\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Ontheedge_org\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jxe42au\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Ontheedge_org\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jx5zdna\", \"score\": 1, \"author_fullname\": \"t2_624x92jhm\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It is, indeed. The one and only \\ud83d\\ude0a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt is, indeed. The one and only \\ud83d\\ude0a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xcz8s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/jxe42au/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/\", \"name\": \"t1_jxe42au\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692784391.0, \"created_utc\": 1692784391.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/7nb9b0cfshjb1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"This looks so amazing that I can't even express.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": -3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"AmbitiComment377\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jx6mcs7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"AmbitiComment377\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jx6m404\", \"score\": -3, \"author_fullname\": \"t2_g26yl4qj0\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"www.shopday.live/kakapo-starry-night\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"http://www.shopday.live/kakapo-starry-night\\\"\\u003Ewww.shopday.live/kakapo-starry-night\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xir79\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xir79/this_looks_so_amazing_that_i_cant_even_express/jx6mcs7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xir79/this_looks_so_amazing_that_i_cant_even_express/\", \"name\": \"t1_jx6mcs7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692651048.0, \"created_utc\": 1692651048.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/l44qv1cmuijb1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"These K\\u0101k\\u0101p\\u014d desperately need to bolster their numbers. Clearly they need a wingman. \\ud83c\\udff9 Steve, the feathery yet flightless cupid, is here to help. \\ud83e\\udd9c\\ud83d\\udc95\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Ontheedge_org\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jx5zdna\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"SnipesCC\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_15xcz8s\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Is that Rhys Darby voicing Steve?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIs that Rhys Darby voicing Steve?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15xcz8s\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/jx5zdna/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15xcz8s/these_k\\u0101k\\u0101p\\u014d_desperately_need_to_bolster_their/\", \"name\": \"t1_jx5zdna\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1692642727.0, \"created_utc\": 1692642727.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/7nb9b0cfshjb1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A flightless parrot is returning to mainland New Zealand after a 40-year absence\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"TungstenChef\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jv3npyq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"EarthLoveAR\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_15juf6q\", \"score\": 5, \"author_fullname\": \"t2_391a83al\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"correction. the HAVE returned! \\u003C3\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ecorrection. the HAVE returned! \\u0026lt;3\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_15juf6q\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/15juf6q/a_flightless_parrot_is_returning_to_mainland_new/jv3npyq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/15juf6q/a_flightless_parrot_is_returning_to_mainland_new/\", \"name\": \"t1_jv3npyq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1691369503.0, \"created_utc\": 1691369503.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.popsci.com/environment/kakapo-parrot-new-zealand/?fbclid=IwAR3uo_qJzXjeGgzg6TZlLvvYp8wwpg-4AbC7VvHUjW79GLoXB9bmgTyQz5Q\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Love it\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"VirgilDixon525\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jrtlgjt\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"Tchrspest\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_14ymlmj\", \"score\": 1, \"author_fullname\": \"t2_6hwwp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Spam account.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESpam account.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_14ymlmj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/14ymlmj/love_it/jrtlgjt/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/14ymlmj/love_it/\", \"name\": \"t1_jrtlgjt\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1689266302.0, \"created_utc\": 1689266302.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/14ymlmj\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A Kakapo-themed tarot deck on Kickstarter! Even if you aren't into tarot, it's 78 themed drawings of kakapos.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jom0kkj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"SnipesCC\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_joldab5\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It's only halfway to goal, so I'm worried it won't reach it.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt\\u0026#39;s only halfway to goal, so I\\u0026#39;m worried it won\\u0026#39;t reach it.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_149r3a6\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/jom0kkj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/\", \"name\": \"t1_jom0kkj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1687112060.0, \"created_utc\": 1687112060.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.kickstarter.com/projects/sswh/kakapo-park-tarot\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"A Kakapo-themed tarot deck on Kickstarter! Even if you aren't into tarot, it's 78 themed drawings of kakapos.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"joldab5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"OhSoNotS01mportant\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_149r3a6\", \"score\": 2, \"author_fullname\": \"t2_53x2law2\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Oh my god sign me up\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOh my god sign me up\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_149r3a6\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/joldab5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/149r3a6/a_kakapothemed_tarot_deck_on_kickstarter_even_if/\", \"name\": \"t1_joldab5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1687101438.0, \"created_utc\": 1687101438.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.kickstarter.com/projects/sswh/kakapo-park-tarot\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jlha6a2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Alive_Autumn71\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jlf4n1w\", \"score\": 1, \"author_fullname\": \"t2_4iutsvs59\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"samee, they are so cute!!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Esamee, they are so cute!!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jlha6a2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jlha6a2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684962659.0, \"created_utc\": 1684962659.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jlf4n1w\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13ogj0v\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Man i love kakapo's\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMan i love kakapo\\u0026#39;s\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jlf4n1w/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jlf4n1w\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684932724.0, \"created_utc\": 1684932724.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jl575g9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Alive_Autumn71\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jl4ejt4\", \"score\": 2, \"author_fullname\": \"t2_4iutsvs59\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thank you so much! \\u003C33\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThank you so much! \\u0026lt;33\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jl575g9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jl575g9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684755514.0, \"created_utc\": 1684755514.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"a silly little guy !\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Alive_Autumn71\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jl4ejt4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Kakapo117\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13ogj0v\", \"score\": 2, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"So cute, I love it!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESo cute, I love it!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13ogj0v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13ogj0v/a_silly_little_guy/jl4ejt4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13ogj0v/a_silly_little_guy/\", \"name\": \"t1_jl4ejt4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684732996.0, \"created_utc\": 1684732996.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ptcnwnveab1b1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Thought y'all might appreciate this!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"reserrfs\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jkimu3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SpambotSwatter\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jkgwwda\", \"score\": 3, \"author_fullname\": \"t2_1um5rn9f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey, another bot replied to your comment; /u/aewsa is a scammer! **Do not click any links they share or reply to**. Please downvote their comment and click the `report` button, selecting `Spam` then `Harmful bots`. \\n\\nWith enough reports, the reddit algorithm will suspend this scammer.\\n\\n---\\n\\u003E!^(If this message seems out of context, it may be because aewsa is copying content to farm karma, and deletes their scam activity when called out - Read the pins on my profile for more information.)!\\u003C\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey, another bot replied to your comment; \\u003Ca href=\\\"/u/aewsa\\\"\\u003E/u/aewsa\\u003C/a\\u003E is a scammer! \\u003Cstrong\\u003EDo not click any links they share or reply to\\u003C/strong\\u003E. Please downvote their comment and click the \\u003Ccode\\u003Ereport\\u003C/code\\u003E button, selecting \\u003Ccode\\u003ESpam\\u003C/code\\u003E then \\u003Ccode\\u003EHarmful bots\\u003C/code\\u003E. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWith enough reports, the reddit algorithm will suspend this scammer.\\u003C/p\\u003E\\n\\n\\u003Chr/\\u003E\\n\\n\\u003Cp\\u003E\\u003Cspan class=\\\"md-spoiler-text\\\"\\u003E\\u003Csup\\u003EIf this message seems out of context, it may be because aewsa is copying content to farm karma, and deletes their scam activity when called out - Read the pins on my profile for more information.\\u003C/sup\\u003E\\u003C/span\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_13jsau2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/jkimu3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/\", \"name\": \"t1_jkimu3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684340570.0, \"created_utc\": 1684340570.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/da3ejn40tb0b1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Thought y'all might appreciate this!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 0, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"reserrfs\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jkh2oic\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"East_Confection802\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13jsau2\", \"score\": 0, \"author_fullname\": \"t2_9cv4a2ya\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"LOVE IT\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELOVE IT\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13jsau2\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/jkh2oic/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13jsau2/thought_yall_might_appreciate_this/\", \"name\": \"t1_jkh2oic\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684309970.0, \"created_utc\": 1684309970.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/da3ejn40tb0b1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jk24kk4\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"ScalyDestiny\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 2, \"author_fullname\": \"t2_25vpqolo\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"What happened?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhat happened?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jk24kk4/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jk24kk4\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684021521.0, \"created_utc\": 1684021521.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jk1wfqj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 2, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \":((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E:((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jk1wfqj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jk1wfqj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1684017628.0, \"created_utc\": 1684017628.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Chick Nora-1-A-2019, the most recent K\\u0101k\\u0101p\\u014d death :(\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shunt1975\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jjtdcjj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"HippoHoppitus\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13eofyf\", \"score\": 5, \"author_fullname\": \"t2_ugfouye\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"R.I.P.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ER.I.P.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13eofyf\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/jjtdcjj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13eofyf/chick_nora1a2019_the_most_recent_k\\u0101k\\u0101p\\u014d_death/\", \"name\": \"t1_jjtdcjj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683853670.0, \"created_utc\": 1683853670.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/76jpkltk2e431.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"kakapo are the best\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cyberpunkat\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj7jd2k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Yanive_amaznive\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13a8buh\", \"score\": 2, \"author_fullname\": \"t2_krnqm1a\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Loveable walking bush\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELoveable walking bush\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13a8buh\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13a8buh/kakapo_are_the_best/jj7jd2k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13a8buh/kakapo_are_the_best/\", \"name\": \"t1_jj7jd2k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683467095.0, \"created_utc\": 1683467095.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/13a8buh\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"So majestic\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj6eb7d\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_uxyejj\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"absolutely majestic\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eabsolutely majestic\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_uxyejj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/uxyejj/so_majestic/jj6eb7d/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/uxyejj/so_majestic/\", \"name\": \"t1_jj6eb7d\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683436392.0, \"created_utc\": 1683436392.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/5u5853aecm191\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"There was a 25% increase in the population of the bulky flightless k\\u0101k\\u0101p\\u014d parrot of New Zealand in the last year. The total is now 252 birds whilst in 2002 there were only 86. With the help of the Ngai Tahu Maori tribe there was a good breeding season and several AI attempts were successful.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5p92t\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wkllh0\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i hope kakapo become not endangered here soon.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei hope kakapo become not endangered here soon.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wkllh0\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wkllh0/there_was_a_25_increase_in_the_population_of_the/jj5p92t/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wkllh0/there_was_a_25_increase_in_the_population_of_the/\", \"name\": \"t1_jj5p92t\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422587.0, \"created_utc\": 1683422587.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.dw.com/en/new-zealands-rare-kakapo-parrot-sees-population-boom/a-62752353\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5ox0c\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"if only kakapo ruled the planet\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eif only kakapo ruled the planet\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/jj5ox0c/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_jj5ox0c\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422431.0, \"created_utc\": 1683422431.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Communist kakapo (made with Dall-e)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Lamakus\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5or5s\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zwf0g4\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i tried to make a whole bunch of kakapo stuff on dall-e but it makes kea instead.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei tried to make a whole bunch of kakapo stuff on dall-e but it makes kea instead.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zwf0g4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/jj5or5s/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/\", \"name\": \"t1_jj5or5s\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683422355.0, \"created_utc\": 1683422355.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ym7cqbukbh8a1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Sirocco heard there were snacks\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KimCureAll\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jj5nui9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"cyberpunkat\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_13245hy\", \"score\": 1, \"author_fullname\": \"t2_mu60cyax\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"kakapo are the best\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ekakapo are the best\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_13245hy\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/13245hy/sirocco_heard_there_were_snacks/jj5nui9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/13245hy/sirocco_heard_there_were_snacks/\", \"name\": \"t1_jj5nui9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683421911.0, \"created_utc\": 1683421911.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/61oa0r3funwa1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\ud83d\\udd25The Flightless Kakapo.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"jeenrogers\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jin7f1f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"HippoHoppitus\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jikrw4y\", \"score\": 2, \"author_fullname\": \"t2_ugfouye\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"As long as you don't get accidentally shagged by one\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAs long as you don\\u0026#39;t get accidentally shagged by one\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_135dz7f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/135dz7f/the_flightless_kakapo/jin7f1f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/135dz7f/the_flightless_kakapo/\", \"name\": \"t1_jin7f1f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683078906.0, \"created_utc\": 1683078906.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/he338f9p0cxa1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"\\ud83d\\udd25The Flightless Kakapo.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"jeenrogers\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jikrw4y\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"PanicAffectionate693\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_135dz7f\", \"score\": 4, \"author_fullname\": \"t2_hhkewzgq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Whenever I see a kakapo, a part of my brain is convinced I'll touch and hold one someday, no matter what statistics I bring up to argue with myself\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWhenever I see a kakapo, a part of my brain is convinced I\\u0026#39;ll touch and hold one someday, no matter what statistics I bring up to argue with myself\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_135dz7f\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/135dz7f/the_flightless_kakapo/jikrw4y/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/135dz7f/the_flightless_kakapo/\", \"name\": \"t1_jikrw4y\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1683042897.0, \"created_utc\": 1683042897.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/he338f9p0cxa1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I'm so pleased with how it came out!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Nomitasarker\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg5ed2r\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SpambotSwatter\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_12l1fs4\", \"score\": 1, \"author_fullname\": \"t2_1um5rn9f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"/u/Nomitasarker is a scammer! **Do not click any links they or anyone in this post shares**. Please downvote this post and click the `report` button, selecting `Spam` then `Harmful bots`. \\n\\nWith enough reports, the reddit algorithm will suspend this scammer.\\n\\n^(*Confused?* Read the pins on my profile for more information.)\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"/u/Nomitasarker\\\"\\u003E/u/Nomitasarker\\u003C/a\\u003E is a scammer! \\u003Cstrong\\u003EDo not click any links they or anyone in this post shares\\u003C/strong\\u003E. Please downvote this post and click the \\u003Ccode\\u003Ereport\\u003C/code\\u003E button, selecting \\u003Ccode\\u003ESpam\\u003C/code\\u003E then \\u003Ccode\\u003EHarmful bots\\u003C/code\\u003E. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003EWith enough reports, the reddit algorithm will suspend this scammer.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Csup\\u003E\\u003Cem\\u003EConfused?\\u003C/em\\u003E Read the pins on my profile for more information.\\u003C/sup\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": true, \"can_gild\": false, \"link_id\": \"t3_12l1fs4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/jg5ed2r/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/\", \"name\": \"t1_jg5ed2r\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681422062.0, \"created_utc\": 1681422062.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/423ebp70ipta1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I'm so pleased with how it came out!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Nomitasarker\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg59j0e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SnipesCC\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_12l1fs4\", \"score\": 2, \"author_fullname\": \"t2_4oc2h6id\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Are you selling prints?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAre you selling prints?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_12l1fs4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/jg59j0e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/12l1fs4/im_so_pleased_with_how_it_came_out/\", \"name\": \"t1_jg59j0e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681420127.0, \"created_utc\": 1681420127.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/423ebp70ipta1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jg1vkke\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"JoJoer19394\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11fas50\", \"score\": 1, \"author_fullname\": \"t2_ufg9ear5\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"K a k a p o\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EK a k a p o\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jg1vkke/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jg1vkke\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1681357810.0, \"created_utc\": 1681357810.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo apple 2\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcswc9j\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"DonTong\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11dm0hb\", \"score\": 1, \"author_fullname\": \"t2_ansucoiw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Electric boogaloo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EElectric boogaloo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11dm0hb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11dm0hb/kakapo_apple_2/jcswc9j/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11dm0hb/kakapo_apple_2/\", \"name\": \"t1_jcswc9j\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679215976.0, \"created_utc\": 1679215976.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8n96c8n4kska1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jckbftl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcha1g7\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's ok. Everyone makes silly little mistakes sometimes. \\ud83e\\udec2\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s ok. Everyone makes silly little mistakes sometimes. \\ud83e\\udec2\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jckbftl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jckbftl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679060277.0, \"created_utc\": 1679060277.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcjm6wr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Nowayman1414\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 5, \"author_fullname\": \"t2_iwanyau9\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"\\u2764\\ufe0f\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u2764\\ufe0f\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcjm6wr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcjm6wr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679044034.0, \"created_utc\": 1679044034.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcjd4cp\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Trustadz\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 6, \"author_fullname\": \"t2_12brua\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"This is so cute!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThis is so cute!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcjd4cp/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcjd4cp\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679036112.0, \"created_utc\": 1679036112.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"[deleted by user]\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 7, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcj1l7x\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"genovaheroo\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11t89us\", \"score\": 7, \"author_fullname\": \"t2_208oggrh\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Amazing!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAmazing!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11t89us\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11t89us/deleted_by_user/jcj1l7x/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\", \"name\": \"t1_jcj1l7x\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1679027746.0, \"created_utc\": 1679027746.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/11t89us/deleted_by_user/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcha1g7\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"ItsFelixMcCoy\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcft6ac\", \"score\": 1, \"author_fullname\": \"t2_2v4lvjhw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I feel so stupid\\u2026\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI feel so stupid\\u2026\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcha1g7/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcha1g7\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678999095.0, \"created_utc\": 1678999095.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcft6ac\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jcf1veq\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I am not OP, but you can reply to OP's comment though.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI am not OP, but you can reply to OP\\u0026#39;s comment though.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcft6ac/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcft6ac\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678979031.0, \"created_utc\": 1678979031.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcf1veq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"ItsFelixMcCoy\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jaqqvf2\", \"score\": 1, \"author_fullname\": \"t2_2v4lvjhw\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"More important question, how the hell did you find that?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMore important question, how the hell did you find that?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jcf1veq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jcf1veq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678965911.0, \"created_utc\": 1678965911.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jcd81zm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Nowayman1414\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 2, \"author_fullname\": \"t2_iwanyau9\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"He snacc\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHe snacc\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jcd81zm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jcd81zm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1678925100.0, \"created_utc\": 1678925100.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jaqqvf2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jal8ab0\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thank you! \\ud83d\\udc9a\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThank you! \\ud83d\\udc9a\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jaqqvf2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jaqqvf2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677842021.0, \"created_utc\": 1677842021.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jal8ab0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"catchthelight\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jakdqqm\", \"score\": 5, \"author_fullname\": \"t2_r0nkp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"https://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"https://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\\\"\\u003Ehttps://maps.app.goo.gl/VzMLxpqezU5SbNZcA?g_st=ic\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jal8ab0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jal8ab0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677735552.0, \"created_utc\": 1677735552.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Google earth kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jakdqqm\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11fas50\", \"score\": 4, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's awesome! Do you have the coordinates?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s awesome! Do you have the coordinates?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11fas50\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11fas50/google_earth_kakapo/jakdqqm/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11fas50/google_earth_kakapo/\", \"name\": \"t1_jakdqqm\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677720435.0, \"created_utc\": 1677720435.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nsiu4qan46la1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jafzc3l\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"sandeejs\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_jaf0vhn\", \"score\": 5, \"author_fullname\": \"t2_wscrzf8\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Or one of their chicks...\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOr one of their chicks...\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jafzc3l/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jafzc3l\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677642623.0, \"created_utc\": 1677642623.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 15, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jaf0vhn\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"TungstenChef\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 15, \"author_fullname\": \"t2_9l6oreuc\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"That's just Sirocco inquiring if by any chance they have seen his long-lost love, the photographer.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThat\\u0026#39;s just Sirocco inquiring if by any chance they have seen his long-lost love, the photographer.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jaf0vhn/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jaf0vhn\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677626977.0, \"created_utc\": 1677626977.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jae3phq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"wiseones\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 6, \"author_fullname\": \"t2_789le\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Living the dream!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELiving the dream!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jae3phq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jae3phq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677613776.0, \"created_utc\": 1677613776.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo on foot\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"jad9v1p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Hamiltonswaterbreaks\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_11e7jh5\", \"score\": 6, \"author_fullname\": \"t2_2959qk8f\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Kakaponacroc!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EKakaponacroc!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_11e7jh5\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/11e7jh5/kakapo_on_foot/jad9v1p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/11e7jh5/kakapo_on_foot/\", \"name\": \"t1_jad9v1p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1677602484.0, \"created_utc\": 1677602484.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/8yt5ifxvtxka1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"total_awards_received\": 0, \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"awarders\": [], \"mod_reason_by\": null, \"banned_by\": null, \"removal_reason\": null, \"link_id\": \"t3_10tecl3\", \"author_flair_template_id\": null, \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7ywh1g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"[deleted]\", \"num_comments\": 4, \"edited\": false, \"can_mod_post\": false, \"created_utc\": 1676029850.0, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 1, \"approved_by\": null, \"over_18\": false, \"treatment_tags\": [], \"mod_note\": null, \"all_awardings\": [], \"subreddit_id\": \"t5_2wd1h\", \"body\": \"Dat face...!!!!\\ud83e\\udd70\\ud83e\\udd70\\ud83e\\udd70\", \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"author_flair_css_class\": null, \"name\": \"t1_j7ywh1g\", \"locked\": false, \"downs\": 0, \"is_submitter\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDat face...!!!!\\ud83e\\udd70\\ud83e\\udd70\\ud83e\\udd70\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"can_gild\": false, \"top_awarded_type\": null, \"unrepliable_reason\": null, \"author_flair_text_color\": \"dark\", \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j7ywh1g/\", \"num_reports\": null, \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"report_reasons\": null, \"link_author\": \"cnzmur\", \"subreddit\": \"kakapo\", \"author_flair_text\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\", \"created\": 1676029850.0, \"collapsed\": false, \"subreddit_name_prefixed\": \"r/kakapo\", \"controversiality\": 0, \"author_flair_background_color\": \"\", \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"subreddit_type\": \"public\", \"ups\": 1}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo with apple \\ud83c\\udf4e\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7u0jao\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"leSageDeMontcuq\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_108c01x\", \"score\": 2, \"author_fullname\": \"t2_qhpmz151\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Kakapple\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EKakapple\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_108c01x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/108c01x/kakapo_with_apple/j7u0jao/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/108c01x/kakapo_with_apple/\", \"name\": \"t1_j7u0jao\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675944076.0, \"created_utc\": 1675944076.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/9nw95ma6e8ba1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7afb56\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"rustyraccoon\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 4, \"author_fullname\": \"t2_3ll5m\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"omg\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Eomg\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j7afb56/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j7afb56\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675586823.0, \"created_utc\": 1675586823.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 10, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j79m9iu\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"goodgodling\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 10, \"author_fullname\": \"t2_il827\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Well, this is the cu thing I've ever seen.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EWell, this is the cu thing I\\u0026#39;ve ever seen.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j79m9iu/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j79m9iu\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675567250.0, \"created_utc\": 1675567250.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"K\\u0101k\\u0101p\\u014d at the doctor's.\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"cnzmur\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j77dcip\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"KieDaPie\", \"num_comments\": 4, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10tecl3\", \"score\": 6, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Aww cutie\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAww cutie\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10tecl3\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/j77dcip/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10tecl3/k\\u0101k\\u0101p\\u014d_at_the_doctors/\", \"name\": \"t1_j77dcip\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675531025.0, \"created_utc\": 1675531025.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://ouraucklandprodstorage.blob.core.windows.net/cache/b/3/e/7/1/9/b3e719fd03624c3b521c4c6e56b38a2e23215682.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"I thought that was a tiny kakapo for a second. I imagine kakapo would make great pets if they were more prevalent\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"KieDaPie\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j762cb0\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"IndividualParsnip236\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10sq97x\", \"score\": 1, \"author_fullname\": \"t2_h50xzk6y\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I want one too...\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI want one too...\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10sq97x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10sq97x/i_thought_that_was_a_tiny_kakapo_for_a_second_i/j762cb0/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10sq97x/i_thought_that_was_a_tiny_kakapo_for_a_second_i/\", \"name\": \"t1_j762cb0\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675505054.0, \"created_utc\": 1675505054.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/ya5t8ejojwfa1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j7414x2\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"thelivingshitpost\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_tflwpjy\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"My first question is *how did it even get in the US*\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EMy first question is \\u003Cem\\u003Ehow did it even get in the US\\u003C/em\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/j7414x2/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_j7414x2\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1675463233.0, \"created_utc\": 1675463233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo Dance\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"SnipesCC\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j6bg7q1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"PanicAffectionate693\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_10nwwrp\", \"score\": 2, \"author_fullname\": \"t2_hhkewzgq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Syncs well with gabber music\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESyncs well with gabber music\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_10nwwrp\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/10nwwrp/kakapo_dance/j6bg7q1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/10nwwrp/kakapo_dance/\", \"name\": \"t1_j6bg7q1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1674962413.0, \"created_utc\": 1674962413.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://v.redd.it/ze94b36zlrea1\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo with apple \\ud83c\\udf4e\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j466twq\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"RigilMusic\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_108c01x\", \"score\": 2, \"author_fullname\": \"t2_gkme3qg3\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Having a little chew!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHaving a little chew!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_108c01x\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/108c01x/kakapo_with_apple/j466twq/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/108c01x/kakapo_with_apple/\", \"name\": \"t1_j466twq\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1673615756.0, \"created_utc\": 1673615756.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/9nw95ma6e8ba1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Communist kakapo (made with Dall-e)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Lamakus\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1wtrrf\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"pick_on_the_moon\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zwf0g4\", \"score\": 2, \"author_fullname\": \"t2_1z0i7i0u\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Comrades hear me, no healthy bio-diversity under capitalism. Free yourselves of the chains that bind you\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EComrades hear me, no healthy bio-diversity under capitalism. Free yourselves of the chains that bind you\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zwf0g4\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/j1wtrrf/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zwf0g4/communist_kakapo_made_with_dalle/\", \"name\": \"t1_j1wtrrf\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1672185731.0, \"created_utc\": 1672185731.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/ym7cqbukbh8a1.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Breaking news: Mutant Kakapo is savaging the US. If you see this bird contact police immediately!!!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1cq9el\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zswk8p\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Oh fuck, they know!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOh fuck, they know!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zswk8p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/j1cq9el/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zswk8p/breaking_news_mutant_kakapo_is_savaging_the_us_if/\", \"name\": \"t1_j1cq9el\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671787457.0, \"created_utc\": 1671787457.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/1c2f4sz2ji7a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Discord chat for Kakapo and other Nz birds! Created by me!\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Supchildiamdead\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j1cad82\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zsyyxj\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Sure\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESure\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zsyyxj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/j1cad82/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/\", \"name\": \"t1_j1cad82\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671775530.0, \"created_utc\": 1671775530.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/zsyyxj/discord_chat_for_kakapo_and_other_nz_birds/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"More kakapo AI\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j12u3qc\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zqqnvg\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Picakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EPicakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zqqnvg\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zqqnvg/more_kakapo_ai/j12u3qc/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zqqnvg/more_kakapo_ai/\", \"name\": \"t1_j12u3qc\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671605123.0, \"created_utc\": 1671605123.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/7bwyh9u7i27a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"More kakapo AI\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j12p6a1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"weeeee_plonk\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zqqnvg\", \"score\": 2, \"author_fullname\": \"t2_63pxv\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I love kakapo but I don't think we should be promoting AI generated art as it's generally acknowledged that the AI are trained on stolen art. \\n\\nhttps://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI love kakapo but I don\\u0026#39;t think we should be promoting AI generated art as it\\u0026#39;s generally acknowledged that the AI are trained on stolen art. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"https://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\\\"\\u003Ehttps://www.smithsonianmag.com/smart-news/is-popular-photo-app-lensas-ai-stealing-from-artists-180981281/\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zqqnvg\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zqqnvg/more_kakapo_ai/j12p6a1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zqqnvg/more_kakapo_ai/\", \"name\": \"t1_j12p6a1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671601758.0, \"created_utc\": 1671601758.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/7bwyh9u7i27a1.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"AI image of kakapo working out\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"kino_kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"j0wdqiz\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"KieDaPie\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_zpxwht\", \"score\": 3, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"The right way to use ai ^\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThe right way to use ai ^\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_zpxwht\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/zpxwht/ai_image_of_kakapo_working_out/j0wdqiz/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/zpxwht/ai_image_of_kakapo_working_out/\", \"name\": \"t1_j0wdqiz\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1671488861.0, \"created_utc\": 1671488861.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/zpxwht\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapos Bird\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"LachelleCheek\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iwoxcqs\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"catchthelight\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iwl0tdk\", \"score\": 3, \"author_fullname\": \"t2_r0nkp\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Also, plural of k\\u0101k\\u0101p\\u014d is k\\u0101k\\u0101p\\u014d, not k\\u0101k\\u0101p\\u014ds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EAlso, plural of k\\u0101k\\u0101p\\u014d is k\\u0101k\\u0101p\\u014d, not k\\u0101k\\u0101p\\u014ds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_yws7na\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/yws7na/kakapos_bird/iwoxcqs/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/yws7na/kakapos_bird/\", \"name\": \"t1_iwoxcqs\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1668666616.0, \"created_utc\": 1668666616.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/yws7na\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapos Bird\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 13, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"LachelleCheek\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iwl0tdk\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"paperwhitey\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_yws7na\", \"score\": 13, \"author_fullname\": \"t2_j8p29\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"#OP IS A SCAMMER\\n\\nOP **LachelleCheek** is a SCAMMER that **STEALS DESIGNS** from legitimate sources and creates **BOOTLEG** merch.\\n\\nPlease be careful of any links you get in private messages!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EOP IS A SCAMMER\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003EOP \\u003Cstrong\\u003ELachelleCheek\\u003C/strong\\u003E is a SCAMMER that \\u003Cstrong\\u003ESTEALS DESIGNS\\u003C/strong\\u003E from legitimate sources and creates \\u003Cstrong\\u003EBOOTLEG\\u003C/strong\\u003E merch.\\u003C/p\\u003E\\n\\n\\u003Cp\\u003EPlease be careful of any links you get in private messages!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_yws7na\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/yws7na/kakapos_bird/iwl0tdk/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/yws7na/kakapos_bird/\", \"name\": \"t1_iwl0tdk\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1668602464.0, \"created_utc\": 1668602464.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/yws7na\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Just gotta show off my new \\u201cbaseball\\u201d card :)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Shiny_Rattata\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iltg81g\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Kakapo117\", \"num_comments\": 3, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wxu25a\", \"score\": 3, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yoo, that\\u2019s so cool! Reminds me of the Kakapo bookmarks I used to collect\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYoo, that\\u2019s so cool! Reminds me of the Kakapo bookmarks I used to collect\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wxu25a\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wxu25a/just_gotta_show_off_my_new_baseball_card/iltg81g/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wxu25a/just_gotta_show_off_my_new_baseball_card/\", \"name\": \"t1_iltg81g\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1661479836.0, \"created_utc\": 1661479836.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wxt5t8\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"https://t.me/+BeMyVeeaRUZmNWM0\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"[deleted]\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iktcd3d\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"MulleMekish\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wrnzrk\", \"score\": 1, \"author_fullname\": \"t2_oc04lvfr\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"https://t.me/+BeMyVeeaRUZmNWM0\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003E\\u003Ca href=\\\"https://t.me/+BeMyVeeaRUZmNWM0\\\"\\u003Ehttps://t.me/+BeMyVeeaRUZmNWM0\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wrnzrk\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/iktcd3d/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/\", \"name\": \"t1_iktcd3d\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660840630.0, \"created_utc\": 1660840630.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/wrnzrk/httpstmebemyveearuzmnwm0/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"kakapo painted by Van Gogh\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Garlaach\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ijvhdgl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 2, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wlkxx7\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Neis\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ENeis\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wlkxx7\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wlkxx7/kakapo_painted_by_van_gogh/ijvhdgl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wlkxx7/kakapo_painted_by_van_gogh/\", \"name\": \"t1_ijvhdgl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660234743.0, \"created_utc\": 1660234743.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wlb3l4\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"There are more people in this sub than kakapos in the world \\ud83e\\udd7a\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"BayHarbour-Butcher\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ijjows1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Trustadz\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wj6z5t\", \"score\": 5, \"author_fullname\": \"t2_12brua\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"If I could make more kakapo I would. But alas, even if they tried I can't. And seeing the party parrot, he does try.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIf I could make more kakapo I would. But alas, even if they tried I can\\u0026#39;t. And seeing the party parrot, he does try.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wj6z5t\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/ijjows1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/\", \"name\": \"t1_ijjows1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1660024970.0, \"created_utc\": 1660024970.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/r/kakapo/comments/wj6z5t/there_are_more_people_in_this_sub_than_kakapos_in/\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij2ymkj\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Kakapo117\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 2, \"author_fullname\": \"t2_566ow5u6\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yooooo that\\u2019s so amazing! I\\u2019m looking for one right now\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYooooo that\\u2019s so amazing! I\\u2019m looking for one right now\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/ij2ymkj/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_ij2ymkj\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659721849.0, \"created_utc\": 1659721849.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij163nl\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"PappaNee\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 1, \"author_fullname\": \"t2_26uwu0fs\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Badass!\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EBadass!\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/ij163nl/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_ij163nl\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659691060.0, \"created_utc\": 1659691060.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ij0g4ps\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"alt-goldgrun\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iixdbf1\", \"score\": 1, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Hey kakapo is blessed so the kakapofication of other animals is blessed no cursed\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHey kakapo is blessed so the kakapofication of other animals is blessed no cursed\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/ij0g4ps/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_ij0g4ps\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659672547.0, \"created_utc\": 1659672547.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iizop17\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Unicarnivore\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiyeh5f\", \"score\": 1, \"author_fullname\": \"t2_78457dtz\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yeah i tried to get one awhile back when my friend showed me but they were all gone ;-;\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYeah i tried to get one awhile back when my friend showed me but they were all gone ;-;\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iizop17/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iizop17\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659659576.0, \"created_utc\": 1659659576.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 4, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiz10ft\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Effective-Okra\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 4, \"author_fullname\": \"t2_3g3annvb\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I \\u2764\\ufe0f\\u2764\\ufe0f\\u2764\\ufe0f the top hat on this bird. So, dapper. \\n\\nr/partyparrot\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI \\u2764\\ufe0f\\u2764\\ufe0f\\u2764\\ufe0f the top hat on this bird. So, dapper. \\u003C/p\\u003E\\n\\n\\u003Cp\\u003E\\u003Ca href=\\\"/r/partyparrot\\\"\\u003Er/partyparrot\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiz10ft/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiz10ft\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659649444.0, \"created_utc\": 1659649444.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 0, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiyex9e\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiyeh5f\", \"score\": 0, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Ok\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOk\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiyex9e/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiyex9e\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640860.0, \"created_utc\": 1659640860.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiyeh5f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiye9ql\", \"score\": 5, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Set number is 910017. Can't buy via lego website. Think only available from secondary resellers now\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESet number is 910017. Can\\u0026#39;t buy via lego website. Think only available from secondary resellers now\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiyeh5f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiyeh5f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640692.0, \"created_utc\": 1659640692.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiye9ql\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiye59n\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Imma look\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EImma look\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiye9ql/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiye9ql\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640615.0, \"created_utc\": 1659640615.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 8, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiye59n\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiydttr\", \"score\": 8, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yes. Lego released from the Bricklink Designer Program if im not mistaken\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYes. Lego released from the Bricklink Designer Program if im not mistaken\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiye59n/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiye59n\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640568.0, \"created_utc\": 1659640568.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiydttr\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 6, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Official?\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EOfficial?\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiydttr/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiydttr\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659640449.0, \"created_utc\": 1659640449.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiybtf5\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiy9tgx\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Yes, i once tried kakapo shrek, and it was just kakapo\\nIts somehow hard to find interesting stuff with kakapo and craion beside the kakapo's themselves\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYes, i once tried kakapo shrek, and it was just kakapo\\nIts somehow hard to find interesting stuff with kakapo and craion beside the kakapo\\u0026#39;s themselves\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiybtf5/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiybtf5\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659639689.0, \"created_utc\": 1659639689.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiy9tgx\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"alt-goldgrun\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_iiwzl3k\", \"score\": 1, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"I have seen more craiyon in various subs but yea. Most of the things I try don't work tho it just gives back normal kakapo pics\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EI have seen more craiyon in various subs but yea. Most of the things I try don\\u0026#39;t work tho it just gives back normal kakapo pics\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiy9tgx/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiy9tgx\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659638944.0, \"created_utc\": 1659638944.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Lego K\\u0101k\\u0101p\\u014d\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Passionate_Pigeon\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiy4nuo\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Passionate_Pigeon\", \"num_comments\": 10, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wg80sb\", \"score\": 3, \"author_fullname\": \"t2_3cgaxnpg\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Thanks, I believe, to u/themfledge\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EThanks, I believe, to \\u003Ca href=\\\"/u/themfledge\\\"\\u003Eu/themfledge\\u003C/a\\u003E\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wg80sb\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/iiy4nuo/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wg80sb/lego_k\\u0101k\\u0101p\\u014d/\", \"name\": \"t1_iiy4nuo\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659637001.0, \"created_utc\": 1659637001.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wg80sb\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iixdbf1\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"KieDaPie\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wfuzge\", \"score\": 2, \"author_fullname\": \"t2_85iwu935\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"i think... just the sheer cursed appearance of these kakapos will keep predators away. still won't get em laid tho.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003Ei think... just the sheer cursed appearance of these kakapos will keep predators away. still won\\u0026#39;t get em laid tho.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iixdbf1/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iixdbf1\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659626691.0, \"created_utc\": 1659626691.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Maybe now kakapo can escape the predators\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iiwzl3k\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 5, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_wfuzge\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Did you try this out because of my chonky kakapo post. Also cool kakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EDid you try this out because of my chonky kakapo post. Also cool kakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_wfuzge\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/iiwzl3k/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/wfuzge/maybe_now_kakapo_can_escape_the_predators/\", \"name\": \"t1_iiwzl3k\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659621158.0, \"created_utc\": 1659621158.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/wfuzge\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Evohe-A1-2022 returned to Whenua Hou after a battle with aspergillosis (@takapodigs)\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"alt-goldgrun\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"iim6r6p\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_we3s0p\", \"score\": 3, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Cool kakapo\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ECool kakapo\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_we3s0p\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/we3s0p/evohea12022_returned_to_whenua_hou_after_a_battle/iim6r6p/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/we3s0p/evohea12022_returned_to_whenua_hou_after_a_battle/\", \"name\": \"t1_iim6r6p\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1659425609.0, \"created_utc\": 1659425609.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/s2z4vdvvp8f91.jpg\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"Kakapo\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 6, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"ShannonFrancis4\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihwp17f\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": true, \"author\": \"SKYE-SCYTHE\", \"num_comments\": 1, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w9jf5v\", \"score\": 6, \"author_fullname\": \"t2_7owxtsq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"#DO NOT CLICK ON ANY LINKS OP POSTS OR PURCHASE ITEMS\\n\\nOP is a bot that posts links to t-shirt scams.\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Ch1\\u003EDO NOT CLICK ON ANY LINKS OP POSTS OR PURCHASE ITEMS\\u003C/h1\\u003E\\n\\n\\u003Cp\\u003EOP is a bot that posts links to t-shirt scams.\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w9jf5v\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w9jf5v/kakapo/ihwp17f/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w9jf5v/kakapo/\", \"name\": \"t1_ihwp17f\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658957626.0, \"created_utc\": 1658957626.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://www.reddit.com/gallery/w9jf5v\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihsa6ae\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihp82if\", \"score\": 1, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Lol\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ELol\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihsa6ae/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihsa6ae\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658879795.0, \"created_utc\": 1658879795.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihr2jh8\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"alt-goldgrun\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 3, \"author_fullname\": \"t2_42849uga\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Such chonky avocado chicken I love himb\", \"edited\": 1658911379.0, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003ESuch chonky avocado chicken I love himb\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihr2jh8/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihr2jh8\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658862233.0, \"created_utc\": 1658862233.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 2, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihp82if\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihowedf\", \"score\": 2, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"He going to choke you by sitting on you\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EHe going to choke you by sitting on you\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihp82if/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihp82if\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658833686.0, \"created_utc\": 1658833686.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 1, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihp813s\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Tha_Kakapo\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihn4m4p\", \"score\": 1, \"author_fullname\": \"t2_oygbmn75\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"Basically\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": true, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EBasically\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihp813s/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihp813s\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658833659.0, \"created_utc\": 1658833659.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 3, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihowedf\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"Mia_B-P\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t3_w7lmlj\", \"score\": 3, \"author_fullname\": \"t2_74nivylq\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"It's kind of uncanny. Haha\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EIt\\u0026#39;s kind of uncanny. Haha\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihowedf/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihowedf\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658824691.0, \"created_utc\": 1658824691.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}, {\"kind\": \"t1\", \"data\": {\"subreddit_id\": \"t5_2wd1h\", \"approved_at_utc\": null, \"author_is_blocked\": false, \"comment_type\": null, \"link_title\": \"chonky k\\u0101k\\u0101p\\u014d craion created\", \"mod_reason_by\": null, \"banned_by\": null, \"ups\": 5, \"num_reports\": null, \"author_flair_type\": \"text\", \"total_awards_received\": 0, \"subreddit\": \"kakapo\", \"link_author\": \"Tha_Kakapo\", \"likes\": null, \"replies\": \"\", \"user_reports\": [], \"saved\": false, \"id\": \"ihnpvn9\", \"banned_at_utc\": null, \"mod_reason_title\": null, \"gilded\": 0, \"archived\": false, \"collapsed_reason_code\": null, \"no_follow\": false, \"author\": \"llamalord478\", \"num_comments\": 8, \"can_mod_post\": false, \"send_replies\": true, \"parent_id\": \"t1_ihnlu70\", \"score\": 5, \"author_fullname\": \"t2_60vw5zcu\", \"over_18\": false, \"report_reasons\": null, \"removal_reason\": null, \"approved_by\": null, \"controversiality\": 0, \"body\": \"You know what they say, AI ads 10 pounds\", \"edited\": false, \"top_awarded_type\": null, \"downs\": 0, \"author_flair_css_class\": null, \"is_submitter\": false, \"collapsed\": false, \"author_flair_richtext\": [], \"author_patreon_flair\": false, \"body_html\": \"\\u003Cdiv class=\\\"md\\\"\\u003E\\u003Cp\\u003EYou know what they say, AI ads 10 pounds\\u003C/p\\u003E\\n\\u003C/div\\u003E\", \"gildings\": {}, \"collapsed_reason\": null, \"distinguished\": null, \"associated_award\": null, \"stickied\": false, \"author_premium\": false, \"can_gild\": false, \"link_id\": \"t3_w7lmlj\", \"unrepliable_reason\": null, \"author_flair_text_color\": null, \"score_hidden\": false, \"permalink\": \"/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/ihnpvn9/\", \"subreddit_type\": \"public\", \"link_permalink\": \"https://www.reddit.com/r/kakapo/comments/w7lmlj/chonky_k\\u0101k\\u0101p\\u014d_craion_created/\", \"name\": \"t1_ihnpvn9\", \"author_flair_template_id\": null, \"subreddit_name_prefixed\": \"r/kakapo\", \"author_flair_text\": null, \"treatment_tags\": [], \"created\": 1658799211.0, \"created_utc\": 1658799211.0, \"awarders\": [], \"all_awardings\": [], \"locked\": false, \"author_flair_background_color\": null, \"collapsed_because_crowd_control\": null, \"mod_reports\": [], \"quarantine\": false, \"mod_note\": null, \"link_url\": \"https://i.redd.it/nfizg2cp0pd91.png\"}}], \"before\": null}}" - }, - "headers": { - "Accept-Ranges": [ - "bytes" - ], - "Cache-Control": [ - "private, max-age=3600" - ], - "Connection": [ - "keep-alive" - ], - "Content-Length": [ - "212245" - ], - "Date": [ - "Sun, 08 Oct 2023 08:44:50 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": [ - "session_tracker=nboarkohqdbfjppndp.0.1696754690292.Z0FBQUFBQmxJbXdDaFYzdWszaE9wdHFLb2ZsMk5vM1hPT1ZhU3hNQWhTbmw4RDkzZWgzMGVHVmdGY283Z3p0WGRpc1lBcnZNZFIwQmcyMEM3MzdsSkVUX0xlVzVDTllnZU91TVRoLVZ1MDdFV2NsM0V5eExpUy1QZzJTdG5sS212SkNweWx6R3Rub1M; Domain=reddit.com; Max-Age=7199; Path=/; expires=Sun, 08-Oct-2023 10:44:50 GMT; secure; SameSite=None; 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" - ], - "access-control-allow-origin": [ - "*" - ], - "access-control-expose-headers": [ - "X-Moose" - ], - "content-type": [ - "application/json; charset=UTF-8" - ], - "x-moose": [ - "majestic" - ], - "x-ratelimit-remaining": [ - "596.0" - ], - "x-ratelimit-reset": [ - "310" - ], - "x-ratelimit-used": [ - "4" - ], - "x-ua-compatible": [ - "IE=edge" - ] - }, - "status": { - "code": 200, - "message": "OK" - }, - "url": "https://oauth.reddit.com/r/kakapo/comments/?before=t1_ihnlu70&limit=100&raw_json=1" - } - } - ], - "recorded_with": "betamax/0.8.1" -} diff --git a/tests/integration/models/reddit/test_subreddit.py b/tests/integration/models/reddit/test_subreddit.py index 4f2679a3b..d80f49660 100644 --- a/tests/integration/models/reddit/test_subreddit.py +++ b/tests/integration/models/reddit/test_subreddit.py @@ -954,11 +954,11 @@ def test_comments__with_skip_existing(self, reddit): # that there are at least 400 comments in the stream. assert count < 400 - def test_comments__with_start_after(self, reddit): - subreddit = reddit.subreddit("kakapo") + def test_comments__with_continue_after_id(self, reddit): + subreddit = reddit.subreddit(pytest.placeholders.test_subreddit) initial_stream = subreddit.stream.comments() first_ten = [next(initial_stream) for _ in range(10)] - generator = subreddit.stream.comments(start_after=first_ten[4].fullname) + generator = subreddit.stream.comments(continue_after_id=first_ten[4].fullname) for i in range(5): comment = next(generator) assert isinstance(comment, Comment) diff --git a/tests/unit/models/test_util.py b/tests/unit/models/test_util.py index 7b5943416..cd75f4baf 100644 --- a/tests/unit/models/test_util.py +++ b/tests/unit/models/test_util.py @@ -125,7 +125,7 @@ def generate(limit, **kwargs): assert thing not in seen seen.add(thing) - def test_stream_start_after( + def test_comments__with_continue_after_id( self, ): Thing = namedtuple("Thing", ["fullname"]) @@ -148,7 +148,7 @@ def generate(limit, params=None, **kwargs): return sliced_things return [Thing(counter)] + sliced_things[:-1] - stream = stream_generator(generate, start_after=49) + stream = stream_generator(generate, continue_after_id=49) expected_fullname = 50 for _ in range(50): thing = next(stream) From b8623ac298b66a3ddbb3d4d21587370c991bcf87 Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Sun, 8 Oct 2023 12:44:40 -0700 Subject: [PATCH 6/8] Update CHANGES.rst --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8d8240922..ea3504d31 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,7 @@ Unreleased templates. - :meth:`~.SubredditRedditorFlairTemplates.reorder` to reorder a subreddit's redditor flair templates. +- :func:`.stream_generator` now accepts the ``continue_after_id`` parameter. **Changed** From e84b0f058730f339ec2e08454742fa05eb75a99c Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Sun, 8 Oct 2023 14:23:48 -0700 Subject: [PATCH 7/8] Moved test --- .../models/reddit/test_subreddit.py | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/integration/models/reddit/test_subreddit.py b/tests/integration/models/reddit/test_subreddit.py index d80f49660..a87f51ab5 100644 --- a/tests/integration/models/reddit/test_subreddit.py +++ b/tests/integration/models/reddit/test_subreddit.py @@ -926,6 +926,16 @@ def test_comments(self, reddit): for i in range(400): assert isinstance(next(generator), Comment) + def test_comments__with_continue_after_id(self, reddit): + subreddit = reddit.subreddit(pytest.placeholders.test_subreddit) + initial_stream = subreddit.stream.comments() + first_ten = [next(initial_stream) for _ in range(10)] + generator = subreddit.stream.comments(continue_after_id=first_ten[4].fullname) + for i in range(5): + comment = next(generator) + assert isinstance(comment, Comment) + assert comment.fullname == first_ten[i + 5].fullname + def test_comments__with_pause(self, reddit): comment_stream = reddit.subreddit("kakapo").stream.comments(pause_after=0) comment_count = 1 @@ -954,16 +964,6 @@ def test_comments__with_skip_existing(self, reddit): # that there are at least 400 comments in the stream. assert count < 400 - def test_comments__with_continue_after_id(self, reddit): - subreddit = reddit.subreddit(pytest.placeholders.test_subreddit) - initial_stream = subreddit.stream.comments() - first_ten = [next(initial_stream) for _ in range(10)] - generator = subreddit.stream.comments(continue_after_id=first_ten[4].fullname) - for i in range(5): - comment = next(generator) - assert isinstance(comment, Comment) - assert comment.fullname == first_ten[i + 5].fullname - def test_submissions(self, reddit): subreddit = reddit.subreddit("all") generator = subreddit.stream.submissions() From 1bd022c63ce276f3030dbe196ce3a6a7454993e4 Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Sun, 8 Oct 2023 14:29:48 -0700 Subject: [PATCH 8/8] Update CHANGES.rst --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ea3504d31..72a2a618b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,7 +12,8 @@ Unreleased templates. - :meth:`~.SubredditRedditorFlairTemplates.reorder` to reorder a subreddit's redditor flair templates. -- :func:`.stream_generator` now accepts the ``continue_after_id`` parameter. +- :func:`.stream_generator` now accepts the ``continue_after_id`` parameter, which + starts the stream after a given item ID. **Changed**