File: test_entity_notification.yaml

package info (click to toggle)
python-mastodon 2.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,836 kB
  • sloc: python: 9,438; makefile: 206; sql: 98; sh: 27
file content (704 lines) | stat: -rw-r--r-- 63,567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
interactions:
- request:
    body: null
    headers:
      Accept:
      - '*/*'
      Accept-Encoding:
      - gzip, deflate, br
      Authorization:
      - DUMMY
      Connection:
      - keep-alive
      User-Agent:
      - mastodonpy
    method: GET
    uri: https://mastodon.social/api/v1/notifications
  response:
    body:
      string: '[{"id": "447463634", "type": "mention", "created_at": "2025-08-14T14:29:24.439Z",
        "group_key": "ungrouped-447463634", "account": {"id": "261937", "username":
        "halcy", "acct": "halcy@glitch.social", "display_name": "fake halcy", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2017-12-13T00:00:00.000Z", "note": "<p>test account for Mastodon.py
        development</p>", "url": "https://glitch.social/@halcy", "uri": "https://glitch.social/users/halcy",
        "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": null}, {"id": "447385169", "type": "mention",
        "created_at": "2025-08-14T10:31:17.677Z", "group_key": "ungrouped-447385169",
        "account": {"id": "261937", "username": "halcy", "acct": "halcy@glitch.social",
        "display_name": "fake halcy", "locked": false, "bot": false, "discoverable":
        false, "indexable": false, "group": false, "created_at": "2017-12-13T00:00:00.000Z",
        "note": "<p>test account for Mastodon.py development</p>", "url": "https://glitch.social/@halcy",
        "uri": "https://glitch.social/users/halcy", "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": null}, {"id": "446998583", "type": "mention",
        "created_at": "2025-08-13T10:30:28.179Z", "group_key": "ungrouped-446998583",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "446765309", "type": "mention", "created_at": "2025-08-12T18:15:50.118Z",
        "group_key": "ungrouped-446765309", "account": {"id": "109446733188999785",
        "username": "halcy", "acct": "halcy@hachyderm.io", "display_name": "halcy",
        "locked": false, "bot": false, "discoverable": false, "indexable": false,
        "group": false, "created_at": "2022-12-01T00:00:00.000Z", "note": "", "url":
        "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "446745777", "type":
        "mention", "created_at": "2025-08-12T17:20:42.879Z", "group_key": "ungrouped-446745777",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "446690835", "type": "mention", "created_at": "2025-08-12T14:50:39.901Z",
        "group_key": "ungrouped-446690835", "account": {"id": "109446733121874654",
        "username": "latencyobs", "acct": "latencyobs@icosahedron.website", "display_name":
        "Latency Observer", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-02T00:00:00.000Z",
        "note": "", "url": "https://icosahedron.website/@latencyobs", "uri": "https://icosahedron.website/users/latencyobs",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 0, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "446447125", "type":
        "mention", "created_at": "2025-08-11T22:11:56.686Z", "group_key": "ungrouped-446447125",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "446339767", "type": "mention", "created_at": "2025-08-11T16:45:55.802Z",
        "group_key": "ungrouped-446339767", "account": {"id": "109446733121874654",
        "username": "latencyobs", "acct": "latencyobs@icosahedron.website", "display_name":
        "Latency Observer", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-02T00:00:00.000Z",
        "note": "", "url": "https://icosahedron.website/@latencyobs", "uri": "https://icosahedron.website/users/latencyobs",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 0, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "446271804", "type":
        "mention", "created_at": "2025-08-11T13:45:21.284Z", "group_key": "ungrouped-446271804",
        "account": {"id": "261937", "username": "halcy", "acct": "halcy@glitch.social",
        "display_name": "fake halcy", "locked": false, "bot": false, "discoverable":
        false, "indexable": false, "group": false, "created_at": "2017-12-13T00:00:00.000Z",
        "note": "<p>test account for Mastodon.py development</p>", "url": "https://glitch.social/@halcy",
        "uri": "https://glitch.social/users/halcy", "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": null}, {"id": "446159144", "type": "mention",
        "created_at": "2025-08-11T07:01:13.399Z", "group_key": "ungrouped-446159144",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "444596462", "type": "mention", "created_at": "2025-08-06T20:32:33.112Z",
        "group_key": "ungrouped-444596462", "account": {"id": "109446733188999785",
        "username": "halcy", "acct": "halcy@hachyderm.io", "display_name": "halcy",
        "locked": false, "bot": false, "discoverable": false, "indexable": false,
        "group": false, "created_at": "2022-12-01T00:00:00.000Z", "note": "", "url":
        "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "444235275", "type":
        "mention", "created_at": "2025-08-05T21:46:16.729Z", "group_key": "ungrouped-444235275",
        "account": {"id": "109446733188999785", "username": "halcy", "acct": "halcy@hachyderm.io",
        "display_name": "halcy", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-01T00:00:00.000Z",
        "note": "", "url": "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "444229311", "type":
        "mention", "created_at": "2025-08-05T21:29:29.781Z", "group_key": "ungrouped-444229311",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "444192766", "type": "mention", "created_at": "2025-08-05T19:30:29.138Z",
        "group_key": "ungrouped-444192766", "account": {"id": "109446733121874654",
        "username": "latencyobs", "acct": "latencyobs@icosahedron.website", "display_name":
        "Latency Observer", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-02T00:00:00.000Z",
        "note": "", "url": "https://icosahedron.website/@latencyobs", "uri": "https://icosahedron.website/users/latencyobs",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 0, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "444163180", "type":
        "mention", "created_at": "2025-08-05T17:58:34.518Z", "group_key": "ungrouped-444163180",
        "account": {"id": "109446733188999785", "username": "halcy", "acct": "halcy@hachyderm.io",
        "display_name": "halcy", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-01T00:00:00.000Z",
        "note": "", "url": "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "444073043", "type":
        "mention", "created_at": "2025-08-05T13:24:31.928Z", "group_key": "ungrouped-444073043",
        "account": {"id": "261937", "username": "halcy", "acct": "halcy@glitch.social",
        "display_name": "fake halcy", "locked": false, "bot": false, "discoverable":
        false, "indexable": false, "group": false, "created_at": "2017-12-13T00:00:00.000Z",
        "note": "<p>test account for Mastodon.py development</p>", "url": "https://glitch.social/@halcy",
        "uri": "https://glitch.social/users/halcy", "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": {"id": "114976376209872557", "created_at":
        "2025-08-05T13:24:31.000Z", "in_reply_to_id": null, "in_reply_to_account_id":
        null, "sensitive": false, "spoiler_text": "", "visibility": "direct", "language":
        "de", "uri": "https://glitch.social/users/halcy/statuses/114976376172334732",
        "url": "https://glitch.social/@halcy/114976376172334732", "replies_count":
        0, "reblogs_count": 0, "favourites_count": 0, "edited_at": null, "favourited":
        false, "reblogged": false, "muted": false, "bookmarked": false, "content":
        "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@halcy\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy@mastodon.social</span></a></span>
        <span class=\"h-card\" translate=\"no\"><a href=\"https://icosahedron.website/@latencyobs\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>latencyobs</span></a></span>
        <span class=\"h-card\" translate=\"no\"><a href=\"https://hachyderm.io/@halcy\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy@hachyderm.io</span></a></span>
        ____________LATENCYPING____________1754400271.0995398____________LATENCYPING____________</p>",
        "filtered": [], "reblog": null, "account": {"id": "261937", "username": "halcy",
        "acct": "halcy@glitch.social", "display_name": "fake halcy", "locked": false,
        "bot": false, "discoverable": false, "indexable": false, "group": false, "created_at":
        "2017-12-13T00:00:00.000Z", "note": "<p>test account for Mastodon.py development</p>",
        "url": "https://glitch.social/@halcy", "uri": "https://glitch.social/users/halcy",
        "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "media_attachments": [], "mentions": [{"id": "43",
        "username": "halcy", "url": "https://mastodon.social/@halcy", "acct": "halcy"},
        {"id": "109446733121874654", "username": "latencyobs", "url": "https://icosahedron.website/@latencyobs",
        "acct": "latencyobs@icosahedron.website"}, {"id": "109446733188999785", "username":
        "halcy", "url": "https://hachyderm.io/@halcy", "acct": "halcy@hachyderm.io"}],
        "tags": [], "emojis": [], "quote": null, "card": null, "poll": null}}, {"id":
        "442957985", "type": "mention", "created_at": "2025-08-02T07:25:26.796Z",
        "group_key": "ungrouped-442957985", "account": {"id": "109446733121874654",
        "username": "latencyobs", "acct": "latencyobs@icosahedron.website", "display_name":
        "Latency Observer", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-02T00:00:00.000Z",
        "note": "", "url": "https://icosahedron.website/@latencyobs", "uri": "https://icosahedron.website/users/latencyobs",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 0, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "442351603", "type":
        "mention", "created_at": "2025-07-31T15:27:59.729Z", "group_key": "ungrouped-442351603",
        "account": {"id": "261937", "username": "halcy", "acct": "halcy@glitch.social",
        "display_name": "fake halcy", "locked": false, "bot": false, "discoverable":
        false, "indexable": false, "group": false, "created_at": "2017-12-13T00:00:00.000Z",
        "note": "<p>test account for Mastodon.py development</p>", "url": "https://glitch.social/@halcy",
        "uri": "https://glitch.social/users/halcy", "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": null}, {"id": "442311476", "type": "mention",
        "created_at": "2025-07-31T13:35:58.377Z", "group_key": "ungrouped-442311476",
        "account": {"id": "109446733188999785", "username": "halcy", "acct": "halcy@hachyderm.io",
        "display_name": "halcy", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-01T00:00:00.000Z",
        "note": "", "url": "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "442306164", "type":
        "mention", "created_at": "2025-07-31T13:20:18.887Z", "group_key": "ungrouped-442306164",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "442067869", "type": "mention", "created_at": "2025-07-30T20:36:34.258Z",
        "group_key": "ungrouped-442067869", "account": {"id": "109446733188999785",
        "username": "halcy", "acct": "halcy@hachyderm.io", "display_name": "halcy",
        "locked": false, "bot": false, "discoverable": false, "indexable": false,
        "group": false, "created_at": "2022-12-01T00:00:00.000Z", "note": "", "url":
        "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "442025385", "type":
        "mention", "created_at": "2025-07-30T18:19:39.023Z", "group_key": "ungrouped-442025385",
        "account": {"id": "261937", "username": "halcy", "acct": "halcy@glitch.social",
        "display_name": "fake halcy", "locked": false, "bot": false, "discoverable":
        false, "indexable": false, "group": false, "created_at": "2017-12-13T00:00:00.000Z",
        "note": "<p>test account for Mastodon.py development</p>", "url": "https://glitch.social/@halcy",
        "uri": "https://glitch.social/users/halcy", "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": null}, {"id": "441926944", "type": "mention",
        "created_at": "2025-07-30T13:30:30.925Z", "group_key": "ungrouped-441926944",
        "account": {"id": "23972", "username": "halcy", "acct": "halcy@icosahedron.website",
        "display_name": "halcy\u200b :icosahedron:", "locked": false, "bot": false,
        "discoverable": true, "indexable": true, "group": false, "created_at": "2017-02-03T00:00:00.000Z",
        "note": "<p>build. your. squid.</p><p>ideal for comfortable gameplay in relaxed
        locations.</p><p>i work at, but do not speak for, microsoft.</p>", "url":
        "https://icosahedron.website/@halcy", "uri": "https://icosahedron.website/users/halcy",
        "avatar": "https://files.mastodon.social/cache/accounts/avatars/000/023/972/original/9c900052b7f670db.jpg",
        "avatar_static": "https://files.mastodon.social/cache/accounts/avatars/000/023/972/original/9c900052b7f670db.jpg",
        "header": "https://files.mastodon.social/cache/accounts/headers/000/023/972/original/e5c0d647464517c2.png",
        "header_static": "https://files.mastodon.social/cache/accounts/headers/000/023/972/original/e5c0d647464517c2.png",
        "followers_count": 3421, "following_count": 519, "statuses_count": 68338,
        "last_status_at": "2025-08-15", "hide_collections": true, "emojis": [{"shortcode":
        "icosahedron", "url": "https://files.mastodon.social/cache/custom_emojis/images/000/002/116/original/e0d448640e549b87.png",
        "static_url": "https://files.mastodon.social/cache/custom_emojis/images/000/002/116/static/e0d448640e549b87.png",
        "visible_in_picker": true}], "fields": [{"name": "Web", "value": "<a href=\"https://halcy.de/\"
        target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span
        class=\"\">halcy.de/</span><span class=\"invisible\"></span></a>", "verified_at":
        "2025-08-14T22:55:32.558+00:00"}, {"name": "Demogroup", "value": "<a href=\"https://demoscene.vc/\"
        rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span
        class=\"\">demoscene.vc/</span><span class=\"invisible\"></span></a>", "verified_at":
        null}, {"name": "Pronouns", "value": "He/Him", "verified_at": null}, {"name":
        "Priv", "value": "<span class=\"h-card\" translate=\"no\"><a href=\"https://icosahedron.website/@halcy2\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy2</span></a></span>",
        "verified_at": null}]}, "status": {"id": "114942424782817157", "created_at":
        "2025-07-30T13:30:13.000Z", "in_reply_to_id": null, "in_reply_to_account_id":
        null, "sensitive": false, "spoiler_text": "", "visibility": "direct", "language":
        "en", "uri": "https://icosahedron.website/users/halcy/statuses/114942424762885790",
        "url": "https://icosahedron.website/@halcy/114942424762885790", "replies_count":
        0, "reblogs_count": 0, "favourites_count": 0, "edited_at": null, "favourited":
        false, "reblogged": false, "muted": false, "bookmarked": false, "content":
        "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@halcy\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy@mastodon.social</span></a></span>
        <a href=\"https://kal-tsit.halcy.de/dev?teeeeeeestlolll2\" rel=\"nofollow
        noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span
        class=\"ellipsis\">kal-tsit.halcy.de/dev?teeeeeee</span><span class=\"invisible\">stlolll2</span></a></p>",
        "filtered": [], "reblog": null, "account": {"id": "23972", "username": "halcy",
        "acct": "halcy@icosahedron.website", "display_name": "halcy\u200b :icosahedron:",
        "locked": false, "bot": false, "discoverable": true, "indexable": true, "group":
        false, "created_at": "2017-02-03T00:00:00.000Z", "note": "<p>build. your.
        squid.</p><p>ideal for comfortable gameplay in relaxed locations.</p><p>i
        work at, but do not speak for, microsoft.</p>", "url": "https://icosahedron.website/@halcy",
        "uri": "https://icosahedron.website/users/halcy", "avatar": "https://files.mastodon.social/cache/accounts/avatars/000/023/972/original/9c900052b7f670db.jpg",
        "avatar_static": "https://files.mastodon.social/cache/accounts/avatars/000/023/972/original/9c900052b7f670db.jpg",
        "header": "https://files.mastodon.social/cache/accounts/headers/000/023/972/original/e5c0d647464517c2.png",
        "header_static": "https://files.mastodon.social/cache/accounts/headers/000/023/972/original/e5c0d647464517c2.png",
        "followers_count": 3421, "following_count": 519, "statuses_count": 68338,
        "last_status_at": "2025-08-15", "hide_collections": true, "emojis": [{"shortcode":
        "icosahedron", "url": "https://files.mastodon.social/cache/custom_emojis/images/000/002/116/original/e0d448640e549b87.png",
        "static_url": "https://files.mastodon.social/cache/custom_emojis/images/000/002/116/static/e0d448640e549b87.png",
        "visible_in_picker": true}], "fields": [{"name": "Web", "value": "<a href=\"https://halcy.de/\"
        target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span
        class=\"\">halcy.de/</span><span class=\"invisible\"></span></a>", "verified_at":
        "2025-08-14T22:55:32.558+00:00"}, {"name": "Demogroup", "value": "<a href=\"https://demoscene.vc/\"
        rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span
        class=\"\">demoscene.vc/</span><span class=\"invisible\"></span></a>", "verified_at":
        null}, {"name": "Pronouns", "value": "He/Him", "verified_at": null}, {"name":
        "Priv", "value": "<span class=\"h-card\" translate=\"no\"><a href=\"https://icosahedron.website/@halcy2\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy2</span></a></span>",
        "verified_at": null}]}, "media_attachments": [], "mentions": [{"id": "43",
        "username": "halcy", "url": "https://mastodon.social/@halcy", "acct": "halcy"}],
        "tags": [], "emojis": [], "quote": null, "card": null, "poll": null}}, {"id":
        "441689639", "type": "mention", "created_at": "2025-07-29T20:31:11.504Z",
        "group_key": "ungrouped-441689639", "account": {"id": "23972", "username":
        "halcy", "acct": "halcy@icosahedron.website", "display_name": "halcy\u200b
        :icosahedron:", "locked": false, "bot": false, "discoverable": true, "indexable":
        true, "group": false, "created_at": "2017-02-03T00:00:00.000Z", "note": "<p>build.
        your. squid.</p><p>ideal for comfortable gameplay in relaxed locations.</p><p>i
        work at, but do not speak for, microsoft.</p>", "url": "https://icosahedron.website/@halcy",
        "uri": "https://icosahedron.website/users/halcy", "avatar": "https://files.mastodon.social/cache/accounts/avatars/000/023/972/original/9c900052b7f670db.jpg",
        "avatar_static": "https://files.mastodon.social/cache/accounts/avatars/000/023/972/original/9c900052b7f670db.jpg",
        "header": "https://files.mastodon.social/cache/accounts/headers/000/023/972/original/e5c0d647464517c2.png",
        "header_static": "https://files.mastodon.social/cache/accounts/headers/000/023/972/original/e5c0d647464517c2.png",
        "followers_count": 3421, "following_count": 519, "statuses_count": 68338,
        "last_status_at": "2025-08-15", "hide_collections": true, "emojis": [{"shortcode":
        "icosahedron", "url": "https://files.mastodon.social/cache/custom_emojis/images/000/002/116/original/e0d448640e549b87.png",
        "static_url": "https://files.mastodon.social/cache/custom_emojis/images/000/002/116/static/e0d448640e549b87.png",
        "visible_in_picker": true}], "fields": [{"name": "Web", "value": "<a href=\"https://halcy.de/\"
        target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span
        class=\"\">halcy.de/</span><span class=\"invisible\"></span></a>", "verified_at":
        "2025-08-14T22:55:32.558+00:00"}, {"name": "Demogroup", "value": "<a href=\"https://demoscene.vc/\"
        rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span
        class=\"\">demoscene.vc/</span><span class=\"invisible\"></span></a>", "verified_at":
        null}, {"name": "Pronouns", "value": "He/Him", "verified_at": null}, {"name":
        "Priv", "value": "<span class=\"h-card\" translate=\"no\"><a href=\"https://icosahedron.website/@halcy2\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy2</span></a></span>",
        "verified_at": null}]}, "status": {"id": "114938417684509406", "created_at":
        "2025-07-29T20:31:10.000Z", "in_reply_to_id": null, "in_reply_to_account_id":
        null, "sensitive": false, "spoiler_text": "", "visibility": "direct", "language":
        "en", "uri": "https://icosahedron.website/users/halcy/statuses/114938417663852418",
        "url": "https://icosahedron.website/@halcy/114938417663852418", "replies_count":
        0, "reblogs_count": 0, "favourites_count": 0, "edited_at": null, "favourited":
        false, "reblogged": false, "muted": false, "bookmarked": false, "content":
        "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@halcy\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy@mastodon.social</span></a></span>
        <a href=\"https://kal-tsit.halcy.de/dev/?checkthisout\" rel=\"nofollow noopener\"
        translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span
        class=\"ellipsis\">kal-tsit.halcy.de/dev/?checkth</span><span class=\"invisible\">isout</span></a></p>",
        "filtered": [], "reblog": null, "account": {"id": "23972", "username": "halcy",
        "acct": "halcy@icosahedron.website", "display_name": "halcy\u200b :icosahedron:",
        "locked": false, "bot": false, "discoverable": true, "indexable": true, "group":
        false, "created_at": "2017-02-03T00:00:00.000Z", "note": "<p>build. your.
        squid.</p><p>ideal for comfortable gameplay in relaxed locations.</p><p>i
        work at, but do not speak for, microsoft.</p>", "url": "https://icosahedron.website/@halcy",
        "uri": "https://icosahedron.website/users/halcy", "avatar": "https://files.mastodon.social/cache/accounts/avatars/000/023/972/original/9c900052b7f670db.jpg",
        "avatar_static": "https://files.mastodon.social/cache/accounts/avatars/000/023/972/original/9c900052b7f670db.jpg",
        "header": "https://files.mastodon.social/cache/accounts/headers/000/023/972/original/e5c0d647464517c2.png",
        "header_static": "https://files.mastodon.social/cache/accounts/headers/000/023/972/original/e5c0d647464517c2.png",
        "followers_count": 3421, "following_count": 519, "statuses_count": 68338,
        "last_status_at": "2025-08-15", "hide_collections": true, "emojis": [{"shortcode":
        "icosahedron", "url": "https://files.mastodon.social/cache/custom_emojis/images/000/002/116/original/e0d448640e549b87.png",
        "static_url": "https://files.mastodon.social/cache/custom_emojis/images/000/002/116/static/e0d448640e549b87.png",
        "visible_in_picker": true}], "fields": [{"name": "Web", "value": "<a href=\"https://halcy.de/\"
        target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span
        class=\"\">halcy.de/</span><span class=\"invisible\"></span></a>", "verified_at":
        "2025-08-14T22:55:32.558+00:00"}, {"name": "Demogroup", "value": "<a href=\"https://demoscene.vc/\"
        rel=\"nofollow noopener\" translate=\"no\" target=\"_blank\"><span class=\"invisible\">https://</span><span
        class=\"\">demoscene.vc/</span><span class=\"invisible\"></span></a>", "verified_at":
        null}, {"name": "Pronouns", "value": "He/Him", "verified_at": null}, {"name":
        "Priv", "value": "<span class=\"h-card\" translate=\"no\"><a href=\"https://icosahedron.website/@halcy2\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy2</span></a></span>",
        "verified_at": null}]}, "media_attachments": [], "mentions": [{"id": "43",
        "username": "halcy", "url": "https://mastodon.social/@halcy", "acct": "halcy"}],
        "tags": [], "emojis": [], "quote": null, "card": {"url": "https://kal-tsit.halcy.de/dev/?checkthisout",
        "title": "Interactive Grid", "description": "", "language": "en", "type":
        "video", "author_name": "", "author_url": "", "provider_name": "", "provider_url":
        "", "html": "<iframe src=\"https://kal-tsit.halcy.de/dev/?id=-1\" width=\"800\"
        height=\"450\" allowfullscreen=\"allowfullscreen\" scrolling=\"no\" frameborder=\"0\"
        sandbox=\"allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox
        allow-forms\"></iframe>", "width": 800, "height": 450, "image": "https://files.mastodon.social/cache/preview_cards/images/156/941/483/original/a94367da26d9550e.png",
        "image_description": "", "embed_url": "", "blurhash": "U3BoqEIBTVD%;Way#toM79of2}R%ORafFofj",
        "published_at": null, "authors": []}, "poll": null}}, {"id": "441444481",
        "type": "mention", "created_at": "2025-07-29T07:00:22.114Z", "group_key":
        "ungrouped-441444481", "account": {"id": "109446733121874654", "username":
        "latencyobs", "acct": "latencyobs@icosahedron.website", "display_name": "Latency
        Observer", "locked": false, "bot": false, "discoverable": false, "indexable":
        false, "group": false, "created_at": "2022-12-02T00:00:00.000Z", "note": "",
        "url": "https://icosahedron.website/@latencyobs", "uri": "https://icosahedron.website/users/latencyobs",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 0, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "441340609", "type":
        "mention", "created_at": "2025-07-28T21:32:45.606Z", "group_key": "ungrouped-441340609",
        "account": {"id": "261937", "username": "halcy", "acct": "halcy@glitch.social",
        "display_name": "fake halcy", "locked": false, "bot": false, "discoverable":
        false, "indexable": false, "group": false, "created_at": "2017-12-13T00:00:00.000Z",
        "note": "<p>test account for Mastodon.py development</p>", "url": "https://glitch.social/@halcy",
        "uri": "https://glitch.social/users/halcy", "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": null}, {"id": "440321144", "type": "mention",
        "created_at": "2025-07-25T22:00:57.700Z", "group_key": "ungrouped-440321144",
        "account": {"id": "109446733188999785", "username": "halcy", "acct": "halcy@hachyderm.io",
        "display_name": "halcy", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-01T00:00:00.000Z",
        "note": "", "url": "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "440160440", "type":
        "mention", "created_at": "2025-07-25T13:23:25.182Z", "group_key": "ungrouped-440160440",
        "account": {"id": "261937", "username": "halcy", "acct": "halcy@glitch.social",
        "display_name": "fake halcy", "locked": false, "bot": false, "discoverable":
        false, "indexable": false, "group": false, "created_at": "2017-12-13T00:00:00.000Z",
        "note": "<p>test account for Mastodon.py development</p>", "url": "https://glitch.social/@halcy",
        "uri": "https://glitch.social/users/halcy", "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": null}, {"id": "439542131", "type": "mention",
        "created_at": "2025-07-23T19:29:37.024Z", "group_key": "ungrouped-439542131",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "439175439", "type": "mention", "created_at": "2025-07-22T20:26:31.962Z",
        "group_key": "ungrouped-439175439", "account": {"id": "109446733188999785",
        "username": "halcy", "acct": "halcy@hachyderm.io", "display_name": "halcy",
        "locked": false, "bot": false, "discoverable": false, "indexable": false,
        "group": false, "created_at": "2022-12-01T00:00:00.000Z", "note": "", "url":
        "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "439104112", "type":
        "mention", "created_at": "2025-07-22T17:04:43.143Z", "group_key": "ungrouped-439104112",
        "account": {"id": "109446733188999785", "username": "halcy", "acct": "halcy@hachyderm.io",
        "display_name": "halcy", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-01T00:00:00.000Z",
        "note": "", "url": "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "438064665", "type":
        "mention", "created_at": "2025-07-19T17:46:27.203Z", "group_key": "ungrouped-438064665",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "437756573", "type": "mention", "created_at": "2025-07-18T19:15:22.853Z",
        "group_key": "ungrouped-437756573", "account": {"id": "109446733121874654",
        "username": "latencyobs", "acct": "latencyobs@icosahedron.website", "display_name":
        "Latency Observer", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-02T00:00:00.000Z",
        "note": "", "url": "https://icosahedron.website/@latencyobs", "uri": "https://icosahedron.website/users/latencyobs",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 0, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": {"id": "114875833772118580",
        "created_at": "2025-07-18T19:15:15.000Z", "in_reply_to_id": null, "in_reply_to_account_id":
        null, "sensitive": false, "spoiler_text": "", "visibility": "direct", "language":
        "en", "uri": "https://icosahedron.website/users/latencyobs/statuses/114875833746679573",
        "url": "https://icosahedron.website/@latencyobs/114875833746679573", "replies_count":
        0, "reblogs_count": 0, "favourites_count": 0, "edited_at": null, "favourited":
        false, "reblogged": false, "muted": false, "bookmarked": false, "content":
        "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@halcy\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy@mastodon.social</span></a></span>
        <span class=\"h-card\" translate=\"no\"><a href=\"https://glitch.social/@halcy\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy@glitch.social</span></a></span>
        <span class=\"h-card\" translate=\"no\"><a href=\"https://hachyderm.io/@halcy\"
        class=\"u-url mention\" rel=\"nofollow noopener\" target=\"_blank\">@<span>halcy@hachyderm.io</span></a></span>
        ____________LATENCYPING____________1752866115.350361____________LATENCYPING____________</p>",
        "filtered": [], "reblog": null, "account": {"id": "109446733121874654", "username":
        "latencyobs", "acct": "latencyobs@icosahedron.website", "display_name": "Latency
        Observer", "locked": false, "bot": false, "discoverable": false, "indexable":
        false, "group": false, "created_at": "2022-12-02T00:00:00.000Z", "note": "",
        "url": "https://icosahedron.website/@latencyobs", "uri": "https://icosahedron.website/users/latencyobs",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 0, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "media_attachments": [], "mentions": [{"id":
        "43", "username": "halcy", "url": "https://mastodon.social/@halcy", "acct":
        "halcy"}, {"id": "261937", "username": "halcy", "url": "https://glitch.social/@halcy",
        "acct": "halcy@glitch.social"}, {"id": "109446733188999785", "username": "halcy",
        "url": "https://hachyderm.io/@halcy", "acct": "halcy@hachyderm.io"}], "tags":
        [], "emojis": [], "quote": null, "card": null, "poll": null}}, {"id": "437672272",
        "type": "mention", "created_at": "2025-07-18T15:00:49.315Z", "group_key":
        "ungrouped-437672272", "account": {"id": "261937", "username": "halcy", "acct":
        "halcy@glitch.social", "display_name": "fake halcy", "locked": false, "bot":
        false, "discoverable": false, "indexable": false, "group": false, "created_at":
        "2017-12-13T00:00:00.000Z", "note": "<p>test account for Mastodon.py development</p>",
        "url": "https://glitch.social/@halcy", "uri": "https://glitch.social/users/halcy",
        "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": null}, {"id": "437596406", "type": "mention",
        "created_at": "2025-07-18T11:02:38.817Z", "group_key": "ungrouped-437596406",
        "account": {"id": "109446733188999785", "username": "halcy", "acct": "halcy@hachyderm.io",
        "display_name": "halcy", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-01T00:00:00.000Z",
        "note": "", "url": "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "437569526", "type":
        "mention", "created_at": "2025-07-18T09:30:20.986Z", "group_key": "ungrouped-437569526",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "437371898", "type": "mention", "created_at": "2025-07-17T19:21:44.343Z",
        "group_key": "ungrouped-437371898", "account": {"id": "109446733121874654",
        "username": "latencyobs", "acct": "latencyobs@icosahedron.website", "display_name":
        "Latency Observer", "locked": false, "bot": false, "discoverable": false,
        "indexable": false, "group": false, "created_at": "2022-12-02T00:00:00.000Z",
        "note": "", "url": "https://icosahedron.website/@latencyobs", "uri": "https://icosahedron.website/users/latencyobs",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 0, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "436625701", "type":
        "mention", "created_at": "2025-07-15T19:49:11.446Z", "group_key": "ungrouped-436625701",
        "account": {"id": "109446733121874654", "username": "latencyobs", "acct":
        "latencyobs@icosahedron.website", "display_name": "Latency Observer", "locked":
        false, "bot": false, "discoverable": false, "indexable": false, "group": false,
        "created_at": "2022-12-02T00:00:00.000Z", "note": "", "url": "https://icosahedron.website/@latencyobs",
        "uri": "https://icosahedron.website/users/latencyobs", "avatar": "https://mastodon.social/avatars/original/missing.png",
        "avatar_static": "https://mastodon.social/avatars/original/missing.png", "header":
        "https://mastodon.social/headers/original/missing.png", "header_static": "https://mastodon.social/headers/original/missing.png",
        "followers_count": 0, "following_count": 0, "statuses_count": 0, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": []}, "status": null},
        {"id": "436570029", "type": "mention", "created_at": "2025-07-15T16:53:21.497Z",
        "group_key": "ungrouped-436570029", "account": {"id": "109446733188999785",
        "username": "halcy", "acct": "halcy@hachyderm.io", "display_name": "halcy",
        "locked": false, "bot": false, "discoverable": false, "indexable": false,
        "group": false, "created_at": "2022-12-01T00:00:00.000Z", "note": "", "url":
        "https://hachyderm.io/@halcy", "uri": "https://hachyderm.io/users/halcy",
        "avatar": "https://mastodon.social/avatars/original/missing.png", "avatar_static":
        "https://mastodon.social/avatars/original/missing.png", "header": "https://mastodon.social/headers/original/missing.png",
        "header_static": "https://mastodon.social/headers/original/missing.png", "followers_count":
        0, "following_count": 0, "statuses_count": 1, "last_status_at": null, "hide_collections":
        false, "emojis": [], "fields": []}, "status": null}, {"id": "436376765", "type":
        "mention", "created_at": "2025-07-15T06:01:30.406Z", "group_key": "ungrouped-436376765",
        "account": {"id": "261937", "username": "halcy", "acct": "halcy@glitch.social",
        "display_name": "fake halcy", "locked": false, "bot": false, "discoverable":
        false, "indexable": false, "group": false, "created_at": "2017-12-13T00:00:00.000Z",
        "note": "<p>test account for Mastodon.py development</p>", "url": "https://glitch.social/@halcy",
        "uri": "https://glitch.social/users/halcy", "avatar": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "avatar_static": "https://files.mastodon.social/accounts/avatars/000/261/937/original/8ddd2c33f682ef12.png",
        "header": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "header_static": "https://files.mastodon.social/accounts/headers/000/261/937/original/3741881592d9d97b.png",
        "followers_count": 13, "following_count": 2, "statuses_count": 44, "last_status_at":
        null, "hide_collections": false, "emojis": [], "fields": [{"name": "A", "value":
        "X", "verified_at": null}, {"name": "B", "value": "Y", "verified_at": null},
        {"name": "C", "value": "Z", "verified_at": null}, {"name": "D", "value": "W",
        "verified_at": null}]}, "status": null}]'
    headers:
      Connection:
      - keep-alive
      Date:
      - Fri, 15 Aug 2025 20:18:52 GMT
      Strict-Transport-Security:
      - max-age=31557600
      Vary:
      - Authorization, Origin, Accept-Encoding
      X-Cache:
      - MISS, MISS, MISS
      X-Cache-Hits:
      - 0, 0, 0
      X-Served-By:
      - cache-fra-eddf8230162-FRA, cache-fra-eddf8230168-FRA, cache-hel1410025-HEL
      X-Timer:
      - S1755289132.958336,VS0,VE235
      accept-ranges:
      - none
      alt-svc:
      - h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
      cache-control:
      - private, no-store
      content-length:
      - '55434'
      content-security-policy:
      - default-src 'none'; frame-ancestors 'none'; form-action 'none'
      content-type:
      - application/json; charset=utf-8
      etag:
      - W/"537105e0952c29249ba293c9d7784a79"
      link:
      - <https://mastodon.social/api/v1/notifications?max_id=436376765>; rel="next",
        <https://mastodon.social/api/v1/notifications?min_id=447463634>; rel="prev"
      referrer-policy:
      - same-origin
      transfer-encoding:
      - chunked
      via:
      - 1.1 varnish, 1.1 varnish, 1.1 varnish
      x-content-type-options:
      - nosniff
      x-frame-options:
      - DENY
      x-ratelimit-limit:
      - '300'
      x-ratelimit-remaining:
      - '244'
      x-ratelimit-reset:
      - '2025-08-15T20:20:00.026230Z'
      x-request-id:
      - a0ae1232be17554143be271e4974dab3
      x-runtime:
      - '0.159096'
      x-xss-protection:
      - '0'
    status:
      code: 200
      message: OK
version: 1