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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://shelter.moe/users/Elsental/statuses/113542843397735360",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-25T09:18:16Z",
"url": "https://shelter.moe/@Elsental/113542843397735360",
"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/113542843397735360",
"inReplyToAtomUri": null,
"conversation": "tag:shelter.moe,2024-11-25:objectId=37375430:objectType=Conversation",
"content": "<p>I'm trying to change the text of a web page that doesn't have an assigned ID.</p><p>I can't use HTML or script tags.</p><p>I can only do custom <a href=\"https://shelter.moe/tags/CSS\" class=\"mention hashtag\" rel=\"tag\">#<span>CSS</span></a> and custom raw <a href=\"https://shelter.moe/tags/Javascript\" class=\"mention hashtag\" rel=\"tag\">#<span>Javascript</span></a>. Can someone help me here?</p><p>I can change the text in CSS and JS without any problem when there is an ID. But of course, if the text doesn't have an ID, I have to go back to find an ID, and that deletes things in a block<br />Here for my example, I would like to change only "Powered by " and keep the rest.</p>",
"contentMap": {
"en": "<p>I'm trying to change the text of a web page that doesn't have an assigned ID.</p><p>I can't use HTML or script tags.</p><p>I can only do custom <a href=\"https://shelter.moe/tags/CSS\" class=\"mention hashtag\" rel=\"tag\">#<span>CSS</span></a> and custom raw <a href=\"https://shelter.moe/tags/Javascript\" class=\"mention hashtag\" rel=\"tag\">#<span>Javascript</span></a>. Can someone help me here?</p><p>I can change the text in CSS and JS without any problem when there is an ID. But of course, if the text doesn't have an ID, I have to go back to find an ID, and that deletes things in a block<br />Here for my example, I would like to change only "Powered by " and keep the rest.</p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://shelter.moe/system/media_attachments/files/113/542/840/951/453/049/original/55644c3fbf55c2da.png",
"name": null,
"blurhash": "U75Y1_t8NXWTx|oMR$bYV;WXjvofm~a#aykA",
"width": 629,
"height": 128
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://shelter.moe/tags/css",
"name": "#css"
},
{
"type": "Hashtag",
"href": "https://shelter.moe/tags/javascript",
"name": "#javascript"
}
],
"replies": {
"id": "https://shelter.moe/users/Elsental/statuses/113542843397735360/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://shelter.moe/users/Elsental/statuses/113542843397735360/replies?min_id=113542856605964309&page=true",
"partOf": "https://shelter.moe/users/Elsental/statuses/113542843397735360/replies",
"items": [
"https://shelter.moe/users/Elsental/statuses/113542856605964309"
]
}
},
"likes": {
"id": "https://shelter.moe/users/Elsental/statuses/113542843397735360/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://shelter.moe/users/Elsental/statuses/113542843397735360/shares",
"type": "Collection",
"totalItems": 0
}
}