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://myf.one/users/via/statuses/113484992121487766",
"type": "Note",
"summary": "twitter export fuckery",
"inReplyTo": null,
"published": "2024-11-15T04:05:56Z",
"url": "https://myf.one/@via/113484992121487766",
"attributedTo": "https://myf.one/users/via",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://myf.one/users/via/followers",
"https://rascalking.com/users/dave"
],
"sensitive": true,
"atomUri": "https://myf.one/users/via/statuses/113484992121487766",
"inReplyToAtomUri": null,
"conversation": "tag:myf.one,2024-11-15:objectId=506789:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://rascalking.com/@dave\" class=\"u-url mention\">@<span>dave</span></a></span> you could maybe steal one of the mobile apps' api keys (it's out there) and query the usernames via the api using user ID, and build links using the resulting data…</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://rascalking.com/@dave\" class=\"u-url mention\">@<span>dave</span></a></span> you could maybe steal one of the mobile apps' api keys (it's out there) and query the usernames via the api using user ID, and build links using the resulting data…</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://rascalking.com/users/dave",
"name": "@dave@rascalking.com"
}
],
"replies": {
"id": "https://myf.one/users/via/statuses/113484992121487766/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://myf.one/users/via/statuses/113484992121487766/replies?only_other_accounts=true&page=true",
"partOf": "https://myf.one/users/via/statuses/113484992121487766/replies",
"items": []
}
},
"likes": {
"id": "https://myf.one/users/via/statuses/113484992121487766/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://myf.one/users/via/statuses/113484992121487766/shares",
"type": "Collection",
"totalItems": 0
}
}