ActivityPub Viewer

A small tool to view real-world ActivityPub objects as JSON! Enter a URL or username from Mastodon or a similar service below, and we'll send a request with the right Accept header to the server to view the underlying object.

Open in browser →
{ "@context": "https://www.w3.org/ns/activitystreams", "type": "OrderedCollectionPage", "orderedItems": [ { "type": "Announce", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/1049109748013604865/entities/urn:activity:1510373327116439556", "attributedTo": "https://www.minds.com/api/activitypub/users/1049109748013604865", "content": "We need a Humility Month more than a Pride Month tbh.", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/1049109748013604865/followers" ], "tag": [], "url": "https://www.minds.com/newsfeed/1510373327116439556", "published": "2023-05-30T20:04:22+00:00", "source": { "content": "We need a Humility Month more than a Pride Month tbh.", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1510653164062248980/activity", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/1049109748013604865", "https://www.minds.com/api/activitypub/users/742364808900255760/followers" ] }, { "type": "Announce", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/984861418903838721/entities/urn:activity:1408465938335928338", "attributedTo": "https://www.minds.com/api/activitypub/users/984861418903838721", "content": "<a href=\"https://www.minds.com/newsfeed/1408465938335928338\" target=\"_blank\">https://www.minds.com/newsfeed/1408465938335928338</a>", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/984861418903838721/followers" ], "tag": [], "url": "https://www.minds.com/newsfeed/1408465938335928338", "published": "2022-08-22T15:00:47+00:00", "source": { "content": "https://www.minds.com/newsfeed/1408465938335928338", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1409959060534464528/activity", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/984861418903838721", "https://www.minds.com/api/activitypub/users/742364808900255760/followers" ] }, { "type": "Announce", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/1382179263288971281/entities/urn:activity:1393539977815527441", "attributedTo": "https://www.minds.com/api/activitypub/users/1382179263288971281", "content": "The law specifically protects judges from protests aimed to intimidate or influence their decisions. There's a reason for this. Our judicial branch is meant to be accountable to our Constitution, not public pressure. If we toss out the rule of law, we lose our democracy. <a href=\"https://twitter.com/TulsiGabbard/status/1546804060325568512/video/1\" target=\"_blank\">https://twitter.com/TulsiGabbard/status/1546804060325568512/video/1</a>", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/1382179263288971281/followers" ], "tag": [], "url": "https://www.minds.com/newsfeed/1393539977815527441", "published": "2022-07-12T10:30:20+00:00", "source": { "content": "The law specifically protects judges from protests aimed to intimidate or influence their decisions. There's a reason for this. Our judicial branch is meant to be accountable to our Constitution, not public pressure. If we toss out the rule of law, we lose our democracy. https://twitter.com/TulsiGabbard/status/1546804060325568512/video/1", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1393979910715871239/activity", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/1382179263288971281", "https://www.minds.com/api/activitypub/users/742364808900255760/followers" ] }, { "type": "Announce", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/466016301811249157/entities/urn:activity:1318001140977111054", "attributedTo": "https://www.minds.com/api/activitypub/users/466016301811249157", "content": "here is the flaw/exploit that i mentioned yesterday, summed up:<br /><br />1. the CRC-32 checksum for \"00 00 00 00\" is \"21 44 DF 1C\" every time. <br /><br />2. if we take ANY hex sequence of ANY size in ANY order we can make it produce the same checksum by simply deleting the last 4 bytes of data, generating the checksum with the 4 bytes removed, and then appending the generated CRC-32 Bit checksum in place of the 4 bytes we deleted in a particular order.<br /><br />3. this is the order from 1-8 the CRC-32 checksum can be appended where we deleted the last 4 bytes in order to generate the SAME CHECKSUM EVERY TIME:<br /> \"7, 8, 5, 6, 3, 4, 1, 2\"<br /><br />3a. this is how the order from 1-8 looks with them paired:<br />\"78, 56, 34, 12\" <br /><br />4. so if the generated CRC-32 bit checksum of our application/sequence/etc. after removing the last 4 bytes is <br />\"7B D5 C6 6F\"<br /><br />5. we would just append \"6F C6 D5 7B\" in place of the 4 bytes we deleted and we will get \"21 44 DF 1C\" every single time with any size file, string, application, sequence, etc. <br /><br />understand that this is just a friendly heads up. <br />i am sharing this in order to help raise awareness because until a solution is discovered, we will all potentially be vulnerable. <br /><br />please feel free to comment, and know that i will be attempting to boost this post. thank you, that is all for now.<br /><br />", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/466016301811249157/followers" ], "tag": [], "url": "https://www.minds.com/newsfeed/1318001140977111054", "published": "2021-12-15T23:45:58+00:00", "source": { "content": "here is the flaw/exploit that i mentioned yesterday, summed up:\n\n1. the CRC-32 checksum for \"00 00 00 00\" is \"21 44 DF 1C\" every time. \n\n2. if we take ANY hex sequence of ANY size in ANY order we can make it produce the same checksum by simply deleting the last 4 bytes of data, generating the checksum with the 4 bytes removed, and then appending the generated CRC-32 Bit checksum in place of the 4 bytes we deleted in a particular order.\n\n3. this is the order from 1-8 the CRC-32 checksum can be appended where we deleted the last 4 bytes in order to generate the SAME CHECKSUM EVERY TIME:\n \"7, 8, 5, 6, 3, 4, 1, 2\"\n\n3a. this is how the order from 1-8 looks with them paired:\n\"78, 56, 34, 12\" \n\n4. so if the generated CRC-32 bit checksum of our application/sequence/etc. after removing the last 4 bytes is \n\"7B D5 C6 6F\"\n\n5. we would just append \"6F C6 D5 7B\" in place of the 4 bytes we deleted and we will get \"21 44 DF 1C\" every single time with any size file, string, application, sequence, etc. \n\nunderstand that this is just a friendly heads up. \ni am sharing this in order to help raise awareness because until a solution is discovered, we will all potentially be vulnerable. \n\nplease feel free to comment, and know that i will be attempting to boost this post. thank you, that is all for now.\n\n", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1343357195802120202/activity", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/466016301811249157", "https://www.minds.com/api/activitypub/users/742364808900255760/followers" ] }, { "type": "Announce", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/390561917288058880/entities/urn:activity:1341073044063391755", "attributedTo": "https://www.minds.com/api/activitypub/users/390561917288058880", "content": "<a href=\"https://www.minds.com/search?f=top&amp;t=all&amp;q=snowblower\" title=\"#snowblower\" class=\"u-url hashtag\" target=\"_blank\">#snowblower</a> <a href=\"https://www.minds.com/search?f=top&amp;t=all&amp;q=toolsmaketheman\" title=\"#toolsmaketheman\" class=\"u-url hashtag\" target=\"_blank\">#toolsmaketheman</a>", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/390561917288058880/followers" ], "tag": [], "url": "https://www.minds.com/newsfeed/1341073044063391755", "published": "2022-02-17T15:45:29+00:00", "source": { "content": "#snowblower #toolsmaketheman", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1341440106300444674/activity", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/390561917288058880", "https://www.minds.com/api/activitypub/users/742364808900255760/followers" ] }, { "type": "Announce", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/100000000000091089/entities/urn:activity:1341072232583008259", "attributedTo": "https://www.minds.com/api/activitypub/users/100000000000091089", "content": "<a href=\"https://www.minds.com/search?f=top&amp;t=all&amp;q=animals\" title=\"#animals\" class=\"u-url hashtag\" target=\"_blank\">#animals</a> <a href=\"https://www.minds.com/search?f=top&amp;t=all&amp;q=dogs\" title=\"#dogs\" class=\"u-url hashtag\" target=\"_blank\">#dogs</a> <a href=\"https://www.minds.com/search?f=top&amp;t=all&amp;q=cats\" title=\"#cats\" class=\"u-url hashtag\" target=\"_blank\">#cats</a>", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/100000000000091089/followers" ], "tag": [], "url": "https://www.minds.com/newsfeed/1341072232583008259", "published": "2022-02-17T15:42:15+00:00", "source": { "content": "#animals #dogs #cats", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1341439960917479433/activity", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/100000000000091089", "https://www.minds.com/api/activitypub/users/742364808900255760/followers" ] }, { "type": "Announce", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/1060924361352945666/entities/urn:activity:1302091820586504212", "attributedTo": "https://www.minds.com/api/activitypub/users/1060924361352945666", "content": "<a href=\"https://www.minds.com/search?f=top&amp;t=all&amp;q=minds\" title=\"#minds\" class=\"u-url hashtag\" target=\"_blank\">#minds</a> <a href=\"https://www.minds.com/search?f=top&amp;t=all&amp;q=videoclip\" title=\"#videoclip\" class=\"u-url hashtag\" target=\"_blank\">#videoclip</a> <a href=\"https://www.minds.com/search?f=top&amp;t=all&amp;q=thief\" title=\"#thief\" class=\"u-url hashtag\" target=\"_blank\">#thief</a> <a href=\"https://www.minds.com/search?f=top&amp;t=all&amp;q=humor\" title=\"#humor\" class=\"u-url hashtag\" target=\"_blank\">#humor</a> <br /><br />Best anti-thief in US", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/1060924361352945666/followers" ], "tag": [], "url": "https://www.minds.com/newsfeed/1302091820586504212", "published": "2021-11-02T02:08:01+00:00", "source": { "content": "#minds #videoclip #thief #humor \n\nBest anti-thief in US", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1302996799950163979/activity", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/1060924361352945666", "https://www.minds.com/api/activitypub/users/742364808900255760/followers" ] }, { "type": "Create", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1136425296093298688", "attributedTo": "https://www.minds.com/api/activitypub/users/742364808900255760", "content": "<a href=\"https://www.minds.com/newsfeed/1136425296093298688\" target=\"_blank\">https://www.minds.com/newsfeed/1136425296093298688</a>", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/742364808900255760/followers", "https://www.minds.com/api/activitypub/users/618157011783131138" ], "tag": [], "url": "https://www.minds.com/newsfeed/1136425296093298688", "published": "2020-08-01T22:28:24+00:00", "inReplyTo": "https://www.minds.com/api/activitypub/users/618157011783131138/entities/urn:activity:1136350769875480576", "source": { "content": "https://www.minds.com/newsfeed/1136425296093298688", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1136425296093298688/activity" }, { "type": "Create", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1126937570696548352", "attributedTo": "https://www.minds.com/api/activitypub/users/742364808900255760", "content": "<a href=\"https://www.minds.com/newsfeed/1126937570696548352\" target=\"_blank\">https://www.minds.com/newsfeed/1126937570696548352</a>", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/742364808900255760/followers", "https://www.minds.com/api/activitypub/users/457951390451372032" ], "tag": [], "url": "https://www.minds.com/newsfeed/1126937570696548352", "published": "2020-07-06T18:07:34+00:00", "inReplyTo": "https://www.minds.com/api/activitypub/users/457951390451372032/entities/urn:activity:1126845365972332544", "source": { "content": "https://www.minds.com/newsfeed/1126937570696548352", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1126937570696548352/activity" }, { "type": "Create", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1052030841173291008", "attributedTo": "https://www.minds.com/api/activitypub/users/742364808900255760", "content": "<a href=\"https://www.minds.com/newsfeed/1052030841173291008\" target=\"_blank\">https://www.minds.com/newsfeed/1052030841173291008</a>", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/742364808900255760/followers", "https://www.minds.com/api/activitypub/users/896138083882246153" ], "tag": [], "url": "https://www.minds.com/newsfeed/1052030841173291008", "published": "2019-12-13T01:14:58+00:00", "inReplyTo": "https://www.minds.com/api/activitypub/users/896138083882246153/entities/urn:activity:1052029349300727808", "source": { "content": "https://www.minds.com/newsfeed/1052030841173291008", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:1052030841173291008/activity" }, { "type": "Create", "actor": "https://www.minds.com/api/activitypub/users/742364808900255760", "object": { "type": "Note", "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:891689053030838272", "attributedTo": "https://www.minds.com/api/activitypub/users/742364808900255760", "content": "<a href=\"https://www.minds.com/newsfeed/891689053030838272\" target=\"_blank\">https://www.minds.com/newsfeed/891689053030838272</a>", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://www.minds.com/api/activitypub/users/742364808900255760/followers", "https://www.minds.com/api/activitypub/users/875498305667211277" ], "tag": [], "url": "https://www.minds.com/newsfeed/891689053030838272", "published": "2018-09-26T14:13:57+00:00", "inReplyTo": "https://www.minds.com/api/activitypub/users/875498305667211277/entities/urn:activity:891669476617068544", "source": { "content": "https://www.minds.com/newsfeed/891689053030838272", "mediaType": "text/plain" } }, "id": "https://www.minds.com/api/activitypub/users/742364808900255760/entities/urn:activity:891689053030838272/activity" } ], "id": "https://www.minds.com/api/activitypub/users/742364808900255760/outbox", "partOf": "https://www.minds.com/api/activitypub/users/742364808900255760/outboxoutbox" }