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/flutterexp/statuses/109279056157785642",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-03T09:01:06Z",
"url": "https://fosstodon.org/@flutterexp/109279056157785642",
"attributedTo": "https://fosstodon.org/users/flutterexp",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/flutterexp/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/flutterexp/statuses/109279056157785642",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2022-11-03:objectId=56047679:objectType=Conversation",
"content": "<p>I am glad to share my newest video with you. Today we discover how to save and retrieve an image from a local Database in <a href=\"https://fosstodon.org/tags/Flutter\" class=\"mention hashtag\" rel=\"tag\">#<span>Flutter</span></a>. </p><p>Therefore we create an Adapter pattern to implement it with <a href=\"https://fosstodon.org/tags/Hive\" class=\"mention hashtag\" rel=\"tag\">#<span>Hive</span></a> and IsarDB. </p><p><a href=\"https://www.youtube.com/watch?v=aMsjULcvHQk\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">youtube.com/watch?v=aMsjULcvHQ</span><span class=\"invisible\">k</span></a></p><p>You can find the repository where you can follow the tutorial on Codeberg:<br /><a href=\"https://codeberg.org/Flutter-Explained/local_db_tutorial_store_image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codeberg.org/Flutter-Explained</span><span class=\"invisible\">/local_db_tutorial_store_image</span></a></p><p><a href=\"https://fosstodon.org/tags/flutterdev\" class=\"mention hashtag\" rel=\"tag\">#<span>flutterdev</span></a></p>",
"contentMap": {
"en": "<p>I am glad to share my newest video with you. Today we discover how to save and retrieve an image from a local Database in <a href=\"https://fosstodon.org/tags/Flutter\" class=\"mention hashtag\" rel=\"tag\">#<span>Flutter</span></a>. </p><p>Therefore we create an Adapter pattern to implement it with <a href=\"https://fosstodon.org/tags/Hive\" class=\"mention hashtag\" rel=\"tag\">#<span>Hive</span></a> and IsarDB. </p><p><a href=\"https://www.youtube.com/watch?v=aMsjULcvHQk\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">youtube.com/watch?v=aMsjULcvHQ</span><span class=\"invisible\">k</span></a></p><p>You can find the repository where you can follow the tutorial on Codeberg:<br /><a href=\"https://codeberg.org/Flutter-Explained/local_db_tutorial_store_image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codeberg.org/Flutter-Explained</span><span class=\"invisible\">/local_db_tutorial_store_image</span></a></p><p><a href=\"https://fosstodon.org/tags/flutterdev\" class=\"mention hashtag\" rel=\"tag\">#<span>flutterdev</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/flutter",
"name": "#flutter"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/hive",
"name": "#hive"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/flutterdev",
"name": "#flutterdev"
}
],
"replies": {
"id": "https://fosstodon.org/users/flutterexp/statuses/109279056157785642/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/flutterexp/statuses/109279056157785642/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/flutterexp/statuses/109279056157785642/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/flutterexp/statuses/109279056157785642/likes",
"type": "Collection",
"totalItems": 4
},
"shares": {
"id": "https://fosstodon.org/users/flutterexp/statuses/109279056157785642/shares",
"type": "Collection",
"totalItems": 0
}
}