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://fosstodon.org/users/notesnook/statuses/111068373635955015/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/notesnook",
"published": "2023-09-15T09:08:04Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/notesnook/followers"
],
"object": {
"id": "https://fosstodon.org/users/notesnook/statuses/111068373635955015",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-09-15T09:08:04Z",
"url": "https://fosstodon.org/@notesnook/111068373635955015",
"attributedTo": "https://fosstodon.org/users/notesnook",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/notesnook/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/notesnook/statuses/111068373635955015",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2023-09-15:objectId=144252805:objectType=Conversation",
"content": "<p>Asking all the <a href=\"https://fosstodon.org/tags/activitypub\" class=\"mention hashtag\" rel=\"tag\">#<span>activitypub</span></a> and <a href=\"https://fosstodon.org/tags/mastodon\" class=\"mention hashtag\" rel=\"tag\">#<span>mastodon</span></a> <a href=\"https://fosstodon.org/tags/fediverse\" class=\"mention hashtag\" rel=\"tag\">#<span>fediverse</span></a> experts:</p><p>Would it make sense for Notesnook to be able to publish notes to ActivityPub? Is that a right use case for it or would it require hacks? What would be the best way to approach/implement this?</p><p>From a very quick research, it'd require a self hosted fediverse compatible server. Users would have to sign up or their accounts would need to be created there.</p><p>What then?</p>",
"contentMap": {
"en": "<p>Asking all the <a href=\"https://fosstodon.org/tags/activitypub\" class=\"mention hashtag\" rel=\"tag\">#<span>activitypub</span></a> and <a href=\"https://fosstodon.org/tags/mastodon\" class=\"mention hashtag\" rel=\"tag\">#<span>mastodon</span></a> <a href=\"https://fosstodon.org/tags/fediverse\" class=\"mention hashtag\" rel=\"tag\">#<span>fediverse</span></a> experts:</p><p>Would it make sense for Notesnook to be able to publish notes to ActivityPub? Is that a right use case for it or would it require hacks? What would be the best way to approach/implement this?</p><p>From a very quick research, it'd require a self hosted fediverse compatible server. Users would have to sign up or their accounts would need to be created there.</p><p>What then?</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/activitypub",
"name": "#activitypub"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/mastodon",
"name": "#mastodon"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/fediverse",
"name": "#fediverse"
}
],
"replies": {
"id": "https://fosstodon.org/users/notesnook/statuses/111068373635955015/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/notesnook/statuses/111068373635955015/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/notesnook/statuses/111068373635955015/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/notesnook/statuses/111068373635955015/likes",
"type": "Collection",
"totalItems": 17
},
"shares": {
"id": "https://fosstodon.org/users/notesnook/statuses/111068373635955015/shares",
"type": "Collection",
"totalItems": 11
}
}
}