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://social.linux.pizza/users/musicmatze/statuses/113933413798208177",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-02-02T08:45:28Z",
"url": "https://social.linux.pizza/@musicmatze/113933413798208177",
"attributedTo": "https://social.linux.pizza/users/musicmatze",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://social.linux.pizza/users/musicmatze/followers"
],
"sensitive": false,
"atomUri": "https://social.linux.pizza/users/musicmatze/statuses/113933413798208177",
"inReplyToAtomUri": null,
"conversation": "tag:social.linux.pizza,2025-02-02:objectId=162650697:objectType=Conversation",
"content": "<p>Just my 2ct, but why can't I specify a tag in a <a href=\"https://social.linux.pizza/tags/nix\" class=\"mention hashtag\" rel=\"tag\">#<span>nix</span></a> <a href=\"https://social.linux.pizza/tags/flakes\" class=\"mention hashtag\" rel=\"tag\">#<span>flakes</span></a> input?</p><p>Not like in the URL tho (in my flake.nix) but rather in the lockfile? So that I can update the git dependency via `nix flake update`?<br />Not that I want it to update automatically, but I would like to see something like</p><p>```<br />$ nix flake update<br /># Warning: Not updating github:foo/bar from 1.0.0, available versions: 1.0.0, 1.1.0, 2.0.0<br />```</p><p>And then I would</p><p>`nix flake update github:foo/bar --version 2.0.0` or something like this.</p><p>Having tags in my flake.nix is tedious, because I have to think about updating it.</p>",
"contentMap": {
"en": "<p>Just my 2ct, but why can't I specify a tag in a <a href=\"https://social.linux.pizza/tags/nix\" class=\"mention hashtag\" rel=\"tag\">#<span>nix</span></a> <a href=\"https://social.linux.pizza/tags/flakes\" class=\"mention hashtag\" rel=\"tag\">#<span>flakes</span></a> input?</p><p>Not like in the URL tho (in my flake.nix) but rather in the lockfile? So that I can update the git dependency via `nix flake update`?<br />Not that I want it to update automatically, but I would like to see something like</p><p>```<br />$ nix flake update<br /># Warning: Not updating github:foo/bar from 1.0.0, available versions: 1.0.0, 1.1.0, 2.0.0<br />```</p><p>And then I would</p><p>`nix flake update github:foo/bar --version 2.0.0` or something like this.</p><p>Having tags in my flake.nix is tedious, because I have to think about updating it.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://social.linux.pizza/tags/nix",
"name": "#nix"
},
{
"type": "Hashtag",
"href": "https://social.linux.pizza/tags/flakes",
"name": "#flakes"
}
],
"replies": {
"id": "https://social.linux.pizza/users/musicmatze/statuses/113933413798208177/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.linux.pizza/users/musicmatze/statuses/113933413798208177/replies?only_other_accounts=true&page=true",
"partOf": "https://social.linux.pizza/users/musicmatze/statuses/113933413798208177/replies",
"items": []
}
},
"likes": {
"id": "https://social.linux.pizza/users/musicmatze/statuses/113933413798208177/likes",
"type": "Collection",
"totalItems": 4
},
"shares": {
"id": "https://social.linux.pizza/users/musicmatze/statuses/113933413798208177/shares",
"type": "Collection",
"totalItems": 0
}
}