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",
{
"Hashtag": "as:Hashtag"
}
],
"id": "https://mysportgallery.com/users/jon/collections/tags",
"type": "Collection",
"totalItems": 4,
"items": [
{
"type": "Hashtag",
"href": "https://mysportgallery.com/@jon/tagged/nfl",
"name": "#NFL"
},
{
"type": "Hashtag",
"href": "https://mysportgallery.com/@jon/tagged/miamidolphins",
"name": "#MiamiDolphins"
},
{
"type": "Hashtag",
"href": "https://mysportgallery.com/@jon/tagged/finsup",
"name": "#FinsUp"
},
{
"type": "Hashtag",
"href": "https://mysportgallery.com/@jon/tagged/gofins",
"name": "#GoFins"
}
]
}