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.
{
"@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"
}
],
"id": "https://mstdn.io/users/wolf480pl/statuses/111700506081326688",
"type": "Note",
"summary": "FOSS meta",
"inReplyTo": "https://mstdn.io/users/wolf480pl/statuses/111700471395116070",
"published": "2024-01-05T00:27:40Z",
"url": "https://mstdn.io/@wolf480pl/111700506081326688",
"attributedTo": "https://mstdn.io/users/wolf480pl",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mstdn.io/users/wolf480pl/followers"
],
"sensitive": true,
"atomUri": "https://mstdn.io/users/wolf480pl/statuses/111700506081326688",
"inReplyToAtomUri": "https://mstdn.io/users/wolf480pl/statuses/111700471395116070",
"conversation": "tag:mstdn.io,2024-01-05:objectId=167825789:objectType=Conversation",
"content": "<p>But also, it's very accessible:<br />apt-get source -> apt-get builddeps -> make changes -> dpkg-buildpackage -> dpkg -i your-freshly-built.deb</p><p>I'm sure many other distros provide a similar solution. Some default to downloading sources as part of building the package, but AFAIK most still require that the actual build doesn't rely on internet.</p><p>Can you say the same about your average docker image? Flatpak? Android app? Rust crate? Golang module?</p><p>3/</p>",
"contentMap": {
"en": "<p>But also, it's very accessible:<br />apt-get source -> apt-get builddeps -> make changes -> dpkg-buildpackage -> dpkg -i your-freshly-built.deb</p><p>I'm sure many other distros provide a similar solution. Some default to downloading sources as part of building the package, but AFAIK most still require that the actual build doesn't rely on internet.</p><p>Can you say the same about your average docker image? Flatpak? Android app? Rust crate? Golang module?</p><p>3/</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mstdn.io/users/wolf480pl/statuses/111700506081326688/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mstdn.io/users/wolf480pl/statuses/111700506081326688/replies?min_id=111700525838293317&page=true",
"partOf": "https://mstdn.io/users/wolf480pl/statuses/111700506081326688/replies",
"items": [
"https://mstdn.io/users/wolf480pl/statuses/111700525838293317"
]
}
},
"likes": {
"id": "https://mstdn.io/users/wolf480pl/statuses/111700506081326688/likes",
"type": "Collection",
"totalItems": 19
},
"shares": {
"id": "https://mstdn.io/users/wolf480pl/statuses/111700506081326688/shares",
"type": "Collection",
"totalItems": 12
}
}