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://social.linux.pizza/users/tgpo/statuses/114490993602496465",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-05-11T20:05:20Z",
"url": "https://social.linux.pizza/@tgpo/114490993602496465",
"attributedTo": "https://social.linux.pizza/users/tgpo",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://social.linux.pizza/users/tgpo/followers"
],
"sensitive": false,
"atomUri": "https://social.linux.pizza/users/tgpo/statuses/114490993602496465",
"inReplyToAtomUri": null,
"conversation": "tag:social.linux.pizza,2025-05-11:objectId=181430470:objectType=Conversation",
"content": "<p>In <a href=\"https://social.linux.pizza/tags/brightscript\" class=\"mention hashtag\" rel=\"tag\">#<span>brightscript</span></a>, string comparisons are case sensitive.</p><p>You could litter your code with LCase() calls, but if you call it on an invalid value or any variable type other string, it'll throw an exception in your app. 😬 </p><p>So to make everyone's life easier, here's a simple case insensitive string equality function you can use.</p><p><a href=\"https://1hitsong.com/posts/brightscript-string-compare/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">1hitsong.com/posts/brightscrip</span><span class=\"invisible\">t-string-compare/</span></a></p><p><a href=\"https://social.linux.pizza/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a> <a href=\"https://social.linux.pizza/tags/foss\" class=\"mention hashtag\" rel=\"tag\">#<span>foss</span></a></p>",
"contentMap": {
"en": "<p>In <a href=\"https://social.linux.pizza/tags/brightscript\" class=\"mention hashtag\" rel=\"tag\">#<span>brightscript</span></a>, string comparisons are case sensitive.</p><p>You could litter your code with LCase() calls, but if you call it on an invalid value or any variable type other string, it'll throw an exception in your app. 😬 </p><p>So to make everyone's life easier, here's a simple case insensitive string equality function you can use.</p><p><a href=\"https://1hitsong.com/posts/brightscript-string-compare/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">1hitsong.com/posts/brightscrip</span><span class=\"invisible\">t-string-compare/</span></a></p><p><a href=\"https://social.linux.pizza/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a> <a href=\"https://social.linux.pizza/tags/foss\" class=\"mention hashtag\" rel=\"tag\">#<span>foss</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://social.linux.pizza/tags/brightscript",
"name": "#brightscript"
},
{
"type": "Hashtag",
"href": "https://social.linux.pizza/tags/programming",
"name": "#programming"
},
{
"type": "Hashtag",
"href": "https://social.linux.pizza/tags/foss",
"name": "#foss"
}
],
"replies": {
"id": "https://social.linux.pizza/users/tgpo/statuses/114490993602496465/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.linux.pizza/users/tgpo/statuses/114490993602496465/replies?only_other_accounts=true&page=true",
"partOf": "https://social.linux.pizza/users/tgpo/statuses/114490993602496465/replies",
"items": []
}
},
"likes": {
"id": "https://social.linux.pizza/users/tgpo/statuses/114490993602496465/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://social.linux.pizza/users/tgpo/statuses/114490993602496465/shares",
"type": "Collection",
"totalItems": 1
}
}