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://fosstodon.org/users/robinm/statuses/113423808459275648",
"type": "Note",
"summary": null,
"inReplyTo": "https://fediscience.org/users/franz/statuses/113420711340540451",
"published": "2024-11-04T08:46:07Z",
"url": "https://fosstodon.org/@robinm/113423808459275648",
"attributedTo": "https://fosstodon.org/users/robinm",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/robinm/followers",
"https://fediscience.org/users/franz"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/robinm/statuses/113423808459275648",
"inReplyToAtomUri": "https://fediscience.org/users/franz/statuses/113420711340540451",
"conversation": "tag:fediscience.org,2024-11-03:objectId=84944939:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fediscience.org/@franz\" class=\"u-url mention\">@<span>franz</span></a></span> If it's only for you, you most certainely don't need CI/CD, and in that case a simple access to a computer that has git + a repo anywhere is already enough.</p><p>Did you know that `mkdir repo dev && cd repo && git init --bare && cd ../dev && git clone ../repo` is enough? The next step is just to put `repo` on a raspberry pi behind ssh. When git cloning, you can use an url (github.com/...), a local path (../repo), an ssh address (192.168.1.10:/home/me/my/git/repo), ...</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fediscience.org/@franz\" class=\"u-url mention\">@<span>franz</span></a></span> If it's only for you, you most certainely don't need CI/CD, and in that case a simple access to a computer that has git + a repo anywhere is already enough.</p><p>Did you know that `mkdir repo dev && cd repo && git init --bare && cd ../dev && git clone ../repo` is enough? The next step is just to put `repo` on a raspberry pi behind ssh. When git cloning, you can use an url (github.com/...), a local path (../repo), an ssh address (192.168.1.10:/home/me/my/git/repo), ...</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://fediscience.org/users/franz",
"name": "@franz@fediscience.org"
}
],
"replies": {
"id": "https://fosstodon.org/users/robinm/statuses/113423808459275648/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/robinm/statuses/113423808459275648/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/robinm/statuses/113423808459275648/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/robinm/statuses/113423808459275648/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://fosstodon.org/users/robinm/statuses/113423808459275648/shares",
"type": "Collection",
"totalItems": 0
}
}