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://mastodon.social/users/edlinks/collections/featured",
"type": "OrderedCollection",
"totalItems": 2,
"orderedItems": [
{
"id": "https://mastodon.social/users/edlinks/statuses/114342164359956047",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/edlinks/statuses/114341730802567753",
"published": "2025-04-15T13:16:06Z",
"url": "https://mastodon.social/@edlinks/114342164359956047",
"attributedTo": "https://mastodon.social/users/edlinks",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/edlinks/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/edlinks/statuses/114342164359956047",
"inReplyToAtomUri": "https://mastodon.social/users/edlinks/statuses/114341730802567753",
"conversation": "tag:mastodon.social,2025-04-15:objectId=972766889:objectType=Conversation",
"content": "<p>Y si queréis adaptar un <a href=\"https://mastodon.social/tags/XAMPP\" class=\"mention hashtag\" rel=\"tag\">#<span>XAMPP</span></a> para <a href=\"https://mastodon.social/tags/Docker\" class=\"mention hashtag\" rel=\"tag\">#<span>Docker</span></a> en <a href=\"https://mastodon.social/tags/Podman\" class=\"mention hashtag\" rel=\"tag\">#<span>Podman</span></a> sobre <a href=\"https://mastodon.social/tags/Fedora\" class=\"mention hashtag\" rel=\"tag\">#<span>Fedora</span></a>, podéis ejecutar lo siguiente:</p><p>podman run --name xampp -p 2222:22 -p 8080:80 -d -v /ruta/dentro/de/tu/directorio/personal:/www:z docker.io/tomsik68/xampp</p>",
"contentMap": {
"es": "<p>Y si queréis adaptar un <a href=\"https://mastodon.social/tags/XAMPP\" class=\"mention hashtag\" rel=\"tag\">#<span>XAMPP</span></a> para <a href=\"https://mastodon.social/tags/Docker\" class=\"mention hashtag\" rel=\"tag\">#<span>Docker</span></a> en <a href=\"https://mastodon.social/tags/Podman\" class=\"mention hashtag\" rel=\"tag\">#<span>Podman</span></a> sobre <a href=\"https://mastodon.social/tags/Fedora\" class=\"mention hashtag\" rel=\"tag\">#<span>Fedora</span></a>, podéis ejecutar lo siguiente:</p><p>podman run --name xampp -p 2222:22 -p 8080:80 -d -v /ruta/dentro/de/tu/directorio/personal:/www:z docker.io/tomsik68/xampp</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/xampp",
"name": "#xampp"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/docker",
"name": "#docker"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/podman",
"name": "#podman"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/fedora",
"name": "#fedora"
}
],
"replies": {
"id": "https://mastodon.social/users/edlinks/statuses/114342164359956047/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/edlinks/statuses/114342164359956047/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/edlinks/statuses/114342164359956047/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/edlinks/statuses/114342164359956047/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/edlinks/statuses/114342164359956047/shares",
"type": "Collection",
"totalItems": 0
}
},
{
"id": "https://mastodon.social/users/edlinks/statuses/114341730802567753",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-04-15T11:25:51Z",
"url": "https://mastodon.social/@edlinks/114341730802567753",
"attributedTo": "https://mastodon.social/users/edlinks",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/edlinks/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/edlinks/statuses/114341730802567753",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2025-04-15:objectId=972766889:objectType=Conversation",
"content": "<p>Estoy experimentando con el CMS <a href=\"https://mastodon.social/tags/Ghost\" class=\"mention hashtag\" rel=\"tag\">#<span>Ghost</span></a>. Si queréis instalar el contenedor <a href=\"https://mastodon.social/tags/Docker\" class=\"mention hashtag\" rel=\"tag\">#<span>Docker</span></a> sobre <a href=\"https://mastodon.social/tags/Podman\" class=\"mention hashtag\" rel=\"tag\">#<span>Podman</span></a> en <a href=\"https://mastodon.social/tags/Fedora\" class=\"mention hashtag\" rel=\"tag\">#<span>Fedora</span></a>, este es el comando que mejor me ha ido hasta ahora:</p><p>podman run -d --name nombre-contenedor --userns=keep-id -e NODE_ENV=development -e url=http://localhost:3001 -p 3001:2368 -v /ruta/dentro/de/tu/directorio/personal:/var/lib/ghost/content:Z docker.io/ghost</p>",
"contentMap": {
"es": "<p>Estoy experimentando con el CMS <a href=\"https://mastodon.social/tags/Ghost\" class=\"mention hashtag\" rel=\"tag\">#<span>Ghost</span></a>. Si queréis instalar el contenedor <a href=\"https://mastodon.social/tags/Docker\" class=\"mention hashtag\" rel=\"tag\">#<span>Docker</span></a> sobre <a href=\"https://mastodon.social/tags/Podman\" class=\"mention hashtag\" rel=\"tag\">#<span>Podman</span></a> en <a href=\"https://mastodon.social/tags/Fedora\" class=\"mention hashtag\" rel=\"tag\">#<span>Fedora</span></a>, este es el comando que mejor me ha ido hasta ahora:</p><p>podman run -d --name nombre-contenedor --userns=keep-id -e NODE_ENV=development -e url=http://localhost:3001 -p 3001:2368 -v /ruta/dentro/de/tu/directorio/personal:/var/lib/ghost/content:Z docker.io/ghost</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/ghost",
"name": "#ghost"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/docker",
"name": "#docker"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/podman",
"name": "#podman"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/fedora",
"name": "#fedora"
}
],
"replies": {
"id": "https://mastodon.social/users/edlinks/statuses/114341730802567753/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/edlinks/statuses/114341730802567753/replies?min_id=114342164359956047&page=true",
"partOf": "https://mastodon.social/users/edlinks/statuses/114341730802567753/replies",
"items": [
"https://mastodon.social/users/edlinks/statuses/114342164359956047"
]
}
},
"likes": {
"id": "https://mastodon.social/users/edlinks/statuses/114341730802567753/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/edlinks/statuses/114341730802567753/shares",
"type": "Collection",
"totalItems": 0
}
}
]
}