Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

outbox.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "@context": [
  3. "https://www.w3.org/ns/activitystreams",
  4. {
  5. "atomUri": "ostatus:atomUri",
  6. "conversation": "ostatus:conversation",
  7. "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
  8. "ostatus": "http://ostatus.org#",
  9. "sensitive": "as:sensitive",
  10. "toot": "http://joinmastodon.org/ns#",
  11. "votersCount": "toot:votersCount"
  12. }
  13. ],
  14. "id": "https://larlet.fr/david/mastodon/outbox.json",
  15. "first": "https://larlet.fr/david/mastodon/outbox.json?page=true",
  16. "last": "https://larlet.fr/david/mastodon/outbox.json?min_id=0&page=true",
  17. "next": "https://larlet.fr/david/mastodon/outbox.json?max_id=1000&page=true",
  18. "partOf": "https://larlet.fr/david/mastodon/outbox.json",
  19. "prev": "https://larlet.fr/david/mastodon/outbox.json?min_id=0&page=true",
  20. "type": "OrderedCollectionPage",
  21. "totalItems": 1,
  22. "orderedItems": [
  23. {
  24. "actor": "https://larlet.fr/david/",
  25. "cc": [
  26. "https://www.w3.org/ns/activitystreams#Public"
  27. ],
  28. "id": "https://larlet.fr/david/2020/04/10/",
  29. "object": {
  30. "atomUri": "https://larlet.fr/david/2020/04/10/",
  31. "attachment": [],
  32. "attributedTo": "https://larlet.fr/david/",
  33. "cc": [
  34. "https://www.w3.org/ns/activitystreams#Public"
  35. ],
  36. "content": "<p><a href=\"https://larlet.fr/david/2020/04/10/\">Résistance</a> by <span class=\"h-card\"><a href=\"https://mastodon.social/@dav\" class=\"u-url mention\">@<span>dav</span></a></span></p>",
  37. "conversation": "tag:larlet.fr/david/2020/04/10/",
  38. "id": "https://larlet.fr/david/2020/04/10/",
  39. "published": "2020-04-12T00:42:33Z",
  40. "sensitive": false,
  41. "summary": null,
  42. "type": "Note",
  43. "url": "https://larlet.fr/david/2020/04/10/"
  44. },
  45. "published": "2020-04-12T00:42:33Z",
  46. "type": "Create"
  47. }
  48. ]
  49. }