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"
}
],
"id": "https://ruby.social/users/ufuk/statuses/109574043963432822",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-12-25T11:20:23Z",
"url": "https://ruby.social/@ufuk/109574043963432822",
"attributedTo": "https://ruby.social/users/ufuk",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ruby.social/users/ufuk/followers"
],
"sensitive": false,
"atomUri": "https://ruby.social/users/ufuk/statuses/109574043963432822",
"inReplyToAtomUri": null,
"conversation": "tag:ruby.social,2022-12-25:objectId=13904949:objectType=Conversation",
"content": "<p>I'm personally proud of the fact that I was able to contribute two user visible features to Ruby 3.2, as well. `Class#attached_object` and `Data#with` methods: <br /><a href=\"https://github.com/ruby/ruby/pull/6450\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/ruby/ruby/pull/6450</span><span class=\"invisible\"></span></a> &<br /><a href=\"https://github.com/ruby/ruby/pull/6766\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/ruby/ruby/pull/6766</span><span class=\"invisible\"></span></a></p><p>The former's an obscure method, but a life-saver when needed (and closes a 7 year old feature request <a href=\"https://bugs.ruby-lang.org/issues/12084\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">bugs.ruby-lang.org/issues/1208</span><span class=\"invisible\">4</span></a>). The latter might be used a lot going forward since it is the simplest way to create data objects with changes.</p>",
"contentMap": {
"en": "<p>I'm personally proud of the fact that I was able to contribute two user visible features to Ruby 3.2, as well. `Class#attached_object` and `Data#with` methods: <br /><a href=\"https://github.com/ruby/ruby/pull/6450\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/ruby/ruby/pull/6450</span><span class=\"invisible\"></span></a> &<br /><a href=\"https://github.com/ruby/ruby/pull/6766\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/ruby/ruby/pull/6766</span><span class=\"invisible\"></span></a></p><p>The former's an obscure method, but a life-saver when needed (and closes a 7 year old feature request <a href=\"https://bugs.ruby-lang.org/issues/12084\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">bugs.ruby-lang.org/issues/1208</span><span class=\"invisible\">4</span></a>). The latter might be used a lot going forward since it is the simplest way to create data objects with changes.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://ruby.social/users/ufuk/statuses/109574043963432822/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/ufuk/statuses/109574043963432822/replies?only_other_accounts=true&page=true",
"partOf": "https://ruby.social/users/ufuk/statuses/109574043963432822/replies",
"items": []
}
},
"likes": {
"id": "https://ruby.social/users/ufuk/statuses/109574043963432822/likes",
"type": "Collection",
"totalItems": 8
},
"shares": {
"id": "https://ruby.social/users/ufuk/statuses/109574043963432822/shares",
"type": "Collection",
"totalItems": 0
}
}