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/hugovk/statuses/109313802377367448",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-09T12:17:32Z",
"url": "https://mastodon.social/@hugovk/109313802377367448",
"attributedTo": "https://mastodon.social/users/hugovk",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/hugovk/followers",
"https://chaos.social/users/jugmac00"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/hugovk/statuses/109313802377367448",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2022-11-09:objectId=328378096:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://chaos.social/@jugmac00\" class=\"u-url mention\">@<span>jugmac00</span></a></span> Do you know if it's possible to update PRs created by all-repos?</p><p>I've created a bunch of PRs using all-repos to add 3.12-dev to GitHub Actions, and used "--branch-name add-3.12-dev"</p><p>Before merging, I now remembered I should also add py312 to tox.ini</p><p>But running again with the same branch name gives:</p><p> ! [rejected] HEAD -> all-repos_autofix_add-3.12-dev (non-fast-forward)<br />error: failed to push some refs to 'github.com:hugovk/pypistats'</p><p>Any ideas?</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://chaos.social/@jugmac00\" class=\"u-url mention\">@<span>jugmac00</span></a></span> Do you know if it's possible to update PRs created by all-repos?</p><p>I've created a bunch of PRs using all-repos to add 3.12-dev to GitHub Actions, and used "--branch-name add-3.12-dev"</p><p>Before merging, I now remembered I should also add py312 to tox.ini</p><p>But running again with the same branch name gives:</p><p> ! [rejected] HEAD -> all-repos_autofix_add-3.12-dev (non-fast-forward)<br />error: failed to push some refs to 'github.com:hugovk/pypistats'</p><p>Any ideas?</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://chaos.social/users/jugmac00",
"name": "@jugmac00@chaos.social"
}
],
"replies": {
"id": "https://mastodon.social/users/hugovk/statuses/109313802377367448/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/hugovk/statuses/109313802377367448/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/hugovk/statuses/109313802377367448/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/hugovk/statuses/109313802377367448/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/hugovk/statuses/109313802377367448/shares",
"type": "Collection",
"totalItems": 0
}
}