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://floss.social/users/janriemer/statuses/113840044615570045",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-01-16T21:00:27Z",
"url": "https://floss.social/@janriemer/113840044615570045",
"attributedTo": "https://floss.social/users/janriemer",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://floss.social/users/janriemer/followers"
],
"sensitive": false,
"atomUri": "https://floss.social/users/janriemer/statuses/113840044615570045",
"inReplyToAtomUri": null,
"conversation": "tag:floss.social,2025-01-16:objectId=78402273:objectType=Conversation",
"content": "<p>All these "state management" solutions of the "modern web" like <a href=\"https://floss.social/tags/Redux\" class=\"mention hashtag\" rel=\"tag\">#<span>Redux</span></a>, Zustand or whatever try to solve state management in UI apps by introducing unfathomable amount of complexity...</p><p>...when in reality all you need is <a href=\"https://floss.social/tags/Bevy\" class=\"mention hashtag\" rel=\"tag\">#<span>Bevy</span></a>'s <a href=\"https://floss.social/tags/ECS\" class=\"mention hashtag\" rel=\"tag\">#<span>ECS</span></a>. ¯\\_(ツ)_/¯</p><p>✨ </p><p><a href=\"https://floss.social/tags/GUI\" class=\"mention hashtag\" rel=\"tag\">#<span>GUI</span></a> <a href=\"https://floss.social/tags/UI\" class=\"mention hashtag\" rel=\"tag\">#<span>UI</span></a> <a href=\"https://floss.social/tags/StateManagement\" class=\"mention hashtag\" rel=\"tag\">#<span>StateManagement</span></a> <a href=\"https://floss.social/tags/DataOrientedDesign\" class=\"mention hashtag\" rel=\"tag\">#<span>DataOrientedDesign</span></a> <a href=\"https://floss.social/tags/DoD\" class=\"mention hashtag\" rel=\"tag\">#<span>DoD</span></a></p>",
"contentMap": {
"en": "<p>All these "state management" solutions of the "modern web" like <a href=\"https://floss.social/tags/Redux\" class=\"mention hashtag\" rel=\"tag\">#<span>Redux</span></a>, Zustand or whatever try to solve state management in UI apps by introducing unfathomable amount of complexity...</p><p>...when in reality all you need is <a href=\"https://floss.social/tags/Bevy\" class=\"mention hashtag\" rel=\"tag\">#<span>Bevy</span></a>'s <a href=\"https://floss.social/tags/ECS\" class=\"mention hashtag\" rel=\"tag\">#<span>ECS</span></a>. ¯\\_(ツ)_/¯</p><p>✨ </p><p><a href=\"https://floss.social/tags/GUI\" class=\"mention hashtag\" rel=\"tag\">#<span>GUI</span></a> <a href=\"https://floss.social/tags/UI\" class=\"mention hashtag\" rel=\"tag\">#<span>UI</span></a> <a href=\"https://floss.social/tags/StateManagement\" class=\"mention hashtag\" rel=\"tag\">#<span>StateManagement</span></a> <a href=\"https://floss.social/tags/DataOrientedDesign\" class=\"mention hashtag\" rel=\"tag\">#<span>DataOrientedDesign</span></a> <a href=\"https://floss.social/tags/DoD\" class=\"mention hashtag\" rel=\"tag\">#<span>DoD</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://floss.social/tags/redux",
"name": "#redux"
},
{
"type": "Hashtag",
"href": "https://floss.social/tags/bevy",
"name": "#bevy"
},
{
"type": "Hashtag",
"href": "https://floss.social/tags/ecs",
"name": "#ecs"
},
{
"type": "Hashtag",
"href": "https://floss.social/tags/gui",
"name": "#gui"
},
{
"type": "Hashtag",
"href": "https://floss.social/tags/UI",
"name": "#UI"
},
{
"type": "Hashtag",
"href": "https://floss.social/tags/statemanagement",
"name": "#statemanagement"
},
{
"type": "Hashtag",
"href": "https://floss.social/tags/dataorienteddesign",
"name": "#dataorienteddesign"
},
{
"type": "Hashtag",
"href": "https://floss.social/tags/dod",
"name": "#dod"
}
],
"replies": {
"id": "https://floss.social/users/janriemer/statuses/113840044615570045/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://floss.social/users/janriemer/statuses/113840044615570045/replies?only_other_accounts=true&page=true",
"partOf": "https://floss.social/users/janriemer/statuses/113840044615570045/replies",
"items": []
}
},
"likes": {
"id": "https://floss.social/users/janriemer/statuses/113840044615570045/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://floss.social/users/janriemer/statuses/113840044615570045/shares",
"type": "Collection",
"totalItems": 2
}
}