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://fosstodon.org/users/derekkraan/statuses/112319686901304765",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-04-23T08:53:29Z",
"url": "https://fosstodon.org/@derekkraan/112319686901304765",
"attributedTo": "https://fosstodon.org/users/derekkraan",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/derekkraan/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/derekkraan/statuses/112319686901304765",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2024-04-23:objectId=203054306:objectType=Conversation",
"content": "<p>🤓 Elixir Pro Tip</p><p>If the latest version of a package is broken, and you want to pin it to a version that works, it is nice to specify that you do want the next version after that.</p><p>Saves wondering later why that version is pinned.</p><p><a href=\"https://fosstodon.org/tags/elixir\" class=\"mention hashtag\" rel=\"tag\">#<span>elixir</span></a></p>",
"contentMap": {
"en": "<p>🤓 Elixir Pro Tip</p><p>If the latest version of a package is broken, and you want to pin it to a version that works, it is nice to specify that you do want the next version after that.</p><p>Saves wondering later why that version is pinned.</p><p><a href=\"https://fosstodon.org/tags/elixir\" class=\"mention hashtag\" rel=\"tag\">#<span>elixir</span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://cdn.fosstodon.org/media_attachments/files/112/319/683/157/330/491/original/5badbd12f9db8f25.png",
"name": "defp deps do\n [\n # version 2.38.0 is broken\n {:ex_cldr, \"== 2.37.5 or ~> 2.38.1 or ~> 2.39\"}\n ]\nend",
"blurhash": "Us6J#3j[p0fPjuj@fQfQtpa{aJfRbHazazfQ",
"focalPoint": [
0,
0
],
"width": 1154,
"height": 604
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/elixir",
"name": "#elixir"
}
],
"replies": {
"id": "https://fosstodon.org/users/derekkraan/statuses/112319686901304765/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/derekkraan/statuses/112319686901304765/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/derekkraan/statuses/112319686901304765/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/derekkraan/statuses/112319686901304765/likes",
"type": "Collection",
"totalItems": 8
},
"shares": {
"id": "https://fosstodon.org/users/derekkraan/statuses/112319686901304765/shares",
"type": "Collection",
"totalItems": 1
}
}