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",
"litepub": "http://litepub.social/ns#",
"directMessage": "litepub:directMessage",
"Hashtag": "as:Hashtag"
}
],
"id": "https://critter.cafe/users/mehbark/statuses/113473759077675453",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-13T04:29:13Z",
"url": "https://critter.cafe/@mehbark/113473759077675453",
"attributedTo": "https://critter.cafe/users/mehbark",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://critter.cafe/users/mehbark/followers"
],
"sensitive": false,
"atomUri": "https://critter.cafe/users/mehbark/statuses/113473759077675453",
"inReplyToAtomUri": null,
"conversation": "tag:critter.cafe,2024-11-13:objectId=498262:objectType=Conversation",
"content": "<p>for (not many) years now, <a href=\"https://critter.cafe/tags/rust\" class=\"mention hashtag\" rel=\"tag\">#<span>rust</span></a> has been the language i can confidently accomplish things in; i like it a lot, even when i go a while without using it.</p><p>i decided to get back into the swing of things by reading <a href=\"https://doc.rust-lang.org/book/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">the book</a> again, but it linked to the <a href=\"https://rust-book.cs.brown.edu/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">experiment</a> i had heard of it so i tried it.</p><p>the experiment is pretty straightforward; it's the rust book with changed, illustrated demonstrations of the memory model. and quizzes. oh yes, the quizzes. thank you! it's easy to read something and be like “yeah i get this” but having to take a quiz makes you think, and makes you understand.</p><p>tl;dr, i've got a description of what makes rust great other than “i really like it” and other soft things that do matter: rust helps you write code that conforms to the rust model of ownership and references. this has many benefits.</p><p>catchy!</p>",
"contentMap": {
"en": "<p>for (not many) years now, <a href=\"https://critter.cafe/tags/rust\" class=\"mention hashtag\" rel=\"tag\">#<span>rust</span></a> has been the language i can confidently accomplish things in; i like it a lot, even when i go a while without using it.</p><p>i decided to get back into the swing of things by reading <a href=\"https://doc.rust-lang.org/book/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">the book</a> again, but it linked to the <a href=\"https://rust-book.cs.brown.edu/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">experiment</a> i had heard of it so i tried it.</p><p>the experiment is pretty straightforward; it's the rust book with changed, illustrated demonstrations of the memory model. and quizzes. oh yes, the quizzes. thank you! it's easy to read something and be like “yeah i get this” but having to take a quiz makes you think, and makes you understand.</p><p>tl;dr, i've got a description of what makes rust great other than “i really like it” and other soft things that do matter: rust helps you write code that conforms to the rust model of ownership and references. this has many benefits.</p><p>catchy!</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://critter.cafe/tags/rust",
"name": "#rust"
}
],
"replies": {
"id": "https://critter.cafe/users/mehbark/statuses/113473759077675453/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://critter.cafe/users/mehbark/statuses/113473759077675453/replies?only_other_accounts=true&page=true",
"partOf": "https://critter.cafe/users/mehbark/statuses/113473759077675453/replies",
"items": []
}
},
"likes": {
"id": "https://critter.cafe/users/mehbark/statuses/113473759077675453/likes",
"type": "Collection",
"totalItems": 5
},
"shares": {
"id": "https://critter.cafe/users/mehbark/statuses/113473759077675453/shares",
"type": "Collection",
"totalItems": 8
}
}