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://mastodon.social/users/mpweiher/statuses/110592733386569856",
"type": "Note",
"summary": null,
"inReplyTo": "https://sfba.social/users/drahardja/statuses/110573667835661095",
"published": "2023-06-23T09:06:30Z",
"url": "https://mastodon.social/@mpweiher/110592733386569856",
"attributedTo": "https://mastodon.social/users/mpweiher",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/mpweiher/followers",
"https://sfba.social/users/drahardja",
"https://mastodon.social/users/helge"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/mpweiher/statuses/110592733386569856",
"inReplyToAtomUri": "https://sfba.social/users/drahardja/statuses/110573667835661095",
"conversation": "tag:sfba.social,2023-06-20:objectId=59740103:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://sfba.social/@drahardja\" class=\"u-url mention\">@<span>drahardja</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@helge\" class=\"u-url mention\">@<span>helge</span></a></span> </p><p>Yeah, as far as I can tell, in UIKit the ViewControllers are basically views (see also how IB handles them).</p><p>I believe the purpose was to have a more lightweight stand-in for the somewhat heavyweight View objects, with the ViewController lazily instantiating the view when necessary.</p><p>Most of this went out the, er, window, and now we have these dual hierarchies...sigh.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://sfba.social/@drahardja\" class=\"u-url mention\">@<span>drahardja</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@helge\" class=\"u-url mention\">@<span>helge</span></a></span> </p><p>Yeah, as far as I can tell, in UIKit the ViewControllers are basically views (see also how IB handles them).</p><p>I believe the purpose was to have a more lightweight stand-in for the somewhat heavyweight View objects, with the ViewController lazily instantiating the view when necessary.</p><p>Most of this went out the, er, window, and now we have these dual hierarchies...sigh.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://sfba.social/users/drahardja",
"name": "@drahardja@sfba.social"
},
{
"type": "Mention",
"href": "https://mastodon.social/users/helge",
"name": "@helge"
}
],
"replies": {
"id": "https://mastodon.social/users/mpweiher/statuses/110592733386569856/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/mpweiher/statuses/110592733386569856/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/mpweiher/statuses/110592733386569856/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/mpweiher/statuses/110592733386569856/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mastodon.social/users/mpweiher/statuses/110592733386569856/shares",
"type": "Collection",
"totalItems": 0
}
}