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", "Hashtag": "as:Hashtag", "Emoji": "toot:Emoji", "focalPoint": { "@container": "@list", "@id": "toot:focalPoint" } } ], "id": "https://s.pebcak.de/users/winni/statuses/113402634967726213", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-10-31T15:01:26Z", "url": "https://s.pebcak.de/@winni/113402634967726213", "attributedTo": "https://s.pebcak.de/users/winni", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://s.pebcak.de/users/winni/followers" ], "sensitive": false, "atomUri": "https://s.pebcak.de/users/winni/statuses/113402634967726213", "inReplyToAtomUri": null, "conversation": "tag:s.pebcak.de,2024-10-31:objectId=615883:objectType=Conversation", "content": "<p>Every now and then I run into a situation where I need a way to encrypt a value or go structure before writing it into a database. Since I used the same code in several of my projects I finally took some time to clean it up and publish it as FOSS.</p><p>dbenc provides a secure and efficient way to encrypt and decrypt Go data structures for storage in databases.</p><p><a href=\"https://github.com/wneessen/dbenc\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/wneessen/dbenc</span><span class=\"invisible\"></span></a></p><p><a href=\"https://s.pebcak.de/tags/go\" class=\"mention hashtag\" rel=\"tag\">#<span>go</span></a> <a href=\"https://s.pebcak.de/tags/golang\" class=\"mention hashtag\" rel=\"tag\">#<span>golang</span></a> <a href=\"https://s.pebcak.de/tags/encryption\" class=\"mention hashtag\" rel=\"tag\">#<span>encryption</span></a> <a href=\"https://s.pebcak.de/tags/database\" class=\"mention hashtag\" rel=\"tag\">#<span>database</span></a> :gopher: :golang:</p>", "contentMap": { "en": "<p>Every now and then I run into a situation where I need a way to encrypt a value or go structure before writing it into a database. Since I used the same code in several of my projects I finally took some time to clean it up and publish it as FOSS.</p><p>dbenc provides a secure and efficient way to encrypt and decrypt Go data structures for storage in databases.</p><p><a href=\"https://github.com/wneessen/dbenc\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/wneessen/dbenc</span><span class=\"invisible\"></span></a></p><p><a href=\"https://s.pebcak.de/tags/go\" class=\"mention hashtag\" rel=\"tag\">#<span>go</span></a> <a href=\"https://s.pebcak.de/tags/golang\" class=\"mention hashtag\" rel=\"tag\">#<span>golang</span></a> <a href=\"https://s.pebcak.de/tags/encryption\" class=\"mention hashtag\" rel=\"tag\">#<span>encryption</span></a> <a href=\"https://s.pebcak.de/tags/database\" class=\"mention hashtag\" rel=\"tag\">#<span>database</span></a> :gopher: :golang:</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://s.pebcak.de/tags/go", "name": "#go" }, { "type": "Hashtag", "href": "https://s.pebcak.de/tags/golang", "name": "#golang" }, { "type": "Hashtag", "href": "https://s.pebcak.de/tags/encryption", "name": "#encryption" }, { "type": "Hashtag", "href": "https://s.pebcak.de/tags/database", "name": "#database" }, { "id": "https://s.pebcak.de/emojis/68", "type": "Emoji", "name": ":gopher:", "updated": "2022-11-19T00:11:20Z", "icon": { "type": "Image", "mediaType": "image/png", "url": "https://s.pebcak.de/system/custom_emojis/images/000/000/068/original/21ce2bdaf1a9fda0.png" } }, { "id": "https://s.pebcak.de/emojis/73", "type": "Emoji", "name": ":golang:", "updated": "2022-11-19T00:11:20Z", "icon": { "type": "Image", "mediaType": "image/png", "url": "https://s.pebcak.de/system/custom_emojis/images/000/000/073/original/2618c3f69ca76ef1.png" } } ], "replies": { "id": "https://s.pebcak.de/users/winni/statuses/113402634967726213/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://s.pebcak.de/users/winni/statuses/113402634967726213/replies?only_other_accounts=true&page=true", "partOf": "https://s.pebcak.de/users/winni/statuses/113402634967726213/replies", "items": [] } }, "likes": { "id": "https://s.pebcak.de/users/winni/statuses/113402634967726213/likes", "type": "Collection", "totalItems": 3 }, "shares": { "id": "https://s.pebcak.de/users/winni/statuses/113402634967726213/shares", "type": "Collection", "totalItems": 3 } }