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://fosstodon.org/users/dcz/statuses/114233347687124818",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-03-27T08:02:36Z",
"url": "https://fosstodon.org/@dcz/114233347687124818",
"attributedTo": "https://fosstodon.org/users/dcz",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/dcz/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/dcz/statuses/114233347687124818",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2025-03-27:objectId=301678656:objectType=Conversation",
"content": "<p>@bkuhn any advice for choosing <a href=\"https://fosstodon.org/tags/copyleft\" class=\"mention hashtag\" rel=\"tag\">#<span>copyleft</span></a> <a href=\"https://fosstodon.org/tags/licenses\" class=\"mention hashtag\" rel=\"tag\">#<span>licenses</span></a> for <a href=\"https://fosstodon.org/tags/Rust\" class=\"mention hashtag\" rel=\"tag\">#<span>Rust</span></a> code?</p><p>In a recent thread you mentioned <a href=\"https://fosstodon.org/tags/LGPL\" class=\"mention hashtag\" rel=\"tag\">#<span>LGPL</span></a> and I'm curious about templating.</p><p>In my understanding it's not possible for the user to replace just the LGPLd library on their system, so it's effectively the same as <a href=\"https://fosstodon.org/tags/GPL\" class=\"mention hashtag\" rel=\"tag\">#<span>GPL</span></a> .<br />I chose <a href=\"https://fosstodon.org/tags/MPL\" class=\"mention hashtag\" rel=\"tag\">#<span>MPL</span></a> 2.0 instead.</p><p>Same problem exists in C++ template-only libraries, but I found no ultimate guide.</p><p>Are you aware of any?</p><p><a href=\"https://fosstodon.org/tags/cplusplus\" class=\"mention hashtag\" rel=\"tag\">#<span>cplusplus</span></a> <a href=\"https://fosstodon.org/tags/rustlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rustlang</span></a> <a href=\"https://fosstodon.org/tags/licensing\" class=\"mention hashtag\" rel=\"tag\">#<span>licensing</span></a></p>",
"contentMap": {
"en": "<p>@bkuhn any advice for choosing <a href=\"https://fosstodon.org/tags/copyleft\" class=\"mention hashtag\" rel=\"tag\">#<span>copyleft</span></a> <a href=\"https://fosstodon.org/tags/licenses\" class=\"mention hashtag\" rel=\"tag\">#<span>licenses</span></a> for <a href=\"https://fosstodon.org/tags/Rust\" class=\"mention hashtag\" rel=\"tag\">#<span>Rust</span></a> code?</p><p>In a recent thread you mentioned <a href=\"https://fosstodon.org/tags/LGPL\" class=\"mention hashtag\" rel=\"tag\">#<span>LGPL</span></a> and I'm curious about templating.</p><p>In my understanding it's not possible for the user to replace just the LGPLd library on their system, so it's effectively the same as <a href=\"https://fosstodon.org/tags/GPL\" class=\"mention hashtag\" rel=\"tag\">#<span>GPL</span></a> .<br />I chose <a href=\"https://fosstodon.org/tags/MPL\" class=\"mention hashtag\" rel=\"tag\">#<span>MPL</span></a> 2.0 instead.</p><p>Same problem exists in C++ template-only libraries, but I found no ultimate guide.</p><p>Are you aware of any?</p><p><a href=\"https://fosstodon.org/tags/cplusplus\" class=\"mention hashtag\" rel=\"tag\">#<span>cplusplus</span></a> <a href=\"https://fosstodon.org/tags/rustlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rustlang</span></a> <a href=\"https://fosstodon.org/tags/licensing\" class=\"mention hashtag\" rel=\"tag\">#<span>licensing</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/copyleft",
"name": "#copyleft"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/licenses",
"name": "#licenses"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/rust",
"name": "#rust"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/lgpl",
"name": "#lgpl"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/gpl",
"name": "#gpl"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/mpl",
"name": "#mpl"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/cplusplus",
"name": "#cplusplus"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/rustlang",
"name": "#rustlang"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/licensing",
"name": "#licensing"
}
],
"replies": {
"id": "https://fosstodon.org/users/dcz/statuses/114233347687124818/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/dcz/statuses/114233347687124818/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/dcz/statuses/114233347687124818/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/dcz/statuses/114233347687124818/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://fosstodon.org/users/dcz/statuses/114233347687124818/shares",
"type": "Collection",
"totalItems": 1
}
}