this post was submitted on 26 Aug 2024
10 points (81.2% liked)

ActivityPub

272 readers
2 users here now

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] ericjmorey@programming.dev 4 points 1 month ago* (last edited 1 month ago)

So this is a web service that returns the ActivityPub data for any URL that returns an ActivityPub message. For instance this post (https://lemmy.ml/post/19589301) returns:

{
  "@context": [
    "https://join-lemmy.org/context.json",
    "https://www.w3.org/ns/activitystreams"
  ],
  "type": "Page",
  "id": "https://lemmy.ml/post/19589301",
  "attributedTo": "https://lemmy.ml/u/hongminhee",
  "to": [
    "https://programming.dev/c/activitypub",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "name": "BrowserPub: A browser for debugging ActivityPub and the ⁂fediverse",
  "cc": [],
  "mediaType": "text/html",
  "attachment": [
    {
      "href": "https://podcastindex.social/@js/113011966366461060",
      "mediaType": "text/html; charset=utf-8",
      "type": "Link"
    }
  ],
  "sensitive": false,
  "published": "2024-08-26T11:44:00.478179Z",
  "language": {
    "identifier": "en",
    "name": "English"
  },
  "audience": "https://programming.dev/c/activitypub",
  "tag": [
    {
      "href": "https://lemmy.ml/post/19589301",
      "name": "#activitypub",
      "type": "Hashtag"
    }
  ]
}

https://browser.pub/https://lemmy.ml/post/19589301