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://wandering.shop/users/felix/statuses/114223897619701839",
"type": "Note",
"summary": null,
"inReplyTo": "https://wandering.shop/users/felix/statuses/114222088111037528",
"published": "2025-03-25T15:59:19Z",
"url": "https://wandering.shop/@felix/114223897619701839",
"attributedTo": "https://wandering.shop/users/felix",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://wandering.shop/users/felix/followers"
],
"sensitive": false,
"atomUri": "https://wandering.shop/users/felix/statuses/114223897619701839",
"inReplyToAtomUri": "https://wandering.shop/users/felix/statuses/114222088111037528",
"conversation": "tag:wandering.shop,2025-03-25:objectId=151198460:objectType=Conversation",
"content": "<p>I was only trying to learn a new programming language by porting Ripen <a href=\"https://wandering.shop/tags/Forth\" class=\"mention hashtag\" rel=\"tag\">#<span>Forth</span></a> over. Came up with a better, simpler architecture: it only takes one kind of word, none of that mess with variables, aliases or sigils.</p>",
"contentMap": {
"en": "<p>I was only trying to learn a new programming language by porting Ripen <a href=\"https://wandering.shop/tags/Forth\" class=\"mention hashtag\" rel=\"tag\">#<span>Forth</span></a> over. Came up with a better, simpler architecture: it only takes one kind of word, none of that mess with variables, aliases or sigils.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://wandering.shop/tags/forth",
"name": "#forth"
}
],
"replies": {
"id": "https://wandering.shop/users/felix/statuses/114223897619701839/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://wandering.shop/users/felix/statuses/114223897619701839/replies?min_id=114223908405445551&page=true",
"partOf": "https://wandering.shop/users/felix/statuses/114223897619701839/replies",
"items": [
"https://wandering.shop/users/felix/statuses/114223908405445551"
]
}
},
"likes": {
"id": "https://wandering.shop/users/felix/statuses/114223897619701839/likes",
"type": "Collection",
"totalItems": 5
},
"shares": {
"id": "https://wandering.shop/users/felix/statuses/114223897619701839/shares",
"type": "Collection",
"totalItems": 1
}
}