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/nirvdrum/statuses/111954343952439176",
"type": "Note",
"summary": null,
"inReplyTo": "https://ruby.social/users/eregon/statuses/111954136873442672",
"published": "2024-02-18T20:21:59Z",
"url": "https://ruby.social/@nirvdrum/111954343952439176",
"attributedTo": "https://ruby.social/users/nirvdrum",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ruby.social/users/nirvdrum/followers",
"https://ruby.social/users/eregon",
"https://ruby.social/users/byroot"
],
"sensitive": false,
"atomUri": "https://ruby.social/users/nirvdrum/statuses/111954343952439176",
"inReplyToAtomUri": "https://ruby.social/users/eregon/statuses/111954136873442672",
"conversation": "tag:ruby.social,2024-02-15:objectId=39343364:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://ruby.social/@eregon\" class=\"u-url mention\">@<span>eregon</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://ruby.social/@byroot\" class=\"u-url mention\">@<span>byroot</span></a></span> There isn't a carve out in semver for rare circumstances guarded by tooling or a Ruby-specific extension for required_ruby_version. The document is fairly straightforward and reads:</p><p>"MINOR version when you add functionality in a backward compatible manner"</p><p>While I appreciate Rails doesn't follow semver, RubyGems very much encourages it for version specifiers. And Rails has a large influence on the community. That's how this discussion started. It got sidetracked pretty quickly.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://ruby.social/@eregon\" class=\"u-url mention\">@<span>eregon</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://ruby.social/@byroot\" class=\"u-url mention\">@<span>byroot</span></a></span> There isn't a carve out in semver for rare circumstances guarded by tooling or a Ruby-specific extension for required_ruby_version. The document is fairly straightforward and reads:</p><p>"MINOR version when you add functionality in a backward compatible manner"</p><p>While I appreciate Rails doesn't follow semver, RubyGems very much encourages it for version specifiers. And Rails has a large influence on the community. That's how this discussion started. It got sidetracked pretty quickly.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://ruby.social/users/eregon",
"name": "@eregon"
},
{
"type": "Mention",
"href": "https://ruby.social/users/byroot",
"name": "@byroot"
}
],
"replies": {
"id": "https://ruby.social/users/nirvdrum/statuses/111954343952439176/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/nirvdrum/statuses/111954343952439176/replies?only_other_accounts=true&page=true",
"partOf": "https://ruby.social/users/nirvdrum/statuses/111954343952439176/replies",
"items": []
}
},
"likes": {
"id": "https://ruby.social/users/nirvdrum/statuses/111954343952439176/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://ruby.social/users/nirvdrum/statuses/111954343952439176/shares",
"type": "Collection",
"totalItems": 0
}
}