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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.social/users/mrchrisadams/statuses/113446699179022842",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-08T09:47:32Z",
"url": "https://mastodon.social/@mrchrisadams/113446699179022842",
"attributedTo": "https://mastodon.social/users/mrchrisadams",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/mrchrisadams/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/mrchrisadams/statuses/113446699179022842",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2024-11-08:objectId=842854013:objectType=Conversation",
"content": "<p>Aww yiss! Got my PR merged into <a href=\"https://mastodon.social/tags/uv\" class=\"mention hashtag\" rel=\"tag\">#<span>uv</span></a>'s docs for their neat support of running commands from a <a href=\"https://mastodon.social/tags/python\" class=\"mention hashtag\" rel=\"tag\">#<span>python</span></a> package hosted directly on github.</p><p>This is really nice for trying out CLI commands stuff before they're published to PyPi proper:</p><p><a href=\"https://github.com/astral-sh/uv/pull/8841#pullrequestreview-2422047768\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/astral-sh/uv/pull/8</span><span class=\"invisible\">841#pullrequestreview-2422047768</span></a></p><p>The examples in the screenshot show how to do one-off runs of the “httpie” command from a git branch, tag and git commit.</p><p>Give it a go! It was a pretty neat discovery for me, so I figured it might be for others too 👍</p>",
"contentMap": {
"en": "<p>Aww yiss! Got my PR merged into <a href=\"https://mastodon.social/tags/uv\" class=\"mention hashtag\" rel=\"tag\">#<span>uv</span></a>'s docs for their neat support of running commands from a <a href=\"https://mastodon.social/tags/python\" class=\"mention hashtag\" rel=\"tag\">#<span>python</span></a> package hosted directly on github.</p><p>This is really nice for trying out CLI commands stuff before they're published to PyPi proper:</p><p><a href=\"https://github.com/astral-sh/uv/pull/8841#pullrequestreview-2422047768\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/astral-sh/uv/pull/8</span><span class=\"invisible\">841#pullrequestreview-2422047768</span></a></p><p>The examples in the screenshot show how to do one-off runs of the “httpie” command from a git branch, tag and git commit.</p><p>Give it a go! It was a pretty neat discovery for me, so I figured it might be for others too 👍</p>"
},
"updated": "2024-11-08T09:51:02Z",
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/113/446/698/943/763/046/original/e664352cfa477a6a.png",
"name": "Cod examples of running uv tool run <PACKAGE> off of Pypi\n$ uvx --from git+https://github.com/httpie/cli@2843b87 httpieve sources.\n\nFor example, to pull from git:\n$ uvx --from git+https://github.com/httpie/cli httpie\n\nYou can also pull the latest commit from a specific named branch:\n$ uvx --from git+https://github.com/httpie/cli@master httpie\n\nOr pull a specific tag:\n$ uvx --from gitthttps://github.com/httpie/cli®3.2.4 httpie\n\nOr even a specific commit:\n$ uvx --from git+https://github.com/httpie/cli@2843b87 httpie",
"blurhash": "U5SY{q9F%M?b?bIUj]t7%MWBRjof~qRjM{j[",
"width": 800,
"height": 560
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/uv",
"name": "#uv"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/python",
"name": "#python"
}
],
"replies": {
"id": "https://mastodon.social/users/mrchrisadams/statuses/113446699179022842/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/mrchrisadams/statuses/113446699179022842/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/mrchrisadams/statuses/113446699179022842/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/mrchrisadams/statuses/113446699179022842/likes",
"type": "Collection",
"totalItems": 16
},
"shares": {
"id": "https://mastodon.social/users/mrchrisadams/statuses/113446699179022842/shares",
"type": "Collection",
"totalItems": 12
}
}