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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://floss.social/users/mikebabcock/statuses/112508880359796312",
"type": "Note",
"summary": "Why I dislike containerized software",
"inReplyTo": null,
"published": "2024-05-26T18:47:53Z",
"url": "https://floss.social/@mikebabcock/112508880359796312",
"attributedTo": "https://floss.social/users/mikebabcock",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://floss.social/users/mikebabcock/followers"
],
"sensitive": true,
"atomUri": "https://floss.social/users/mikebabcock/statuses/112508880359796312",
"inReplyToAtomUri": null,
"conversation": "tag:floss.social,2024-05-26:objectId=61387714:objectType=Conversation",
"content": "<p>I like many <a href=\"https://floss.social/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> users use a distribution that has tested and curated certain library and application combinations to work well together.<br />In my case, I can type `dnf install firefox` and it will install a binary that does what I expect it to do and not conflict with other programs on my computer.<br />It will also make use of the libraries that shipped with my distro that are kept up to date and secure by those maintainers.<br />These are all good things imho.</p>",
"contentMap": {
"en": "<p>I like many <a href=\"https://floss.social/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> users use a distribution that has tested and curated certain library and application combinations to work well together.<br />In my case, I can type `dnf install firefox` and it will install a binary that does what I expect it to do and not conflict with other programs on my computer.<br />It will also make use of the libraries that shipped with my distro that are kept up to date and secure by those maintainers.<br />These are all good things imho.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://floss.social/tags/Linux",
"name": "#Linux"
}
],
"replies": {
"id": "https://floss.social/users/mikebabcock/statuses/112508880359796312/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://floss.social/users/mikebabcock/statuses/112508880359796312/replies?min_id=112508887380718239&page=true",
"partOf": "https://floss.social/users/mikebabcock/statuses/112508880359796312/replies",
"items": [
"https://floss.social/users/mikebabcock/statuses/112508887380718239"
]
}
},
"likes": {
"id": "https://floss.social/users/mikebabcock/statuses/112508880359796312/likes",
"type": "Collection",
"totalItems": 16
},
"shares": {
"id": "https://floss.social/users/mikebabcock/statuses/112508880359796312/shares",
"type": "Collection",
"totalItems": 5
}
}