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"
}
],
"id": "https://norden.social/users/db_geek/statuses/112005554261070407",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-02-27T21:25:26Z",
"url": "https://norden.social/@db_geek/112005554261070407",
"attributedTo": "https://norden.social/users/db_geek",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://norden.social/users/db_geek/followers",
"https://mastodon.social/users/truls46"
],
"sensitive": false,
"atomUri": "https://norden.social/users/db_geek/statuses/112005554261070407",
"inReplyToAtomUri": null,
"conversation": "tag:top-netz.de,2024-02-27:objectId=15490:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@truls46\" class=\"u-url mention\">@<span>truls46</span></a></span> Bei pg_dumpall bzw. pg_upgrade hatte ich persönlich auch noch keine Probleme mit Sequences.<br />Habe mal in ein per pg_dumpall erstelltes Script geschaut, da gibt es Abfragen zur Anpassung der Sequences auf den aktuellen Wert:<br />```<br />SELECT pg_catalog.setval('<sequence name>', 1108, true);<br />```<br />Die sind aber ziemlich am Anfang der Datei, noch vor Einspielen der Daten. Wurden eventuell in der 15er noch Datensätze erzeugt, nachdem der Upgrade bereits gestartet wurde?</p>",
"contentMap": {
"de": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@truls46\" class=\"u-url mention\">@<span>truls46</span></a></span> Bei pg_dumpall bzw. pg_upgrade hatte ich persönlich auch noch keine Probleme mit Sequences.<br />Habe mal in ein per pg_dumpall erstelltes Script geschaut, da gibt es Abfragen zur Anpassung der Sequences auf den aktuellen Wert:<br />```<br />SELECT pg_catalog.setval('<sequence name>', 1108, true);<br />```<br />Die sind aber ziemlich am Anfang der Datei, noch vor Einspielen der Daten. Wurden eventuell in der 15er noch Datensätze erzeugt, nachdem der Upgrade bereits gestartet wurde?</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.social/users/truls46",
"name": "@truls46@mastodon.social"
}
],
"replies": {
"id": "https://norden.social/users/db_geek/statuses/112005554261070407/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://norden.social/users/db_geek/statuses/112005554261070407/replies?only_other_accounts=true&page=true",
"partOf": "https://norden.social/users/db_geek/statuses/112005554261070407/replies",
"items": []
}
},
"likes": {
"id": "https://norden.social/users/db_geek/statuses/112005554261070407/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://norden.social/users/db_geek/statuses/112005554261070407/shares",
"type": "Collection",
"totalItems": 0
}
}