ActivityPub Viewer

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.

Open in browser →
{ "@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" } } ], "id": "https://mastodon.social/users/brad_frost/outbox?min_id=0&page=true", "type": "OrderedCollectionPage", "next": "https://mastodon.social/users/brad_frost/outbox?max_id=99287249685844562&page=true", "prev": "https://mastodon.social/users/brad_frost/outbox?min_id=109361198599415425&page=true", "partOf": "https://mastodon.social/users/brad_frost/outbox", "orderedItems": [ { "id": "https://mastodon.social/users/brad_frost/statuses/109361198599415425/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-17T21:11:01Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://mastodon.social/users/smashingmag" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109361198599415425", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/brad_frost/statuses/109361196463972625", "published": "2022-11-17T21:11:01Z", "url": "https://mastodon.social/@brad_frost/109361198599415425", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://mastodon.social/users/smashingmag" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109361198599415425", "inReplyToAtomUri": "https://mastodon.social/users/brad_frost/statuses/109361196463972625", "conversation": "tag:mastodon.social,2022-11-17:objectId=334609626:objectType=Conversation", "content": "<p>I&#39;m excited for our container query-powered future. Design system creators can author truly fluid components that can be dropped into any arbitrary layout, sidebar, whatever, and Just Work. </p><p>This article on <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@smashingmag\" class=\"u-url mention\">@<span>smashingmag</span></a></span> is a great primer: <a href=\"https://www.smashingmagazine.com/2021/05/complete-guide-css-container-queries/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">smashingmagazine.com/2021/05/c</span><span class=\"invisible\">omplete-guide-css-container-queries/</span></a></p>", "contentMap": { "en": "<p>I&#39;m excited for our container query-powered future. Design system creators can author truly fluid components that can be dropped into any arbitrary layout, sidebar, whatever, and Just Work. </p><p>This article on <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@smashingmag\" class=\"u-url mention\">@<span>smashingmag</span></a></span> is a great primer: <a href=\"https://www.smashingmagazine.com/2021/05/complete-guide-css-container-queries/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">smashingmagazine.com/2021/05/c</span><span class=\"invisible\">omplete-guide-css-container-queries/</span></a></p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/smashingmag", "name": "@smashingmag" } ], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109361198599415425/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109361198599415425/replies?min_id=109361199865512736&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109361198599415425/replies", "items": [ "https://mastodon.social/users/brad_frost/statuses/109361199865512736" ] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109361198599415425/likes", "type": "Collection", "totalItems": 10 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109361198599415425/shares", "type": "Collection", "totalItems": 8 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109361196463972625/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-17T21:10:28Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109361196463972625", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/brad_frost/statuses/109361194950600795", "published": "2022-11-17T21:10:28Z", "url": "https://mastodon.social/@brad_frost/109361196463972625", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109361196463972625", "inReplyToAtomUri": "https://mastodon.social/users/brad_frost/statuses/109361194950600795", "conversation": "tag:mastodon.social,2022-11-17:objectId=334609626:objectType=Conversation", "content": "<p>The `grid` component has variants for things like `side-by-side`, `2up`, `3up`, 1-to-3up`, `4up`, and other common patterns. This is common fare layout stuff to accomplish things like product grids for an ecommerce website, 3 promo touts on a homepage, basic form layout, etc.</p>", "contentMap": { "en": "<p>The `grid` component has variants for things like `side-by-side`, `2up`, `3up`, 1-to-3up`, `4up`, and other common patterns. This is common fare layout stuff to accomplish things like product grids for an ecommerce website, 3 promo touts on a homepage, basic form layout, etc.</p>" }, "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://files.mastodon.social/media_attachments/files/109/361/196/257/916/112/original/3d1778dfe72ac8e5.png", "name": null, "blurhash": "U3RC-p4o?at6xtj[RjWB_3M{M|t6t7xuM{M{", "width": 710, "height": 548 } ], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109361196463972625/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109361196463972625/replies?min_id=109361198599415425&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109361196463972625/replies", "items": [ "https://mastodon.social/users/brad_frost/statuses/109361198599415425" ] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109361196463972625/likes", "type": "Collection", "totalItems": 9 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109361196463972625/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109361194950600795/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-17T21:10:05Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109361194950600795", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/brad_frost/statuses/109361191944679537", "published": "2022-11-17T21:10:05Z", "url": "https://mastodon.social/@brad_frost/109361194950600795", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109361194950600795", "inReplyToAtomUri": "https://mastodon.social/users/brad_frost/statuses/109361191944679537", "conversation": "tag:mastodon.social,2022-11-17:objectId=334609626:objectType=Conversation", "content": "<p>In the design systems we build with our clients, we tend to create a `grid` and `grid-item` components that provide solutions for common, repeatable layout patterns. <a href=\"https://codepen.io/bradfrost/pen/wvXrP\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">codepen.io/bradfrost/pen/wvXrP</span><span class=\"invisible\"></span></a></p>", "contentMap": { "en": "<p>In the design systems we build with our clients, we tend to create a `grid` and `grid-item` components that provide solutions for common, repeatable layout patterns. <a href=\"https://codepen.io/bradfrost/pen/wvXrP\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">codepen.io/bradfrost/pen/wvXrP</span><span class=\"invisible\"></span></a></p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109361194950600795/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109361194950600795/replies?min_id=109361196463972625&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109361194950600795/replies", "items": [ "https://mastodon.social/users/brad_frost/statuses/109361196463972625" ] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109361194950600795/likes", "type": "Collection", "totalItems": 4 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109361194950600795/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109361191944679537/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-17T21:09:19Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109361191944679537", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/brad_frost/statuses/109361189552593703", "published": "2022-11-17T21:09:19Z", "url": "https://mastodon.social/@brad_frost/109361191944679537", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109361191944679537", "inReplyToAtomUri": "https://mastodon.social/users/brad_frost/statuses/109361189552593703", "conversation": "tag:mastodon.social,2022-11-17:objectId=334609626:objectType=Conversation", "content": "<p>&quot;Grid&quot; has different — and sometimes conflicting — paradigms across disciplines, and that causes all sorts of problems. <br />Donnie Damato does a fantastic job explaining the challenges around grid in his brilliant website, <a href=\"https://gridless.design/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">gridless.design/</span><span class=\"invisible\"></span></a></p>", "contentMap": { "en": "<p>&quot;Grid&quot; has different — and sometimes conflicting — paradigms across disciplines, and that causes all sorts of problems. <br />Donnie Damato does a fantastic job explaining the challenges around grid in his brilliant website, <a href=\"https://gridless.design/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">gridless.design/</span><span class=\"invisible\"></span></a></p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109361191944679537/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109361191944679537/replies?min_id=109361194950600795&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109361191944679537/replies", "items": [ "https://mastodon.social/users/brad_frost/statuses/109361194950600795" ] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109361191944679537/likes", "type": "Collection", "totalItems": 6 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109361191944679537/shares", "type": "Collection", "totalItems": 3 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109361189552593703/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-17T21:08:43Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109361189552593703", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/brad_frost/statuses/109361188073039298", "published": "2022-11-17T21:08:43Z", "url": "https://mastodon.social/@brad_frost/109361189552593703", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109361189552593703", "inReplyToAtomUri": "https://mastodon.social/users/brad_frost/statuses/109361188073039298", "conversation": "tag:mastodon.social,2022-11-17:objectId=334609626:objectType=Conversation", "content": "<p>&quot;Grid&quot; is a confusing sonofabitch. The “grid” the designers wield (those light pink lines superimposed over a whitespace-rich design comp) is a different beast than the “grid” that developers wield (which includes CSS Grid, Flexbox, and a slew of other modern CSS techniques).</p>", "contentMap": { "en": "<p>&quot;Grid&quot; is a confusing sonofabitch. The “grid” the designers wield (those light pink lines superimposed over a whitespace-rich design comp) is a different beast than the “grid” that developers wield (which includes CSS Grid, Flexbox, and a slew of other modern CSS techniques).</p>" }, "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://files.mastodon.social/media_attachments/files/109/361/189/231/424/717/original/f404a17d646ea5d7.png", "name": null, "blurhash": "UpHetdj[j[ay[layayj[znj[j[ay.TfQayj[", "width": 1919, "height": 1081 } ], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109361189552593703/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109361189552593703/replies?min_id=109361191944679537&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109361189552593703/replies", "items": [ "https://mastodon.social/users/brad_frost/statuses/109361191944679537" ] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109361189552593703/likes", "type": "Collection", "totalItems": 9 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109361189552593703/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109361188073039298/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-17T21:08:20Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109361188073039298", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/brad_frost/statuses/109361186924656739", "published": "2022-11-17T21:08:20Z", "url": "https://mastodon.social/@brad_frost/109361188073039298", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109361188073039298", "inReplyToAtomUri": "https://mastodon.social/users/brad_frost/statuses/109361186924656739", "conversation": "tag:mastodon.social,2022-11-17:objectId=334609626:objectType=Conversation", "content": "<p>Design systems can include common page layouts...or not. <a href=\"https://codepen.io/bradfrost/pen/ExRNKRm\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codepen.io/bradfrost/pen/ExRNK</span><span class=\"invisible\">Rm</span></a></p><p>Including page layouts in a design system ensures the other UI components in the library work properly within these common layouts.</p>", "contentMap": { "en": "<p>Design systems can include common page layouts...or not. <a href=\"https://codepen.io/bradfrost/pen/ExRNKRm\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codepen.io/bradfrost/pen/ExRNK</span><span class=\"invisible\">Rm</span></a></p><p>Including page layouts in a design system ensures the other UI components in the library work properly within these common layouts.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109361188073039298/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109361188073039298/replies?min_id=109361189552593703&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109361188073039298/replies", "items": [ "https://mastodon.social/users/brad_frost/statuses/109361189552593703" ] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109361188073039298/likes", "type": "Collection", "totalItems": 4 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109361188073039298/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109361186924656739/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-17T21:08:02Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109361186924656739", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/brad_frost/statuses/109361185229882794", "published": "2022-11-17T21:08:02Z", "url": "https://mastodon.social/@brad_frost/109361186924656739", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109361186924656739", "inReplyToAtomUri": "https://mastodon.social/users/brad_frost/statuses/109361185229882794", "conversation": "tag:mastodon.social,2022-11-17:objectId=334609626:objectType=Conversation", "content": "<p>The `layout-container` component is an important-yet-invisible component that caps the width of an experience and controls the padding between content and the viewport edge. <a href=\"https://codepen.io/bradfrost/pen/mdKrJXv\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codepen.io/bradfrost/pen/mdKrJ</span><span class=\"invisible\">Xv</span></a></p>", "contentMap": { "en": "<p>The `layout-container` component is an important-yet-invisible component that caps the width of an experience and controls the padding between content and the viewport edge. <a href=\"https://codepen.io/bradfrost/pen/mdKrJXv\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codepen.io/bradfrost/pen/mdKrJ</span><span class=\"invisible\">Xv</span></a></p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109361186924656739/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109361186924656739/replies?min_id=109361188073039298&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109361186924656739/replies", "items": [ "https://mastodon.social/users/brad_frost/statuses/109361188073039298" ] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109361186924656739/likes", "type": "Collection", "totalItems": 5 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109361186924656739/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109361185229882794/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-17T21:07:37Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109361185229882794", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/brad_frost/statuses/109360249343880899", "published": "2022-11-17T21:07:37Z", "url": "https://mastodon.social/@brad_frost/109361185229882794", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109361185229882794", "inReplyToAtomUri": "https://mastodon.social/users/brad_frost/statuses/109360249343880899", "conversation": "tag:mastodon.social,2022-11-17:objectId=334609626:objectType=Conversation", "content": "<p>Most design system components are &quot;stuff&quot;: form fields, accordions, buttons, badges. Stuff. Layout and grid components serve as boxes to put that other stuff.</p>", "contentMap": { "en": "<p>Most design system components are &quot;stuff&quot;: form fields, accordions, buttons, badges. Stuff. Layout and grid components serve as boxes to put that other stuff.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109361185229882794/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109361185229882794/replies?min_id=109361186924656739&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109361185229882794/replies", "items": [ "https://mastodon.social/users/brad_frost/statuses/109361186924656739" ] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109361185229882794/likes", "type": "Collection", "totalItems": 4 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109361185229882794/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109360249343880899/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-17T17:09:36Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109360249343880899", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-11-17T17:09:36Z", "url": "https://mastodon.social/@brad_frost/109360249343880899", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109360249343880899", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2022-11-17:objectId=334609626:objectType=Conversation", "content": "<p>✎ Layout and Grid in Design Systems: <a href=\"https://bradfrost.com/blog/post/layout-grid-in-design-systems/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">bradfrost.com/blog/post/layout</span><span class=\"invisible\">-grid-in-design-systems/</span></a></p><p>In this post, I break down how we approach layout and grid systems in the context of design systems.</p>", "contentMap": { "en": "<p>✎ Layout and Grid in Design Systems: <a href=\"https://bradfrost.com/blog/post/layout-grid-in-design-systems/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">bradfrost.com/blog/post/layout</span><span class=\"invisible\">-grid-in-design-systems/</span></a></p><p>In this post, I break down how we approach layout and grid systems in the context of design systems.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109360249343880899/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109360249343880899/replies?min_id=109361185229882794&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109360249343880899/replies", "items": [ "https://mastodon.social/users/brad_frost/statuses/109361185229882794" ] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109360249343880899/likes", "type": "Collection", "totalItems": 29 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109360249343880899/shares", "type": "Collection", "totalItems": 12 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109309405008792945/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-08T17:39:13Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://mastodon.social/users/motherfuton" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109309405008792945", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/motherfuton/statuses/109308995796089366", "published": "2022-11-08T17:39:13Z", "url": "https://mastodon.social/@brad_frost/109309405008792945", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://mastodon.social/users/motherfuton" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109309405008792945", "inReplyToAtomUri": "https://mastodon.social/users/motherfuton/statuses/109308995796089366", "conversation": "tag:mastodon.social,2022-11-08:objectId=327679700:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@motherfuton\" class=\"u-url mention\">@<span>motherfuton</span></a></span> I&#39;m sorry your family has gone through it. I hope the stress is in your rearview mirror, and if not sending all the healing vibes your way.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@motherfuton\" class=\"u-url mention\">@<span>motherfuton</span></a></span> I&#39;m sorry your family has gone through it. I hope the stress is in your rearview mirror, and if not sending all the healing vibes your way.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/motherfuton", "name": "@motherfuton" } ], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109309405008792945/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109309405008792945/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109309405008792945/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109309405008792945/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109309405008792945/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109309359479775485/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-08T17:27:38Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109309359479775485", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-11-08T17:27:38Z", "url": "https://mastodon.social/@brad_frost/109309359479775485", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109309359479775485", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2022-11-08:objectId=327794652:objectType=Conversation", "content": "<p>Sad to say this is the second <br />Clarity Conf I&#39;ll be missing due to family medical emergencies. But I hope everybody has fun and learns a ton.</p>", "contentMap": { "en": "<p>Sad to say this is the second <br />Clarity Conf I&#39;ll be missing due to family medical emergencies. But I hope everybody has fun and learns a ton.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109309359479775485/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109309359479775485/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109309359479775485/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109309359479775485/likes", "type": "Collection", "totalItems": 11 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109309359479775485/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109308847760131698/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-08T15:17:30Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://brignell.co/users/ben" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109308847760131698", "type": "Note", "summary": null, "inReplyTo": "https://brignell.co/users/ben/statuses/109308741311558837", "published": "2022-11-08T15:17:30Z", "url": "https://mastodon.social/@brad_frost/109308847760131698", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://brignell.co/users/ben" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109308847760131698", "inReplyToAtomUri": "https://brignell.co/users/ben/statuses/109308741311558837", "conversation": "tag:mastodon.social,2022-11-08:objectId=327679700:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://brignell.co/@ben\" class=\"u-url mention\">@<span>ben</span></a></span> Thanks man. Hope you&#39;re doing well!</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://brignell.co/@ben\" class=\"u-url mention\">@<span>ben</span></a></span> Thanks man. Hope you&#39;re doing well!</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://brignell.co/users/ben", "name": "@ben@brignell.co" } ], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109308847760131698/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109308847760131698/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109308847760131698/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109308847760131698/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109308847760131698/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109308817895578709/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-08T15:09:54Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://front-end.social/users/SaraSoueidan" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109308817895578709", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/SaraSoueidan/statuses/109308758222945113", "published": "2022-11-08T15:09:54Z", "url": "https://mastodon.social/@brad_frost/109308817895578709", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://front-end.social/users/SaraSoueidan" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109308817895578709", "inReplyToAtomUri": "https://front-end.social/users/SaraSoueidan/statuses/109308758222945113", "conversation": "tag:mastodon.social,2022-11-08:objectId=327679700:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@SaraSoueidan\" class=\"u-url mention\">@<span>SaraSoueidan</span></a></span> Thanks, Sara, Hope you&#39;re doing well.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@SaraSoueidan\" class=\"u-url mention\">@<span>SaraSoueidan</span></a></span> Thanks, Sara, Hope you&#39;re doing well.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://front-end.social/users/SaraSoueidan", "name": "@SaraSoueidan@front-end.social" } ], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109308817895578709/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109308817895578709/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109308817895578709/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109308817895578709/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109308817895578709/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109308817081017048/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-08T15:09:42Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://front-end.social/users/ppk" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109308817081017048", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/ppk/statuses/109308778505536031", "published": "2022-11-08T15:09:42Z", "url": "https://mastodon.social/@brad_frost/109308817081017048", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://front-end.social/users/ppk" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109308817081017048", "inReplyToAtomUri": "https://front-end.social/users/ppk/statuses/109308778505536031", "conversation": "tag:mastodon.social,2022-11-08:objectId=327679700:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@ppk\" class=\"u-url mention\">@<span>ppk</span></a></span> Thanks so much.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@ppk\" class=\"u-url mention\">@<span>ppk</span></a></span> Thanks so much.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://front-end.social/users/ppk", "name": "@ppk@front-end.social" } ], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109308817081017048/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109308817081017048/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109308817081017048/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109308817081017048/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109308817081017048/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109308816148176892/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-08T15:09:28Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://front-end.social/users/grigs" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109308816148176892", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/grigs/statuses/109308788713670262", "published": "2022-11-08T15:09:28Z", "url": "https://mastodon.social/@brad_frost/109308816148176892", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://front-end.social/users/grigs" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109308816148176892", "inReplyToAtomUri": "https://front-end.social/users/grigs/statuses/109308788713670262", "conversation": "tag:mastodon.social,2022-11-08:objectId=327679700:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@grigs\" class=\"u-url mention\">@<span>grigs</span></a></span> I&#39;m sorry you have that hard-won knowledge. I think about you a lot, and hope you&#39;re hanging in there. We&#39;ll catch up soon.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@grigs\" class=\"u-url mention\">@<span>grigs</span></a></span> I&#39;m sorry you have that hard-won knowledge. I think about you a lot, and hope you&#39;re hanging in there. We&#39;ll catch up soon.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://front-end.social/users/grigs", "name": "@grigs@front-end.social" } ], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109308816148176892/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109308816148176892/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109308816148176892/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109308816148176892/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109308816148176892/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109308687289237654/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-11-08T14:36:42Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109308687289237654", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-11-08T14:36:42Z", "url": "https://mastodon.social/@brad_frost/109308687289237654", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109308687289237654", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2022-11-08:objectId=327679700:objectType=Conversation", "content": "<p>I&#39;m going through yet-another stressful family-related medical crisis, so I&#39;m not in a place to make the most of any of this just yet. But hopefully one day I can explore this more fully.</p>", "contentMap": { "en": "<p>I&#39;m going through yet-another stressful family-related medical crisis, so I&#39;m not in a place to make the most of any of this just yet. But hopefully one day I can explore this more fully.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109308687289237654/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109308687289237654/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109308687289237654/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109308687289237654/likes", "type": "Collection", "totalItems": 32 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109308687289237654/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/109251834618903271/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2022-10-29T13:38:19Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/109251834618903271", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-10-29T13:38:19Z", "url": "https://mastodon.social/@brad_frost/109251834618903271", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/109251834618903271", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2022-10-29:objectId=323290784:objectType=Conversation", "content": "<p>Brushing this off for no particular reason.</p>", "contentMap": { "en": "<p>Brushing this off for no particular reason.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/109251834618903271/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/109251834618903271/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/109251834618903271/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/109251834618903271/likes", "type": "Collection", "totalItems": 39 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/109251834618903271/shares", "type": "Collection", "totalItems": 1 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/100515999302382966/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2018-08-08T18:20:30Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/100515999302382966", "type": "Note", "summary": null, "inReplyTo": null, "published": "2018-08-08T18:20:30Z", "url": "https://mastodon.social/@brad_frost/100515999302382966", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/100515999302382966", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2018-08-08:objectId=45451259:objectType=Conversation", "content": "<p>Is Alex Jones on this platform?</p>", "contentMap": { "en": "<p>Is Alex Jones on this platform?</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/100515999302382966/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/100515999302382966/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/100515999302382966/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/100515999302382966/likes", "type": "Collection", "totalItems": 9 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/100515999302382966/shares", "type": "Collection", "totalItems": 1 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/99287526525862976/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2018-01-03T19:23:43Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://mastodon.social/users/davatron5000" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/99287526525862976", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/davatron5000/statuses/99287460370981610", "published": "2018-01-03T19:23:43Z", "url": "https://mastodon.social/@brad_frost/99287526525862976", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers", "https://mastodon.social/users/davatron5000" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/99287526525862976", "inReplyToAtomUri": "https://mastodon.social/users/davatron5000/statuses/99287460370981610", "conversation": "tag:mastodon.social,2018-01-03:objectId=20095245:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@davatron5000\" class=\"u-url mention\">@<span>davatron5000</span></a></span> YEAH BABY. THE WORLD IS OURS.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@davatron5000\" class=\"u-url mention\">@<span>davatron5000</span></a></span> YEAH BABY. THE WORLD IS OURS.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/davatron5000", "name": "@davatron5000" } ], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/99287526525862976/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/99287526525862976/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/99287526525862976/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/99287526525862976/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/99287526525862976/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/brad_frost/statuses/99287249685844562/activity", "type": "Create", "actor": "https://mastodon.social/users/brad_frost", "published": "2018-01-03T18:13:19Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "object": { "id": "https://mastodon.social/users/brad_frost/statuses/99287249685844562", "type": "Note", "summary": null, "inReplyTo": null, "published": "2018-01-03T18:13:19Z", "url": "https://mastodon.social/@brad_frost/99287249685844562", "attributedTo": "https://mastodon.social/users/brad_frost", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/brad_frost/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/brad_frost/statuses/99287249685844562", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2018-01-03:objectId=20092421:objectType=Conversation", "content": "<p>Poopin&#39;</p>", "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/brad_frost/statuses/99287249685844562/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/brad_frost/statuses/99287249685844562/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/brad_frost/statuses/99287249685844562/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/brad_frost/statuses/99287249685844562/likes", "type": "Collection", "totalItems": 14 }, "shares": { "id": "https://mastodon.social/users/brad_frost/statuses/99287249685844562/shares", "type": "Collection", "totalItems": 1 } } } ] }