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://shelter.moe/users/Elsental/statuses/113542856605964309",
"type": "Note",
"summary": null,
"inReplyTo": "https://shelter.moe/users/Elsental/statuses/113542843397735360",
"published": "2024-11-25T09:21:38Z",
"url": "https://shelter.moe/@Elsental/113542856605964309",
"attributedTo": "https://shelter.moe/users/Elsental",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://shelter.moe/users/Elsental/followers"
],
"sensitive": false,
"atomUri": "https://shelter.moe/users/Elsental/statuses/113542856605964309",
"inReplyToAtomUri": "https://shelter.moe/users/Elsental/statuses/113542843397735360",
"conversation": "tag:shelter.moe,2024-11-25:objectId=37375430:objectType=Conversation",
"content": "<p>I've been offered this before. But it doesn't work :</p><p>document.addEventListener('DOMContentLoaded', function () {<br /> const span = Array.from(document.querySelectorAll('span'))<br /> .find(el => el.textContent.trim() === 'Powered by ');</p><p> if (span) {<br /> span.textContent = 'New text';<br /> }<br /> });</p><p>----</p><p>$(document).ready(function() {<br /> const span = $('span').filter(function() {<br /> return $(this).text().trim() === 'Powered by ';<br /> });<br /> if (span.length) {<br /> span.text('New text');<br /> }<br />});</p>",
"contentMap": {
"en": "<p>I've been offered this before. But it doesn't work :</p><p>document.addEventListener('DOMContentLoaded', function () {<br /> const span = Array.from(document.querySelectorAll('span'))<br /> .find(el => el.textContent.trim() === 'Powered by ');</p><p> if (span) {<br /> span.textContent = 'New text';<br /> }<br /> });</p><p>----</p><p>$(document).ready(function() {<br /> const span = $('span').filter(function() {<br /> return $(this).text().trim() === 'Powered by ';<br /> });<br /> if (span.length) {<br /> span.text('New text');<br /> }<br />});</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://shelter.moe/users/Elsental/statuses/113542856605964309/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://shelter.moe/users/Elsental/statuses/113542856605964309/replies?only_other_accounts=true&page=true",
"partOf": "https://shelter.moe/users/Elsental/statuses/113542856605964309/replies",
"items": []
}
},
"likes": {
"id": "https://shelter.moe/users/Elsental/statuses/113542856605964309/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://shelter.moe/users/Elsental/statuses/113542856605964309/shares",
"type": "Collection",
"totalItems": 0
}
}