How to Export Mastodon Lists With API Beyond Default Settings

Mastodon lists let you organize followed accounts into topic-based feeds. The default web interface lists export only list names and member IDs, without metadata like creation dates, list descriptions, or member account details. This limitation makes it hard to archive or migrate lists with full context. This article explains how to use the Mastodon REST … Read more

Mastodon Export Format ActivityPub JSON: How to Read

When you export your Mastodon data, the archive contains files in ActivityPub JSON format. These files store your posts, follower lists, and account metadata in a structured way that machines can read. Many business users find the raw JSON confusing because it uses nested objects and unfamiliar property names like @context and actor. This article … Read more