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://phpc.social/users/edorian/statuses/114633762352966202",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-06-06T01:13:19Z",
"url": "https://phpc.social/@edorian/114633762352966202",
"attributedTo": "https://phpc.social/users/edorian",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://phpc.social/users/edorian/followers",
"https://phpc.social/users/Tideways"
],
"sensitive": false,
"atomUri": "https://phpc.social/users/edorian/statuses/114633762352966202",
"inReplyToAtomUri": null,
"conversation": "tag:phpc.social,2025-06-06:objectId=58748250:objectType=Conversation",
"content": "<p>Recently <span class=\"h-card\" translate=\"no\"><a href=\"https://phpc.social/@Tideways\" class=\"u-url mention\">@<span>Tideways</span></a></span> published a video on micro optimizations, how to do them, what pitfalls exist in PHP, what to avoid when testing, and most importantly: Why obsessing over minuscule details might not be useful, especially as PHP gets more optimized in the future.</p><p><a href=\"https://www.youtube.com/watch?v=fotz2_8pxa0\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">youtube.com/watch?v=fotz2_8pxa</span><span class=\"invisible\">0</span></a></p><p>It's going to be interesting to see how a bit more calm and collected <a href=\"https://phpc.social/tags/php\" class=\"mention hashtag\" rel=\"tag\">#<span>php</span></a> <a href=\"https://phpc.social/tags/performance\" class=\"mention hashtag\" rel=\"tag\">#<span>performance</span></a> <a href=\"https://phpc.social/tags/content\" class=\"mention hashtag\" rel=\"tag\">#<span>content</span></a> will perform on YouTube.</p><p>If you want some more performance content check my slides at <a href=\"https://speakerdeck.com/edorian/upcoming-changes-in-php-8-dot-4-property-hooks-improved-performance-and-so-much-more\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">speakerdeck.com/edorian/upcomi</span><span class=\"invisible\">ng-changes-in-php-8-dot-4-property-hooks-improved-performance-and-so-much-more</span></a></p>",
"contentMap": {
"en": "<p>Recently <span class=\"h-card\" translate=\"no\"><a href=\"https://phpc.social/@Tideways\" class=\"u-url mention\">@<span>Tideways</span></a></span> published a video on micro optimizations, how to do them, what pitfalls exist in PHP, what to avoid when testing, and most importantly: Why obsessing over minuscule details might not be useful, especially as PHP gets more optimized in the future.</p><p><a href=\"https://www.youtube.com/watch?v=fotz2_8pxa0\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">youtube.com/watch?v=fotz2_8pxa</span><span class=\"invisible\">0</span></a></p><p>It's going to be interesting to see how a bit more calm and collected <a href=\"https://phpc.social/tags/php\" class=\"mention hashtag\" rel=\"tag\">#<span>php</span></a> <a href=\"https://phpc.social/tags/performance\" class=\"mention hashtag\" rel=\"tag\">#<span>performance</span></a> <a href=\"https://phpc.social/tags/content\" class=\"mention hashtag\" rel=\"tag\">#<span>content</span></a> will perform on YouTube.</p><p>If you want some more performance content check my slides at <a href=\"https://speakerdeck.com/edorian/upcoming-changes-in-php-8-dot-4-property-hooks-improved-performance-and-so-much-more\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">speakerdeck.com/edorian/upcomi</span><span class=\"invisible\">ng-changes-in-php-8-dot-4-property-hooks-improved-performance-and-so-much-more</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://phpc.social/users/Tideways",
"name": "@Tideways"
},
{
"type": "Hashtag",
"href": "https://phpc.social/tags/php",
"name": "#php"
},
{
"type": "Hashtag",
"href": "https://phpc.social/tags/performance",
"name": "#performance"
},
{
"type": "Hashtag",
"href": "https://phpc.social/tags/content",
"name": "#content"
}
],
"replies": {
"id": "https://phpc.social/users/edorian/statuses/114633762352966202/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://phpc.social/users/edorian/statuses/114633762352966202/replies?only_other_accounts=true&page=true",
"partOf": "https://phpc.social/users/edorian/statuses/114633762352966202/replies",
"items": []
}
},
"likes": {
"id": "https://phpc.social/users/edorian/statuses/114633762352966202/likes",
"type": "Collection",
"totalItems": 5
},
"shares": {
"id": "https://phpc.social/users/edorian/statuses/114633762352966202/shares",
"type": "Collection",
"totalItems": 11
}
}