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://join-lemmy.org/context.json", "https://www.w3.org/ns/activitystreams" ], "type": "Page", "id": "https://programming.dev/post/20425405", "attributedTo": "https://programming.dev/u/Deebster", "to": [ "https://programming.dev/c/rust", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Bacon v3 released", "cc": [], "content": "<p>Bacon is a Rust code checker designed for minimal interaction, allowing users to run it alongside their editor to receive real-time notifications about warnings, errors, or test failures (I like having it show clippy’s hints).</p>\n<p>It prioritizes displaying errors before warnings, making it easier to identify critical issues without excessive scrolling.</p>\n<p>Screenshot (from an old version I think):</p>\n<p><img src=\"https://dystroy.org/bacon/img/test.png\" alt=\"\" /></p>\n<p>v3 adds support for <a href=\"https://nexte.st/\" rel=\"nofollow\">cargo-nextest</a>, plus some QoL improvements.</p>\n<p><a href=\"https://github.com/Canop/bacon/releases/tag/v3.0.0\" rel=\"nofollow\">v3.0.0 release notes</a></p>\n", "mediaType": "text/html", "source": { "content": "Bacon is a Rust code checker designed for minimal interaction, allowing users to run it alongside their editor to receive real-time notifications about warnings, errors, or test failures (I like having it show clippy's hints).\n\nIt prioritizes displaying errors before warnings, making it easier to identify critical issues without excessive scrolling.\n\nScreenshot (from an old version I think):\n\n![](https://dystroy.org/bacon/img/test.png)\n\nv3 adds support for [cargo-nextest](https://nexte.st/), plus some QoL improvements.\n\n[v3.0.0 release notes](https://github.com/Canop/bacon/releases/tag/v3.0.0)", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://dystroy.org/bacon/", "mediaType": "text/html", "type": "Link" } ], "image": { "type": "Image", "url": "https://programming.dev/pictrs/image/3d8ed206-95b1-4424-8d12-0758d4ea2f12.png" }, "sensitive": false, "published": "2024-10-11T01:18:36.742016Z", "updated": "2024-10-11T01:29:26.440615Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://programming.dev/c/rust", "tag": [ { "href": "https://programming.dev/post/20425405", "name": "#rust", "type": "Hashtag" } ] }