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://mastodon.gamedev.place/users/maciekglowka/statuses/113273809394879624",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-10-08T20:59:23Z",
"url": "https://mastodon.gamedev.place/@maciekglowka/113273809394879624",
"attributedTo": "https://mastodon.gamedev.place/users/maciekglowka",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/maciekglowka/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/maciekglowka/statuses/113273809394879624",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.gamedev.place,2024-10-08:objectId=113986425:objectType=Conversation",
"content": "<p>Last couple of evenings I have been hacking around an idea of an ECS that would not crash because of invalid RefCell borrows (like my current does.. ;)</p><p><a href=\"https://www.reddit.com/r/rust_gamedev/comments/1fz9srr/semistatic_ecs_experiment_dynamic_composition_but/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">reddit.com/r/rust_gamedev/comm</span><span class=\"invisible\">ents/1fz9srr/semistatic_ecs_experiment_dynamic_composition_but/</span></a></p><p><a href=\"https://mastodon.gamedev.place/tags/rustlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rustlang</span></a> <a href=\"https://mastodon.gamedev.place/tags/gamedev\" class=\"mention hashtag\" rel=\"tag\">#<span>gamedev</span></a> <a href=\"https://mastodon.gamedev.place/tags/ecs\" class=\"mention hashtag\" rel=\"tag\">#<span>ecs</span></a> <a href=\"https://mastodon.gamedev.place/tags/indiedev\" class=\"mention hashtag\" rel=\"tag\">#<span>indiedev</span></a></p>",
"contentMap": {
"en": "<p>Last couple of evenings I have been hacking around an idea of an ECS that would not crash because of invalid RefCell borrows (like my current does.. ;)</p><p><a href=\"https://www.reddit.com/r/rust_gamedev/comments/1fz9srr/semistatic_ecs_experiment_dynamic_composition_but/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">reddit.com/r/rust_gamedev/comm</span><span class=\"invisible\">ents/1fz9srr/semistatic_ecs_experiment_dynamic_composition_but/</span></a></p><p><a href=\"https://mastodon.gamedev.place/tags/rustlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rustlang</span></a> <a href=\"https://mastodon.gamedev.place/tags/gamedev\" class=\"mention hashtag\" rel=\"tag\">#<span>gamedev</span></a> <a href=\"https://mastodon.gamedev.place/tags/ecs\" class=\"mention hashtag\" rel=\"tag\">#<span>ecs</span></a> <a href=\"https://mastodon.gamedev.place/tags/indiedev\" class=\"mention hashtag\" rel=\"tag\">#<span>indiedev</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.gamedev.place/tags/rustlang",
"name": "#rustlang"
},
{
"type": "Hashtag",
"href": "https://mastodon.gamedev.place/tags/gamedev",
"name": "#gamedev"
},
{
"type": "Hashtag",
"href": "https://mastodon.gamedev.place/tags/ecs",
"name": "#ecs"
},
{
"type": "Hashtag",
"href": "https://mastodon.gamedev.place/tags/indiedev",
"name": "#indiedev"
}
],
"replies": {
"id": "https://mastodon.gamedev.place/users/maciekglowka/statuses/113273809394879624/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/maciekglowka/statuses/113273809394879624/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.gamedev.place/users/maciekglowka/statuses/113273809394879624/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/maciekglowka/statuses/113273809394879624/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://mastodon.gamedev.place/users/maciekglowka/statuses/113273809394879624/shares",
"type": "Collection",
"totalItems": 1
}
}