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://mstdn.social/users/jschauma/statuses/113523054871965109",
"type": "Note",
"summary": null,
"inReplyTo": "https://mstdn.social/users/jschauma/statuses/113516257704732453",
"published": "2024-11-21T21:25:48Z",
"url": "https://mstdn.social/@jschauma/113523054871965109",
"attributedTo": "https://mstdn.social/users/jschauma",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mstdn.social/users/jschauma/followers"
],
"sensitive": false,
"atomUri": "https://mstdn.social/users/jschauma/statuses/113523054871965109",
"inReplyToAtomUri": "https://mstdn.social/users/jschauma/statuses/113516257704732453",
"conversation": "tag:mstdn.social,2024-09-06:objectId=432297314:objectType=Conversation",
"content": "<p>Advanced <a href=\"https://mstdn.social/tags/Programming\" class=\"mention hashtag\" rel=\"tag\">#<span>Programming</span></a> in the <a href=\"https://mstdn.social/tags/UNIX\" class=\"mention hashtag\" rel=\"tag\">#<span>UNIX</span></a> Environment</p><p>Week 12, Resource Locking</p><p>In this video lecture, we discuss "advisory" resource- and record locking between cooperating processes using flock(2), lockf(3), and fcntl(2).</p><p>(We will look at many other methods of restricting (non-cooperating) processes in more general terms in the next week.)</p><p><a href=\"https://youtu.be/017DtsMRHjg\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">youtu.be/017DtsMRHjg</span><span class=\"invisible\"></span></a></p><p><a href=\"https://mstdn.social/tags/apue\" class=\"mention hashtag\" rel=\"tag\">#<span>apue</span></a></p>",
"contentMap": {
"en": "<p>Advanced <a href=\"https://mstdn.social/tags/Programming\" class=\"mention hashtag\" rel=\"tag\">#<span>Programming</span></a> in the <a href=\"https://mstdn.social/tags/UNIX\" class=\"mention hashtag\" rel=\"tag\">#<span>UNIX</span></a> Environment</p><p>Week 12, Resource Locking</p><p>In this video lecture, we discuss "advisory" resource- and record locking between cooperating processes using flock(2), lockf(3), and fcntl(2).</p><p>(We will look at many other methods of restricting (non-cooperating) processes in more general terms in the next week.)</p><p><a href=\"https://youtu.be/017DtsMRHjg\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">youtu.be/017DtsMRHjg</span><span class=\"invisible\"></span></a></p><p><a href=\"https://mstdn.social/tags/apue\" class=\"mention hashtag\" rel=\"tag\">#<span>apue</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mstdn.social/tags/Programming",
"name": "#Programming"
},
{
"type": "Hashtag",
"href": "https://mstdn.social/tags/Unix",
"name": "#Unix"
},
{
"type": "Hashtag",
"href": "https://mstdn.social/tags/apue",
"name": "#apue"
}
],
"replies": {
"id": "https://mstdn.social/users/jschauma/statuses/113523054871965109/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mstdn.social/users/jschauma/statuses/113523054871965109/replies?min_id=113528893323364075&page=true",
"partOf": "https://mstdn.social/users/jschauma/statuses/113523054871965109/replies",
"items": [
"https://mstdn.social/users/jschauma/statuses/113528893323364075"
]
}
}
}