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://mastodon.rhys.wtf/users/rhys/statuses/113527526555197581",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-22T16:23:00Z",
"url": "https://mastodon.rhys.wtf/@rhys/113527526555197581",
"attributedTo": "https://mastodon.rhys.wtf/users/rhys",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.rhys.wtf/users/rhys/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.rhys.wtf/users/rhys/statuses/113527526555197581",
"inReplyToAtomUri": null,
"conversation": "tag:rhys.wtf,2024-11-22:objectId=1879079:objectType=Conversation",
"content": "<p>Some <a href=\"https://mastodon.rhys.wtf/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> fun:</p><p>My new x870 motherboard has an RTL8125 ethernet controller. RTL8125 devices are supported through the kernel's r8169 module, but that doesn't work for me (more on this later).</p><p>Realtek release their own open source drivers, which don't get mainlined directly due to them working with the network stack in a weird way. Regardless, I used their r8125 module up until now — until encountering a bug recently...</p>",
"contentMap": {
"en": "<p>Some <a href=\"https://mastodon.rhys.wtf/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> fun:</p><p>My new x870 motherboard has an RTL8125 ethernet controller. RTL8125 devices are supported through the kernel's r8169 module, but that doesn't work for me (more on this later).</p><p>Realtek release their own open source drivers, which don't get mainlined directly due to them working with the network stack in a weird way. Regardless, I used their r8125 module up until now — until encountering a bug recently...</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.rhys.wtf/tags/linux",
"name": "#linux"
}
],
"replies": {
"id": "https://mastodon.rhys.wtf/users/rhys/statuses/113527526555197581/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.rhys.wtf/users/rhys/statuses/113527526555197581/replies?min_id=113527536770737053&page=true",
"partOf": "https://mastodon.rhys.wtf/users/rhys/statuses/113527526555197581/replies",
"items": [
"https://mastodon.rhys.wtf/users/rhys/statuses/113527536770737053"
]
}
},
"likes": {
"id": "https://mastodon.rhys.wtf/users/rhys/statuses/113527526555197581/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.rhys.wtf/users/rhys/statuses/113527526555197581/shares",
"type": "Collection",
"totalItems": 1
}
}