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://twit.social/users/brass75/statuses/113222163251705235",
"type": "Note",
"summary": null,
"inReplyTo": "https://twit.social/users/brass75/statuses/113216197425515702",
"published": "2024-09-29T18:05:06Z",
"url": "https://twit.social/@brass75/113222163251705235",
"attributedTo": "https://twit.social/users/brass75",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://twit.social/users/brass75/followers"
],
"sensitive": false,
"atomUri": "https://twit.social/users/brass75/statuses/113222163251705235",
"inReplyToAtomUri": "https://twit.social/users/brass75/statuses/113216197425515702",
"conversation": "tag:twit.social,2024-09-18:objectId=87860488:objectType=Conversation",
"content": "<p>Spent another few hours on it today. Added custom URLs, improved the short link generation. Did some work on the CI (not that there's much…) but I added a Github Action for `ruff` and a pre-commit (for me at least!) to run the `ruff` linter and formatter. Fixed up a couple of other the under the hood things.<br />Next weekend - adding some actual tests.</p>",
"contentMap": {
"en": "<p>Spent another few hours on it today. Added custom URLs, improved the short link generation. Did some work on the CI (not that there's much…) but I added a Github Action for `ruff` and a pre-commit (for me at least!) to run the `ruff` linter and formatter. Fixed up a couple of other the under the hood things.<br />Next weekend - adding some actual tests.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://twit.social/users/brass75/statuses/113222163251705235/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://twit.social/users/brass75/statuses/113222163251705235/replies?min_id=113249684616443951&page=true",
"partOf": "https://twit.social/users/brass75/statuses/113222163251705235/replies",
"items": [
"https://twit.social/users/brass75/statuses/113249684616443951"
]
}
},
"likes": {
"id": "https://twit.social/users/brass75/statuses/113222163251705235/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://twit.social/users/brass75/statuses/113222163251705235/shares",
"type": "Collection",
"totalItems": 0
}
}