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://wandering.shop/users/gregvr/statuses/109280145695372501",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-03T13:38:11Z",
"url": "https://wandering.shop/@gregvr/109280145695372501",
"attributedTo": "https://wandering.shop/users/gregvr",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://wandering.shop/users/gregvr/followers",
"https://vis.social/users/queermath"
],
"sensitive": false,
"atomUri": "https://wandering.shop/users/gregvr/statuses/109280145695372501",
"inReplyToAtomUri": null,
"conversation": "tag:wandering.shop,2022-11-03:objectId=29692430:objectType=Conversation",
"content": "<p>Going on what <span class=\"h-card\" translate=\"no\"><a href=\"https://vis.social/@queermath\" class=\"u-url mention\">@<span>queermath</span></a></span> said, I had a sudden epiphany this morning.</p><p>There are certain concepts in C++ that don't map well to Python. At first, this feels like a limitation, until you realize that it is very intentional, because it enables a different way of approaching problems.</p><p>I'm definitely not writing poetry in Python yet, but I'm getting there!</p>",
"contentMap": {
"en": "<p>Going on what <span class=\"h-card\" translate=\"no\"><a href=\"https://vis.social/@queermath\" class=\"u-url mention\">@<span>queermath</span></a></span> said, I had a sudden epiphany this morning.</p><p>There are certain concepts in C++ that don't map well to Python. At first, this feels like a limitation, until you realize that it is very intentional, because it enables a different way of approaching problems.</p><p>I'm definitely not writing poetry in Python yet, but I'm getting there!</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://vis.social/users/queermath",
"name": "@queermath@vis.social"
}
],
"replies": {
"id": "https://wandering.shop/users/gregvr/statuses/109280145695372501/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://wandering.shop/users/gregvr/statuses/109280145695372501/replies?min_id=109280147077883443&page=true",
"partOf": "https://wandering.shop/users/gregvr/statuses/109280145695372501/replies",
"items": [
"https://wandering.shop/users/gregvr/statuses/109280147077883443"
]
}
}
}