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", { "ostatus": "http://ostatus.org#", "atomUri": "ostatus:atomUri", "inReplyToAtomUri": "ostatus:inReplyToAtomUri", "conversation": "ostatus:conversation", "sensitive": "as:sensitive", "toot": "http://joinmastodon.org/ns#", "votersCount": "toot:votersCount", "blurhash": "toot:blurhash", "focalPoint": { "@container": "@list", "@id": "toot:focalPoint" }, "Hashtag": "as:Hashtag" } ], "id": "https://mastodon.online/users/luis_felipe/statuses/109587137164908573", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-12-27T18:50:09Z", "url": "https://mastodon.online/@luis_felipe/109587137164908573", "attributedTo": "https://mastodon.online/users/luis_felipe", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.online/users/luis_felipe/followers" ], "sensitive": false, "atomUri": "https://mastodon.online/users/luis_felipe/statuses/109587137164908573", "inReplyToAtomUri": null, "conversation": "tag:mastodon.online,2022-12-27:objectId=109793844:objectType=Conversation", "content": "<p>Today (actually, yesterday) I release Guile Probá 0.2.0, a set of testing tools for GNU Guile projects with SRFI 64-based test suites.</p><p><a href=\"https://luis-felipe.gitlab.io/guile-proba/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">luis-felipe.gitlab.io/guile-pr</span><span class=\"invisible\">oba/</span></a></p><p>It comes with a command-line interface that allows you to run test suites with test discovery:</p><p>$ proba run TESTS_DIR</p><p>It is also a library with helpers for testing.</p><p>You can install it on any GNU/Linux device using GNU Guix.</p><p>I hope you find it useful.</p><p><a href=\"https://mastodon.online/tags/gnu\" class=\"mention hashtag\" rel=\"tag\">#<span>gnu</span></a> <a href=\"https://mastodon.online/tags/guile\" class=\"mention hashtag\" rel=\"tag\">#<span>guile</span></a> <a href=\"https://mastodon.online/tags/guix\" class=\"mention hashtag\" rel=\"tag\">#<span>guix</span></a> <a href=\"https://mastodon.online/tags/srfi64\" class=\"mention hashtag\" rel=\"tag\">#<span>srfi64</span></a> <a href=\"https://mastodon.online/tags/testing\" class=\"mention hashtag\" rel=\"tag\">#<span>testing</span></a></p>", "contentMap": { "en": "<p>Today (actually, yesterday) I release Guile Probá 0.2.0, a set of testing tools for GNU Guile projects with SRFI 64-based test suites.</p><p><a href=\"https://luis-felipe.gitlab.io/guile-proba/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">luis-felipe.gitlab.io/guile-pr</span><span class=\"invisible\">oba/</span></a></p><p>It comes with a command-line interface that allows you to run test suites with test discovery:</p><p>$ proba run TESTS_DIR</p><p>It is also a library with helpers for testing.</p><p>You can install it on any GNU/Linux device using GNU Guix.</p><p>I hope you find it useful.</p><p><a href=\"https://mastodon.online/tags/gnu\" class=\"mention hashtag\" rel=\"tag\">#<span>gnu</span></a> <a href=\"https://mastodon.online/tags/guile\" class=\"mention hashtag\" rel=\"tag\">#<span>guile</span></a> <a href=\"https://mastodon.online/tags/guix\" class=\"mention hashtag\" rel=\"tag\">#<span>guix</span></a> <a href=\"https://mastodon.online/tags/srfi64\" class=\"mention hashtag\" rel=\"tag\">#<span>srfi64</span></a> <a href=\"https://mastodon.online/tags/testing\" class=\"mention hashtag\" rel=\"tag\">#<span>testing</span></a></p>" }, "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://files.mastodon.online/media_attachments/files/109/587/064/299/513/111/original/d99941c51d361747.png", "name": "Foreground: Guile Probá's logo, version number and summary. The whole thing reads \"Guile Probá version 0.2.0. Testing tools for GNU Guile projects using SRFI 64-based test suites\".\n\nThe logo includes a car wheel. The rim design is composed of eight lowercase lambda letters and the GNU Guile logo on the center.\n\nBackground: A dusk in the desert. Three pyramids in the distance. Two birds in the sky.", "blurhash": "UCNZe6Iczp+^.kNxIUwc9Zn%$*X8:5wJKiK4", "focalPoint": [ 0.06, 0.56 ], "width": 549, "height": 543 }, { "type": "Document", "mediaType": "image/png", "url": "https://files.mastodon.online/media_attachments/files/109/587/064/805/482/104/original/292514d610f1a7b3.png", "name": "Screenshot displaying the results of running a test suite on the command-line with \"proba run tests\" command. It reads:\n\nTEST SUITE\n\n✖ FAIL: Return a shiny new robot.\nGroup: [procedure] make-robot\nFile: tests/test-things.scm:28\nExpected value: \"🤖\"\nActual value: \"💩\"\n\nTOTAL TESTS: 4\nPASSED: 3\nFAILED: 1\nXPASSED: 0\nXFAILED: 0\n\n(Full log in \"/tmp/guile-proba-test-suite.log\")", "blurhash": "U13bgn_3xte-?bt8ogWCNGE1M|WCs,M_Ris-", "focalPoint": [ 0, 0 ], "width": 774, "height": 533 }, { "type": "Document", "mediaType": "image/png", "url": "https://files.mastodon.online/media_attachments/files/109/587/065/254/323/115/original/01e6b00318caf9c5.png", "name": "Screenshot displaying the results of running a test suite on a GNU Guile REPL (Read-Eval-Print Loop) with the \"run\" command. It reads:\n\nTEST SUITE\n\n✖ FAIL: Return a shiny new robot.\nGroup: [procedure] make-robot\nFile: tests/test-things.scm:28\nExpected value: \"🤖\"\nActual value: \"💩\"\n\nTOTAL TESTS: 4\nPASSED: 3\nFAILED: 1\nXPASSED: 0\nXFAILED: 0\n\n(Full log in \"/tmp/guile-proba-test-suite.log\")", "blurhash": "U23u}~?HnhjY:ij]S5bIYQIVM{ayiuRPWBoe", "focalPoint": [ 0, 0 ], "width": 774, "height": 533 } ], "tag": [ { "type": "Hashtag", "href": "https://mastodon.online/tags/gnu", "name": "#gnu" }, { "type": "Hashtag", "href": "https://mastodon.online/tags/guile", "name": "#guile" }, { "type": "Hashtag", "href": "https://mastodon.online/tags/guix", "name": "#guix" }, { "type": "Hashtag", "href": "https://mastodon.online/tags/srfi64", "name": "#srfi64" }, { "type": "Hashtag", "href": "https://mastodon.online/tags/testing", "name": "#testing" } ], "replies": { "id": "https://mastodon.online/users/luis_felipe/statuses/109587137164908573/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.online/users/luis_felipe/statuses/109587137164908573/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.online/users/luis_felipe/statuses/109587137164908573/replies", "items": [] } }, "likes": { "id": "https://mastodon.online/users/luis_felipe/statuses/109587137164908573/likes", "type": "Collection", "totalItems": 19 }, "shares": { "id": "https://mastodon.online/users/luis_felipe/statuses/109587137164908573/shares", "type": "Collection", "totalItems": 13 } }