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://todon.nl/users/f/statuses/111971968067454557",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-02-21T23:04:01Z",
"url": "https://todon.nl/@f/111971968067454557",
"attributedTo": "https://todon.nl/users/f",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://todon.nl/users/f/followers",
"https://todon.nl/users/sutty"
],
"sensitive": false,
"atomUri": "https://todon.nl/users/f/statuses/111971968067454557",
"inReplyToAtomUri": null,
"conversation": "tag:todon.nl,2024-02-21:objectId=116378957:objectType=Conversation",
"content": "<p>Besides fermenting vegetables, I've been working on adding <a href=\"https://todon.nl/tags/ActivityPub\" class=\"mention hashtag\" rel=\"tag\">#<span>ActivityPub</span></a> support to <span class=\"h-card\" translate=\"no\"><a href=\"https://todon.nl/@sutty\" class=\"u-url mention\">@<span>sutty</span></a></span> through <a href=\"https://todon.nl/tags/DistributedPress\" class=\"mention hashtag\" rel=\"tag\">#<span>DistributedPress</span></a> these past weeks. We ended up with a caching plugin for httparty and a <a href=\"https://todon.nl/tags/ruby\" class=\"mention hashtag\" rel=\"tag\">#<span>ruby</span></a> API client for DistributedPress. This client can also pull and dereference activities from remote instances using HTTP signatures, so it could double as an AP client too.</p><p>So when a website managed with Sutty gets a comment/follow/like activity, you get a moderation queue where you can decide what to do with it.</p><p>We're also hosting workshops with collectives so we implement features that are useful to all :D</p>",
"contentMap": {
"en": "<p>Besides fermenting vegetables, I've been working on adding <a href=\"https://todon.nl/tags/ActivityPub\" class=\"mention hashtag\" rel=\"tag\">#<span>ActivityPub</span></a> support to <span class=\"h-card\" translate=\"no\"><a href=\"https://todon.nl/@sutty\" class=\"u-url mention\">@<span>sutty</span></a></span> through <a href=\"https://todon.nl/tags/DistributedPress\" class=\"mention hashtag\" rel=\"tag\">#<span>DistributedPress</span></a> these past weeks. We ended up with a caching plugin for httparty and a <a href=\"https://todon.nl/tags/ruby\" class=\"mention hashtag\" rel=\"tag\">#<span>ruby</span></a> API client for DistributedPress. This client can also pull and dereference activities from remote instances using HTTP signatures, so it could double as an AP client too.</p><p>So when a website managed with Sutty gets a comment/follow/like activity, you get a moderation queue where you can decide what to do with it.</p><p>We're also hosting workshops with collectives so we implement features that are useful to all :D</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://todon.nl/users/sutty",
"name": "@sutty"
},
{
"type": "Hashtag",
"href": "https://todon.nl/tags/activitypub",
"name": "#activitypub"
},
{
"type": "Hashtag",
"href": "https://todon.nl/tags/distributedpress",
"name": "#distributedpress"
},
{
"type": "Hashtag",
"href": "https://todon.nl/tags/Ruby",
"name": "#Ruby"
}
],
"replies": {
"id": "https://todon.nl/users/f/statuses/111971968067454557/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://todon.nl/users/f/statuses/111971968067454557/replies?min_id=111975414656599709&page=true",
"partOf": "https://todon.nl/users/f/statuses/111971968067454557/replies",
"items": [
"https://todon.nl/users/f/statuses/111975414656599709"
]
}
},
"likes": {
"id": "https://todon.nl/users/f/statuses/111971968067454557/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://todon.nl/users/f/statuses/111971968067454557/shares",
"type": "Collection",
"totalItems": 2
}
}