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.social/users/rasterweb/statuses/111224053469681956/replies",
"type": "Collection",
"first": {
"id": "https://mastodon.social/users/rasterweb/statuses/111224053469681956/replies?page=true",
"type": "CollectionPage",
"next": "https://mastodon.social/users/rasterweb/statuses/111224053469681956/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/rasterweb/statuses/111224053469681956/replies",
"items": [
{
"id": "https://mastodon.social/users/rasterweb/statuses/111224060521931125",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/rasterweb/statuses/111224053469681956",
"published": "2023-10-12T21:01:18Z",
"url": "https://mastodon.social/@rasterweb/111224060521931125",
"attributedTo": "https://mastodon.social/users/rasterweb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/rasterweb/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/rasterweb/statuses/111224060521931125",
"inReplyToAtomUri": "https://mastodon.social/users/rasterweb/statuses/111224053469681956",
"conversation": "tag:mastodon.social,2023-10-12:objectId=555756328:objectType=Conversation",
"content": "<p>I used ImageMagick's convert command to resize the animated GIF like so:</p><p>convert old.gif -coalesce temp.gif</p><p>convert -size 2000x1500 temp.gif -resize 1000x750 new.gif</p><p><a href=\"https://mastodon.social/tags/ImageMagick\" class=\"mention hashtag\" rel=\"tag\">#<span>ImageMagick</span></a> <a href=\"https://mastodon.social/tags/AnimatedGIF\" class=\"mention hashtag\" rel=\"tag\">#<span>AnimatedGIF</span></a> <a href=\"https://mastodon.social/tags/GIF\" class=\"mention hashtag\" rel=\"tag\">#<span>GIF</span></a></p>",
"contentMap": {
"en": "<p>I used ImageMagick's convert command to resize the animated GIF like so:</p><p>convert old.gif -coalesce temp.gif</p><p>convert -size 2000x1500 temp.gif -resize 1000x750 new.gif</p><p><a href=\"https://mastodon.social/tags/ImageMagick\" class=\"mention hashtag\" rel=\"tag\">#<span>ImageMagick</span></a> <a href=\"https://mastodon.social/tags/AnimatedGIF\" class=\"mention hashtag\" rel=\"tag\">#<span>AnimatedGIF</span></a> <a href=\"https://mastodon.social/tags/GIF\" class=\"mention hashtag\" rel=\"tag\">#<span>GIF</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/imagemagick",
"name": "#imagemagick"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/animatedgif",
"name": "#animatedgif"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/gif",
"name": "#gif"
}
],
"replies": {
"id": "https://mastodon.social/users/rasterweb/statuses/111224060521931125/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/rasterweb/statuses/111224060521931125/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/rasterweb/statuses/111224060521931125/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/rasterweb/statuses/111224060521931125/likes",
"type": "Collection",
"totalItems": 9
},
"shares": {
"id": "https://mastodon.social/users/rasterweb/statuses/111224060521931125/shares",
"type": "Collection",
"totalItems": 1
}
}
]
}
}